brainite / php-file-converters

Provide unified interface for file conversion.
https://www.brainite.org/php-file-converters
MIT License
24 stars 6 forks source link

Google Code Wiki to Markdown #69

Closed stackpr closed 7 years ago

stackpr commented 10 years ago

https://github.com/reidab/gcw2html https://github.com/balbeko/sabredavwiki https://code.google.com/p/wikiwym/w/list

stackpr commented 10 years ago

Progress... Final steps involve:

stackpr commented 10 years ago

Partially functional: svn checkout http://phpquery.googlecode.com/svn/wiki/ wiki ls *wiki | while read f; do fileconverter $f ${f%.wiki}.md; done

stackpr commented 7 years ago

Google code has been shut down for quite some time now, so there is minimal benefit to completing this engine.