first few files for my tag-gallery... hopefully more to come
[photo-tags.git] / README
1 This are some simple php files and bash scripts to display your F-spot
2 photos including information from the data-base on a webpage.
3
4 You can exclude/include certain tags incase you want for example on
5 show pictures on the web that were tagged "Public".
6
7 To use the scripts copy config.ini_template to config.ini, edit it and
8 then run for example
9
10 f-spot-db-reduce.sh --include='Public'
11
12 This will create a new smaller database that only contains information
13 about pictures with the Public tag.  Next run
14
15 ./create_thumbnails.sh
16
17 This script creates thumbnails of all pictures and save them in local
18 directories. I will only create 100 pictures though, so you will need
19 to run it several times. This is done, so that you can easily run it
20 via cron for example every hour on a remote server without creating
21 jobs that last forever.
22
23 Ones this is done you can visit index.php and everything should be working.
24
25 Feel free to fork, send in patches, make suggestions.
26
27 Arun Persaud