CGG 是一个简单易用的用于生产静态Web相册的工具,支持EXIF。CGG生成静态HTML网页文件,对服务器没有什么额外的要求。源码是一套基于 XML 的文件,已经包含所需的一切。拥有现代化的相册设计,网页是有效的XHTML 1.0和CSS 2 。它没有为用户提供图形用户界面操作:这是一个控制台应用程序,使之易于脚本(例如,自动更新后,新的图像上载通过FTP) 。

CGG creates a set of HTML files and images from the source structure. Input files are structured in subdirectories, each directory may contain 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 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 in the source tree. It demonstrates basic features and contains detailed tag description inside the XML files.
该项目已经多年不再更新,可认为是死亡项目。主要特点:
* static HTML gallery, no extra requirements on the server
* fast, easy to cache/mirror
* XML-based description files
* modern design, valid XHTML 1.0 and CSS 2
* EXIF & IPTC support
* console application, allowing easy scripting (e.g. auto-refresh after new images are uploaded via FTP)
* licensed under GNU GPLv2 license
最新版本:1.1
该版本支持自动生成 ATOM 功能,支持方形的缩略图和修复一些bug。
官方主页:http://cgg.bzatek.net/