anammari / pandoc

Automatically exported from code.google.com/p/pandoc
GNU General Public License v2.0
0 stars 0 forks source link

New output format: Google Code Wiki markup #135

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm writing all my documentation in Markdown and using Pandoc to convert it
to browser-friendly HTML, HTML for use in an online help system
(wxWidgets), and TeX for PDF generation.  But my program is also hosted on
Google Code, and it would be great if we could get support for Google Code
Wiki syntax as an output format.  I could then have one unique generation
system for *all* my end-user documentation, and maintenance would be a snap.

Original issue reported on code.google.com by cpence on 15 Mar 2009 at 8:33

GoogleCodeExporter commented 9 years ago
I agree, this would be nice.  I can't say when I'll have time to do this, but if
you're a Haskeller and want to try it, this should be a fairly easy project. 
Some
minor modifications to the mediawiki writer 
(src/Text/Pandoc/Writers/MediaWiki.hs)
should yield a googlecodewiki writer. This would have to be integrated into
pandoc.hs, a googlecodewiki writer test would need to be generated, and the man 
page
and README updated.

Original comment by fiddloso...@gmail.com on 15 Mar 2009 at 11:13

GoogleCodeExporter commented 9 years ago
Note: both MoinMoin and Trac use the same wiki markup syntax which is very 
similar to
the one Google Code's Wiki uses. In fact, the Google Code support faq says:

> "Our wiki syntax is inspired by the MoinMoin wiki syntax, and is more or less 
a
subset of it. We've found that MoinMoin is one of the most popular open source 
wikis
and provides a clean syntax for users."

Original comment by inky...@gmail.com on 30 Jul 2009 at 1:46

GoogleCodeExporter commented 9 years ago
It would actually be nice to be able to go in the other direction: from Google 
Code Wiki markup to the other formats.  Many projects are moving from Google 
Code to GitHub.  I want to convert a Wiki from Google Code to AsciiDoc, for 
example.

Original comment by msgilli...@gmail.com on 10 Oct 2013 at 5:41