... | ... | @@ -7,20 +7,18 @@ We have about [1200 active pages](https://wiki.wireshark.org/TitleIndex), but so |
|
|
|
|
|
## Status
|
|
|
|
|
|
Flag day: Unscheduled.
|
|
|
Flag day: Unscheduled. Can be done independently of Gerrit, Bugzilla, and Buildbot.
|
|
|
|
|
|
## Details
|
|
|
|
|
|
MoinMoin has its own markup language that predates Markdown, which is what GitLab uses.
|
|
|
It looks like the most viable path would be to dump the wiki as HTML, then convert that to Markdown.
|
|
|
|
|
|
https://github.com/tetelle/moin
|
|
|
* https://github.com/tetelle/moin
|
|
|
* http://moinmo.in/MoinDump
|
|
|
* http://webseitz.fluxent.com/wiki/ConvertingMoinmoinTextToMarkdown
|
|
|
|
|
|
http://moinmo.in/MoinDump
|
|
|
|
|
|
http://webseitz.fluxent.com/wiki/ConvertingMoinmoinTextToMarkdown
|
|
|
|
|
|
If we're concerned about preserving our history we might be able to migrate it to a git repository, then convert the markup: https://github.com/mgaitan/moin2git
|
|
|
We might be able to preserve our history by migrating Moin to a git repository, then converting the markup: https://github.com/mgaitan/moin2git. However, that would likely result in publishing spam that we've accumulated over the years.
|
|
|
|
|
|
We run MoinMoin 1.9, but 2.0 supports [exporting to MarkDown](https://github.com/moinwiki/moin/commit/5edfbc2a3e3a8720fad8b2158d67133c2e7b6393#diff-42217d84820d3bab44de675d13077ae9).
|
|
|
Perhaps we could upgrade a copy of our current wiki to Moin 2.0, and then export? |