From ddaec05d8f49308363c694718240bdaf58466659 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 27 Jul 2008 03:25:51 +0000 Subject: Added MediaWiki writer. + Added Text/Pandoc/Writers/MediaWiki.hs + Added to pandoc.cabal + Added to Main.hs and Text/Pandoc.hs exports. + Added tests for mediawiki writer & table writer. + Added information on MediaWiki writer to README. + Added mediawiki markup to list of formats in pandoc(1) man page. + Updated debian/control with mediawiki output format. + Added mediawiki markup to description in macports portfile. + Updated freebsd package description to include mediawiki format. + Mention MediaWiki output format in web page index. + Added mediawiki demo to website. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1337 788f1e2b-df1e-0410-8736-df70ead52e1b --- debian/control | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 01271f88c..cd5c39884 100644 --- a/debian/control +++ b/debian/control @@ -18,8 +18,9 @@ Description: general markup converter Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it - can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook, - OpenDocument XML, RTF, GNU Texinfo, groff man pages, and S5 HTML slide shows. + can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook XML, + OpenDocument XML, RTF, GNU Texinfo, MediaWiki markup, groff man pages, + and S5 HTML slide shows. . Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, tables, definition lists, and other features. A compatibility mode is @@ -43,8 +44,9 @@ Description: general markup converter Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it - can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook, - OpenDocument XML, RTF, GNU Texinfo, groff man pages, and S5 HTML slide shows. + can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook XML, + OpenDocument XML, RTF, GNU Texinfo, MediaWiki markup, groff man pages, + and S5 HTML slide shows. . Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, tables, definition lists, and other features. A compatibility mode is @@ -68,8 +70,9 @@ Description: general markup converter Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it - can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook, - OpenDocument XML, RTF, GNU Texinfo, groff man pages, and S5 HTML slide shows. + can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook XML, + OpenDocument XML, RTF, GNU Texinfo, MediaWiki markup, groff man pages, + and S5 HTML slide shows. . Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, tables, definition lists, and other features. A compatibility mode is -- cgit v1.2.3