Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools/expandtemplates.py
Commit message (Collapse)AuthorAgeFilesLines
* Language portability fixes to expandtemplates.pyMartin Langhoff2010-12-081-9/+31
|
* Minor tweaks to expandtemplates and mergeupdatesMartin Langhoff2010-12-011-4/+5
|
* Synchronized WPWikiDB class - server.py gets some fixesMartin Langhoff2010-11-291-3/+2
|
* expandtemplates: a bit slower, but safer by forking wp lookupsMartin Langhoff2010-11-291-12/+43
|
* expandtemplates.py: expands templates in the compressed file formatMartin Langhoff2010-11-291-0/+187
Run expandtemplates.py over the data files and it will output a new 'processed' file that is sorted and has the templates expanded. This yields a file that is smaller, and requires only one lookup per Wikipage. The performance impact is huge.