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 --- macports/Portfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macports') diff --git a/macports/Portfile.in b/macports/Portfile.in index 41a03dd83..9c588ee24 100644 --- a/macports/Portfile.in +++ b/macports/Portfile.in @@ -11,8 +11,8 @@ long_description \ Pandoc is a command-line tool for converting from one markup format \ to another. It can read markdown and (subsets of) reStructuredText, \ HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, \ - LaTeX, ConTeXt, DocBook, OpenDocument XML, RTF, Texinfo, groff man, \ - and S5 HTML slide shows. + LaTeX, ConTeXt, DocBook XML, OpenDocument XML, RTF, Texinfo, \ + MediaWiki markup, groff man, and S5 HTML slide shows. homepage http://johnmacfarlane.net/pandoc/ platforms darwin -- cgit v1.2.3