228 |
kaklik |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
|
2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
|
3 |
|
|
|
4 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
|
5 |
<head> |
|
|
6 |
<title>singapore tools</title> |
|
|
7 |
<link rel="stylesheet" type="text/css" href="tools.css" /> |
|
|
8 |
</head> |
|
|
9 |
|
|
|
10 |
<body> |
|
|
11 |
|
|
|
12 |
<h1>singapore tools</h1> |
|
|
13 |
|
|
|
14 |
<p>This is a collection of tools for use with the singapore image gallery. They |
|
|
15 |
must be located in a child directory of the main singapore directory |
|
|
16 |
(<code>tools/</code> by default). Since they are PHP scripts they must be run |
|
|
17 |
on a PHP enabled web server</p> |
|
|
18 |
|
|
|
19 |
<h1>language tools</h1> |
|
|
20 |
|
|
|
21 |
<p>These tools are to aid translators. They require GNU Gettext to be available |
|
|
22 |
on the host system but do not require the Gettext PHP extension. Please |
|
|
23 |
see the <a href="../docs/Translation.html">translation</a> readme for more |
|
|
24 |
information.</p> |
|
|
25 |
|
|
|
26 |
<ol> |
|
|
27 |
<li><a href="extract.php">Extractor</a> - for developers. Extracts |
|
|
28 |
translatable strings from singapore files and current template and creates |
|
|
29 |
PO template files. Unless you have edited text in the sources you do not need |
|
|
30 |
to execute this.</li> |
|
|
31 |
<li><a href="merge.php">Merger</a> - for translators. Merges new strings from |
|
|
32 |
the PO templates with all currently available PO files.</li> |
|
|
33 |
<li><a href="compile.php">Compiler</a> - for translators. Compiles all |
|
|
34 |
currently available PO files into PHP serialized objects for use with singapore.</li> |
|
|
35 |
<li><a href="localecache.php">Cache updater</a> - for anyone. Caches the names |
|
|
36 |
of all installed languages for use with the language flipper.</li> |
|
|
37 |
</ol> |
|
|
38 |
|
|
|
39 |
<h1>misc tools</h1> |
|
|
40 |
|
|
|
41 |
<ul> |
|
|
42 |
<!--<li><a href="convertdb.php">Database converter</a> - copies or moves the |
|
|
43 |
gallery description field of pre v0.9.10 to the summary field of v0.9.10.</li>--> |
|
|
44 |
<li><a href="generate.php">Batch thumbnail generator</a> - use to generate all |
|
|
45 |
album and preview thumbnails for all galleries in one go. Particularly useful |
|
|
46 |
on slow servers to run overnight.</li> |
|
|
47 |
<li><a href="cleanup.php">Cleanup script</a> - use this script to make all |
|
|
48 |
server generated content world readable allowing you to delete it. Since this |
|
|
49 |
script does not actually delete anything it is safe to be run by anyone.</li> |
|
|
50 |
<li><a href="mod_rewrite.htaccess">mod_rewrite</a> - The .htaccess file you |
|
|
51 |
need for use with Apache mod_rewrite. See readme for more info.</li> |
|
|
52 |
</ul> |
|
|
53 |
|
|
|
54 |
|
|
|
55 |
<p><a href="../">Return</a> to singapore.</p> |
|
|
56 |
|
|
|
57 |
</body> |
|
|
58 |
</html> |