#
44881bd0 |
| 03-Jan-2007 |
henning.noren <henning.noren@gmail.com> |
tf_rename_lower.patch
Name the TRUE/FALSE-constants consistently as lowercase everywhere. This might also be an tiny optimization in some environments.
darcs-hash:20070103205700-d2a3e-e7ec0aedb938d
tf_rename_lower.patch
Name the TRUE/FALSE-constants consistently as lowercase everywhere. This might also be an tiny optimization in some environments.
darcs-hash:20070103205700-d2a3e-e7ec0aedb938d563f583116a2d5b17f3a3fea36c.gz
show more ...
|
#
1caeb00a |
| 07-Aug-2005 |
Harry Fuecks <hfuecks@gmail.com> |
command line utilities for DokuWiki
This patch adds a command line tool which should help people modify wiki pages on the command line.
Usage would be something like;
$ ./dokuwiki/bin/dwpage.php c
command line utilities for DokuWiki
This patch adds a command line tool which should help people modify wiki pages on the command line.
Usage would be something like;
$ ./dokuwiki/bin/dwpage.php checkout wiki:syntax > /home/harryf/syntax.txt $ vi syntax.txt $ ./dokuwiki/bin/dwpage.php -m "Document new syntax" commit syntax.txt wiki:syntax
The second script outputs a list of wiki ids, seperated by newlines. The idea would be it get's run by a cron job at regular intervals and has it's results piped to a text file.
darcs-hash:20050807201309-56ad0-7c2dbb2b14f794efad1b9875f4dd0c6a15f6df3f.gz
show more ...
|