aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003>2005-11-25 22:16:10 +0000
committerjimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003>2005-11-25 22:16:10 +0000
commit4023001a68b3d85891ab744eb77e7b22a9dd8e3f (patch)
tree8ef9fadd91e07cae3bcc1284cc06a850f818168b /README
parent796ade427c4b26271d879d2c1f58def958d51568 (diff)
downloadoriginal-4023001a68b3d85891ab744eb77e7b22a9dd8e3f.tar.gz
original-4023001a68b3d85891ab744eb77e7b22a9dd8e3f.tar.bz2
import original 0.11
git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@2 4fa712ea-3c06-0410-9261-c11b4c06c003
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..efb7356
--- /dev/null
+++ b/README
@@ -0,0 +1,28 @@
+This package includes two separate applications. In the www dir, there is the
+PHP frontend app, the convert dir includes a simple (too simple i guess) script
+that converts your wildcard of images into three subdirs in the current
+directory. You can easily create and upload all images using:
+
+ mkdir temp
+ cd $_
+ /path/to/imgconv *.png *.gif *.{jpeg,jpg}
+ scp -rp ./web-gallery me@my_server:web_dir/gallery_name
+
+and that's it.
+
+Tuomas Kuosmannen (tigert@gimp.org) has created a Nautilus script to create
+"original" galleries (check the REQUIREMENTS file). Just copy the
+convert/webgallery.pl file to ~/.gnome2/nautilus-scripts and make sure it's got
+the execute bit set.
+
+# UPDATE
+
+ Apart from using netpbm package (http://sourceforge.net/projects/netpbm/) for
+ scaling images, the new webgallery-zenity.pl script uses Larry Ewing's
+ gdk-pixbuf-based scaler. See REQUIREMENTS for details.
+
+ Latest versions of the tools can be found at
+ http://jimmac.musichall.cz/original.php3
+
+--
+Jakub 'Jimmac' Steiner <jimmac@linux.com>