summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2011-11-22 20:47:55 -0800
committerArun Persaud <apersaud@lbl.gov>2011-11-22 20:47:55 -0800
commitd057c592ea7adea11dd8584570fb70540758343a (patch)
tree5f3038ee369e69b4149e34220a335e94e0e3769d /README
downloadphoto-tags-d057c592ea7adea11dd8584570fb70540758343a.tar.gz
photo-tags-d057c592ea7adea11dd8584570fb70540758343a.tar.bz2
photo-tags-d057c592ea7adea11dd8584570fb70540758343a.zip
first few files for my tag-gallery... hopefully more to come
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d2fbb81
--- /dev/null
+++ b/README
@@ -0,0 +1,27 @@
+This are some simple php files and bash scripts to display your F-spot
+photos including information from the data-base on a webpage.
+
+You can exclude/include certain tags incase you want for example on
+show pictures on the web that were tagged "Public".
+
+To use the scripts copy config.ini_template to config.ini, edit it and
+then run for example
+
+f-spot-db-reduce.sh --include='Public'
+
+This will create a new smaller database that only contains information
+about pictures with the Public tag. Next run
+
+./create_thumbnails.sh
+
+This script creates thumbnails of all pictures and save them in local
+directories. I will only create 100 pictures though, so you will need
+to run it several times. This is done, so that you can easily run it
+via cron for example every hour on a remote server without creating
+jobs that last forever.
+
+Ones this is done you can visit index.php and everything should be working.
+
+Feel free to fork, send in patches, make suggestions.
+
+Arun Persaud \ No newline at end of file