1
0
Fork
You've already forked dotf-scrape
0
No description
  • HTML 94.4%
  • CSS 3.8%
  • JavaScript 1.3%
  • Shell 0.4%
2024年01月27日 11:53:13 +00:00
.vscode Python script to list links 2023年02月24日 16:48:33 +00:00
public Rename output to public 2023年02月27日 14:27:12 +00:00
.domains Update .domains 2024年01月27日 11:53:13 +00:00
.gitlab-ci.yml update gitlab-ci 2023年02月27日 14:30:15 +00:00
clean_data.sh process new pages 2023年02月24日 17:25:11 +00:00
get_site.sh initial scrape 2023年01月28日 20:40:27 +00:00
list_links.py Rename output to public 2023年02月27日 14:27:12 +00:00
poetry.lock Python script to list links 2023年02月24日 16:48:33 +00:00
pyproject.toml Python script to list links 2023年02月24日 16:48:33 +00:00
Readme.md Codeberg pages setup 2024年01月26日 17:18:50 +00:00

Static scrape of the Diagrams of the Future website (as archived by the Wayback machine) after the backend became inaccessible.

Inbox

When recovering new pages that were not part of the original scrape

  1. Place them in inbox
  2. Run clean_data.sh
  3. Move to output

Deploy on pages branch

git checkout pages
git checkout main -- public/ && git mv public/* .
git stage --all
git commit -m "Build"