Using Python to extract all current pages from Twiki. The program itself contains lots of trial and error code. Basically it's crap, but it did get the job done (sort of).
Basic program flow:
- Call WebTopicList
- Loop for every page found
- Change the text
- Convert from Twiki to Markdown
- Add to local wiki git repo
- Getting list of all Twiki pages: https://wiki.libreplan.org/bin/view/LibrePlan/WebTopicList
The current github page styling is sub-optimal to say the least. There are options, but we chose not to use them.