aboutsummaryrefslogtreecommitdiff
path: root/example-output/pandoc.wiki
diff options
context:
space:
mode:
Diffstat (limited to 'example-output/pandoc.wiki')
-rw-r--r--example-output/pandoc.wiki79
1 files changed, 79 insertions, 0 deletions
diff --git a/example-output/pandoc.wiki b/example-output/pandoc.wiki
new file mode 100644
index 0000000..de172e1
--- /dev/null
+++ b/example-output/pandoc.wiki
@@ -0,0 +1,79 @@
+{{Entry
+|Name=Pandoc
+|Short description=general markup converter
+|Full description=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 several dialects of Markdown and (subsets of) HTML,
+reStructuredText, LaTeX, DocBook, MediaWiki markup, TWiki markup,
+Haddock markup, OPML, Emacs Org-mode, txt2tags, Word Docx, ODT,
+and Textile, and it can write Markdown, reStructuredText, XHTML,
+HTML 5, LaTeX (including rendering as plain PDF or beamer slide
+shows), ConTeXt, DocBook, OPML, TEI, OpenDocument, ODT, Word
+docx, RTF, MediaWiki, DokuWiki, ZimWiki, Textile, groff man
+pages, GNU Texinfo, plain text, Emacs Org-Mode, AsciiDoc, Haddock
+markup, EPUB (v2 and v3), FictionBook2, InDesign ICML, and
+several kinds of HTML/javascript slide shows (S5, Slidy,
+Slideous, DZSlides, reveal.js).
+
+In contrast to most existing tools for converting Markdown to
+HTML, pandoc has a modular design: it consists of a set of
+readers, which parse text in a given format and produce a native
+representation of the document, and a set of writers, which
+convert this native representation into a target format. Thus,
+adding an input or output format requires only adding a reader or
+writer.
+
+This package contains the pandoc tool.
+
+PDF output via PDFLaTeX requires the package texlive-latex-
+recommended. * XeLaTeX additionally requires texlive-xetex *
+LuaTeX additionally requires texlive-luatex * content with YAML
+metadata additionally requires texlive-latex-extra.
+
+PDF output via wkhtmltopdf requires the package wkhtmltopdf.
+|Homepage URL=http://pandoc.org/
+|User level=
+|Component programs=
+|VCS checkout command=
+|Computer languages=Haskell
+|Status=
+|Is GNU=No
+|Version identifier=1.17.2~dfsg-3
+|Version download=http://ftp.debian.org/debian/pool/main/p/pandoc/pandoc_1.17.2~dfsg.orig.tar.gz
+|Submitted by=Debian import
+|Submitted date=2018-06-04
+}}
+{{Import
+|Source=Debian
+|Source link=http://packages.debian.org/sid/pandoc
+|Source packages=pandoc 1.17.2~dfsg-3
+|Date=2018-06-04
+}}
+{{Project license
+|License=GPLv2orlater
+|License copyright=Copyright 2006-2016, John MacFarlane <jgm@berkeley.edu>Copyright 2005, Peter Jipsen <http://www.chapman.edu/~jipsen>Copyright 2008-2015, Andrea Rossato <andrea.rossato@ing.unitn.it>Copyright 2008-2015, Peter WangCopyright 2010-2015, Paul Rivier <paul*rivier#demotera*com>Copyright 2010-2015, Puneeth Chaganti <punchagan@gmail.com>Copyright 2011-2012, Sergey AstaninCopyright 2013, David Lazar <lazar6@illinois.edu>Copyright 2013, github.com/mb21Copyright 2014-2016, Albert Krewinkel <tarleb@moltkeplatz.de>Copyright 2014, Alexander Sulfrian <alexander.sulfrian@fu-berlin.de>Copyright 2014, Jesse Rosenthal <jrosenthal@jhu.edu>Copyright 2014, Matthew Pickering <matthewtpickering@gmail.com>Copyright 2015, Martin Linnemann <theCodingMarlin@googlemail.com>
+|License verified by=Debian: Clint Adams <clint@debian.org>
+|License verified date=2016-11-11
+|License note=License: gpl-2+
+}}
+{{Project license
+|License=PublicDomain
+|License copyright=Copyright none (public domain)
+|License verified by=Debian: Clint Adams <clint@debian.org>
+|License verified date=2016-11-11
+|License note=License: public-domain
+
+public-domain This art is in the public domain. Kevin Hughes,
+kevinh@eit.com, September 1995
+}}
+{{Person
+|Real name=https://github.com/jgm/pandoc/issues
+|Role=contact
+|Email=
+}}
+{{Resource
+|Resource kind=Download
+|Resource URL=https://hackage.haskell.org/package/pandoc/
+ git://github.com/jgm/pandoc.git
+ Repackaged, excluding non-DFSG files
+}}