diff --git a/README.md b/README.md index 1f807a4..431d836 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # gallery -gallery of tilde.town user pages +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. \ No newline at end of file +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 + diff --git a/generate.php b/generate.php index 0bb7924..6e75834 100644 --- a/generate.php +++ b/generate.php @@ -21,6 +21,7 @@ $gallery[] = <<by Severák

I really like Neocities browse page. I was wondering how would it look for tilde.town.

So here is it:

+

(please note that this is just first prototype, not a final product)