Update TODO and README
authorBrett Parker <arch@sommitrealweird.co.uk>
Sun, 24 Apr 2005 12:04:03 +0000 (12:04 +0000)
committerBrett Parker <arch@sommitrealweird.co.uk>
Sun, 24 Apr 2005 12:04:03 +0000 (12:04 +0000)
Update the TODO and README to reflect the changes.

git-archimport-id: arch@sommitrealweird.co.uk--2005-desktop/bpgallery--mainline--1.0--patch-4

README
TODO

diff --git a/README b/README
index 6af9d164c9f82d8aa3e219bb397b7584794e4e1a..9a4aec8e8941bb7405bda7296582822f6bb7798e 100644 (file)
--- a/README
+++ b/README
@@ -10,6 +10,7 @@ The ImageMagick tools (convert and identify)
 bash
 GNU find
 GNU xargs
+sed
 
 Installation
 ------------
@@ -19,8 +20,21 @@ Usage
 -----
 bpgallery.sh /path/to/image/files
 
+Also, the following files, if placed in the images directory, will be used to
+generate part of the index page:
+        description.txt - a simple text file containing paragraphs to go at the
+                          beginnings of the index page
+        captions.txt - filename<tab>caption style file, it'll add a caption to
+                       the images on the index page.
+The following environment variables can also be used:
+        TITLE - the title of the gallery
+        WIDTH - the width to make the icons
+
+Example Usage:
+        TITLE="My Funky Gallery" bpgallery.sh /path/to/image/files
+
 Author
 ------
 Brett Parker:
-       e-mail: <iDunno@sommitrealweird.co.uk>
-       www:    http://www.sommitrealweird.co.uk/
+        e-mail: <iDunno@sommitrealweird.co.uk>
+        www:    http://www.sommitrealweird.co.uk/
diff --git a/TODO b/TODO
index c0ea7ad7eefb364d3aa875d4e6428b85d6cfd817..f3e5d23e43f7c555ce071d913dd208ca3edacaff 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,7 @@
 * Add in a middle image size, so thumbs -> medium -> full size
 * Allow to recreate galleries and use new captions (only resizing changed
-  images
+  images) - mostly done, needs to be able to check and change based on
+  the width specified then it'll be finished
+* Allow a fixed height to be specified instead or as well as a fixed width, in
+  the latter case, resize to which ever fits the bounding box, but keep the
+  aspect ratio.