tips:recreate_wiki_change_log
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:tips:recreate_wiki_change_log [2008-04-06 17:37] – created ChrisS | tips:recreate_wiki_change_log [2020-04-17 22:46] (current) – Albert25 | ||
---|---|---|---|
Line 2: | Line 2: | ||
DokuWiki stores the wiki changes listing in the file, '' | DokuWiki stores the wiki changes listing in the file, '' | ||
- | - http:// | + | - [[config: |
- | - http:// | + | - [[config:recent]] |
Each individual page in your wiki also has its own change listing file, '' | Each individual page in your wiki also has its own change listing file, '' | ||
Line 11: | Line 11: | ||
** linux command to recreate wiki changes file ** | ** linux command to recreate wiki changes file ** | ||
<code bash> | <code bash> | ||
- | find data/meta -name ' | + | find data/meta -name '*.changes' |
</ | </ | ||
(assumes current directory is dokuwiki install directory and a standard install) | (assumes current directory is dokuwiki install directory and a standard install) | ||
+ | |||
+ | If you are using the [[: | ||
** change listing format** | ** change listing format** | ||
Line 23: | Line 25: | ||
* flag indicating change type, e.g. C=created, D=removed, E=edited.\\ | * flag indicating change type, e.g. C=created, D=removed, E=edited.\\ | ||
** blank if an anonymous edit | ** blank if an anonymous edit | ||
- | |||
tips/recreate_wiki_change_log.1207496220.txt.gz · Last modified: 2010-06-01 16:31 (external edit)