14 |
$SuikaWiki::Plugin::plugin_directory = q(./SuikaWiki/Plugin/); |
$SuikaWiki::Plugin::plugin_directory = q(./SuikaWiki/Plugin/); |
15 |
our %PathTo = ( ## Path to your data, from the main CGI script (NOT from this config script) |
our %PathTo = ( ## Path to your data, from the main CGI script (NOT from this config script) |
16 |
TouchFile => q(./wikidata/touched.txt), |
TouchFile => q(./wikidata/touched.txt), |
17 |
WikiDataBase => q(./wikidata/wiki), |
WikiDataBase => q(./wikidata/page), |
18 |
WikiInfoBase => q(./wikidata/info), |
WikiInfoBase => q(./wikidata/info), |
19 |
WikiDiffBase => q(./wikidata/diff), |
WikiDiffBase => q(./wikidata/diff), |
20 |
); |
); |