<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>singapore tools</title><link rel="stylesheet" type="text/css" href="tools.css" /></head><body><h1>singapore tools</h1><p>This is a collection of tools for use with the singapore image gallery. Theymust be located in a child directory of the main singapore directory(<code>tools/</code> by default). Since they are PHP scripts they must be runon a PHP enabled web server</p><h1>language tools</h1><p>These tools are to aid translators. They require GNU Gettext to be availableon the host system but do not require the Gettext PHP extension. Pleasesee the <a href="../docs/Translation.html">translation</a> readme for moreinformation.</p><ol><li><a href="extract.php">Extractor</a> - for developers. Extractstranslatable strings from singapore files and current template and createsPO template files. Unless you have edited text in the sources you do not needto execute this.</li><li><a href="merge.php">Merger</a> - for translators. Merges new strings fromthe PO templates with all currently available PO files.</li><li><a href="compile.php">Compiler</a> - for translators. Compiles allcurrently available PO files into PHP serialized objects for use with singapore.</li><li><a href="localecache.php">Cache updater</a> - for anyone. Caches the namesof all installed languages for use with the language flipper.</li></ol><h1>misc tools</h1><ul><!--<li><a href="convertdb.php">Database converter</a> - copies or moves thegallery description field of pre v0.9.10 to the summary field of v0.9.10.</li>--><li><a href="generate.php">Batch thumbnail generator</a> - use to generate allalbum and preview thumbnails for all galleries in one go. Particularly usefulon slow servers to run overnight.</li><li><a href="cleanup.php">Cleanup script</a> - use this script to make allserver generated content world readable allowing you to delete it. Since thisscript does not actually delete anything it is safe to be run by anyone.</li><li><a href="mod_rewrite.htaccess">mod_rewrite</a> - The .htaccess file youneed for use with Apache mod_rewrite. See readme for more info.</li></ul><p><a href="../">Return</a> to singapore.</p></body></html>