"Kevin O'Connor" kevin@koconnor.net writes:
Based on the previous feedback, I've converted the current wiki documents to markdown format (via the pandoc tool) and then touched up the translation. The attached patch shows what moving the wiki documents into the seabios repo might look like. (It creates a new "docs/" directory with files for each page currently on the wiki.)
The pandoc tool seams to be able to translate back to mediawiki format without much issue. So, a possible workflow would be to use the git patch submission process to update documentation, and then use pandoc to translate the pages and push them to the wiki. (Or, if at some future point the wiki is decommissioned, then use pandoc or a similar tool to create html directly.)
Thoughts?
If this workflow works for you, go right ahead! Patch looks fine on a glance.