14 lines
604 B
Markdown
14 lines
604 B
Markdown
# gallery
|
|
|
|
gallery of tilde.town user pages. See it live at https://tilde.town/~severak/gallery/
|
|
|
|
I really like https://neocities.org/browse. I was thinking to create something similar for tilde.town.
|
|
|
|
Idea is: run (something like) `capture-website --scale-factor 0.5 http://tilde.town/~severak/ --output severak.png` for each town user to capture their home page. Automate it somehow to be able to run it from cron.
|
|
|
|
Currently it's implemented by two files:
|
|
|
|
- `generate.php` which download list of users from tilde.town and generates `index.html` and
|
|
- `download.bat` which creates all the thumbnails
|
|
|