summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-01-11 13:07:47 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-01-11 13:07:47 +0100
commitc0d9426f47bba44a75a46bf6cf3194e613d92aeb (patch)
tree62de59ce8870b2d162fa6437ddc6868c5aa0b5a3 /README
parentdb87455d22d6ed0fa319d8d8df844fad4a1dcee5 (diff)
downloadcataract-c0d9426f47bba44a75a46bf6cf3194e613d92aeb.tar.xz
Release 0.99.1v0.99.1v0.99.1
Diffstat (limited to 'README')
-rw-r--r--README39
1 files changed, 20 insertions, 19 deletions
diff --git a/README b/README
index f09f771..a3bd358 100644
--- a/README
+++ b/README
@@ -2,8 +2,8 @@ CATARACT
Static web photo gallery generator
http://cgg.bzatek.net/
-version 0.99.0 [2008-07-27]
-Copyright (C) 2008 Tomas Bzatek <tbzatek@users.sourceforge.net>
+version 0.99.1 [2009-01-11]
+Copyright (C) 2008-2009 Tomas Bzatek <tbzatek@users.sourceforge.net>
DESCRIPTION
@@ -23,12 +23,13 @@ Feature highlights:
(e.g. auto-refresh after new images are uploaded via FTP)
Planned features:
- * prefetch of next image (JavaScript)
- * strip unnecessary blocks from images - EXIF, thumbnails
- * support adding comments and copyright notes to images
+ * autotoolize
+ * optional pushing comments and captions to images
* switchable flat album view
- * groups in the album - e.g. separate years, decades...
+ * slideshow mode
+ * switchable styles
* jBrout db support?
+ * stars rating system (iframed php script?)
DOCUMENTATION
@@ -36,13 +37,13 @@ DOCUMENTATION
CGG creates a set of HTML files and images from the source structure.
Input files are structured in subdirectories, each directory may contain
-one index XML file and the generated directory tree copies the source structure.
-All links to sub-galleries, items, descriptions and individual settings
-are specified in XML files. No more files other than global setup XML file
-are needed.
+only one index XML file and the generated directory tree copies the source
+structure. All links to sub-galleries, items, descriptions and individual
+settings are specified in XML files. No more files other than global setup
+XML file are needed.
-For convenience, sources contain the cgg-dirgen.sh script, which creates
-index XML template from images in current directory. That can be used
+For convenience, sources contain the cgg-dirgen.sh script, which creates
+an index XML template from images in current directory. That can be used
as a skeleton of new album, writing down title, description and comments.
For detailed syntax of input XML files please check the sample gallery included
@@ -53,11 +54,11 @@ description inside the XML files.
BUILDING
--------
-First make sure you have meet the following requirements:
- libxml-2.0 (tested with 2.6.32)
- glib-2.0 (2.12.0 recommented, tested with 2.16.3)
- exiv2 (tested with 0.17)
- ImageMagick (tested with 6.4.2.0)
+First make sure you have met the following requirements:
+ libxml-2.0 (tested with 2.7.2)
+ glib-2.0 (2.12.0 recommented, tested with 2.18.3)
+ exiv2 (tested with 0.17.1)
+ ImageMagick (tested with 6.4.5.7)
To compile cgg, type 'make'
@@ -65,9 +66,9 @@ To compile cgg, type 'make'
DEVELOPMENT
-----------
-gitweb: http://git.bzatek.net/?p=tuxcmd/.git;a=summary
+gitweb: http://git.bzatek.net/?p=cataract;a=summary
repository snapshot command:
- git clone git://git.bzatek.net/tuxcmd
+ git clone git://git.bzatek.net/cataract
For write access to the repository please contact developers.