Gemini Wiki Control
This script helps you maintain your Gemini Wiki installation.
Options
--wiki_dir=./wiki
-
This the wiki data directory to use; the default is either the value of the
GEMINI_WIKI_DATA_DIR
environment variable, or the./wiki
subdirectory. Use it to specify a space, too. --log=4
-
This is the log level to use. 1 only prints errors; 2 also prints warnings (this is the default); 3 prints any kind of information; 4 prints all sorts of info the developer wanted to see as they were fixing bugs.
Commands
help
-
This is what you're reading right now.
update-changes
-
This command looks at all the pages in the page directory and generates new entries for your changes log into changes.log.
erase-page
-
This command removes pages from the page directory, removes all the kept revisions in the keep directory, and all the mentions in the change.log. Use this if spammers and vandals created page names you want to eliminate.