# random_gallery.conf # # This is the configuration file for the random_gallery.cgi program. # # To add an image to the gallery # ------------------------------ # The "gallery" is a collection of image files and other supporting # files. To officially add an image to the gallery that random_gallery # program knows about, you must add the name of the image to the list below. # # For example, let's assume that your image is named photo.jpg. In # this case, you would put photo.jpg in the same directory as the # random_gallery.cgi CGI program and this configuration file. Then you # would add the name "photo.jpg" to the list below. # # # There are a couple of other files that can be added to support the # gallery images, both a title file and a caption file, but neither # are required. If they're there, random_gallery will use them, otherwise # it'll just use default behavior. # # *_title.txt # The title file should contain the title for your image, and # should contain only plain alphanumeric characters. This # file should have the same root name as your image, with the # suffix "_title.txt". For our example photo.jpg image, the # title file would be "photo_title.txt". # # *_caption.html # A caption for the image can also be added with a caption # file. The caption file can contain HTML markup for the # caption. This file should have the same root name as your # image, with the suffix "_caption.html". For our example # photo.jpg image, the title file would be "photo_caption.html". # # To add images, just put their names below, one image filename per line. sun.jpg mercury.jpg venus.jpg earth.jpg mars.jpg jupiter.jpg saturn.jpg uranus.png neptune.gif pluto.jpg