Skip to content

Python code for converting Twiki website to github markdown files

License

Notifications You must be signed in to change notification settings

LibrePlan/twiki2github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converting code for LibrePlan Twiki to GitHub Wiki+markdown

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:

  1. Call WebTopicList
  2. Loop for every page found
  3. Change the text
  4. Convert from Twiki to Markdown
  5. Add to local wiki git repo

Sources of inspiration

Change page width:

The current github page styling is sub-optimal to say the least. There are options, but we chose not to use them.

https://userstyles.org/styles/108591/github-wide

About

Python code for converting Twiki website to github markdown files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published