No description
- HTML 94.4%
- CSS 3.8%
- JavaScript 1.3%
- Shell 0.4%
| .vscode | Python script to list links | |
| public | Rename output to public | |
| .domains | Update .domains | |
| .gitlab-ci.yml | update gitlab-ci | |
| clean_data.sh | process new pages | |
| get_site.sh | initial scrape | |
| list_links.py | Rename output to public | |
| poetry.lock | Python script to list links | |
| pyproject.toml | Python script to list links | |
| Readme.md | Codeberg pages setup | |
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
- Place them in inbox
- Run
clean_data.sh - Move to output
Deploy on pages branch
git checkout pages
git checkout main -- public/ && git mv public/* .
git stage --all
git commit -m "Build"