(Forgive me if this is the wrong place to post this and if it is, please let me know where is more appropriate.)
I’ve been working on a MozillaWiki extension that will make it easy to create wiki pages from public etherpads (classic AND lite). It’s far enough along that I need a bunch of you to try it with etherpads you use regularly and give feedback about how it works.
I’ve installed the extension on our sandbox wiki and you should be able to login with your regular credentials unless you have recently changed them or your account is very new. (Also, our sandbox has a self-signed ssl cert, so you’ll need to accept the associated warnings in order to view the site.)
I think Andreas Wagner can give some input here since he has been exporting our Etherpad notes to the Wiki for 2 meetings now. I’ve pinged him about this thread on IRC.
Before the meeting, we call thing create <date> which creates a new etherpad (e.g. https://demeeting.etherpad.mozilla.org/20150326) and puts the link to it on our wiki meeting overview page (https://wiki.mozilla.org/De/Meetings). (I usually do this right after the previous meeting, so people can start filling in their points at any time between two meetings)
After the meeting, we call thing archive <date> which copies the content from the etherpad to a new minutes sub page in the wiki (https://wiki.mozilla.org/De/Meetings/20150326) and changes the link on the overview page from etherpad to the sub page.
The configuration and setup took me a while to figure out, I’m happy to help if you want to reproduce or play around with this.
Does this mean that you can use the etherpad mark-up in the pad and the exporter will convert it to wiki mark-up? If so I’m very excited for this. Some teams write their notes in the pad in wiki mark-up and I just can’t parse those notes in the same way.
Christie,.I’ve used this on a couple of etherpads in the sandbox, and it works beautifully. Thank you, thank you, thank you … this makes me very, very happy.
If wikimtgs tool is working for you, that’s great.
To clarify, this new Import From Etherpad extension works very differently. It’s a tool we’ll install on wiki.mozilla.org that will allow anyone who can create pages on MozillaWiki to create pages from public etherpads. No setup required.
Yes, the importer will convert etherpad markup (html, really) to mediawiki markup. The only caveat is that etherpad supports only a small subset of the formatting you can do with html and wiki markup. That means to have things like true headings, you’d want to use wiki markup in the etherpad (e.g. == heading ==).
Thank you everyone who tested and provided feedback. The page above has information about how to use the feature and also how to report bugs if you notice something not quite right.