From 3d2ff3d0a8d6ee04e771d1261b1367d7a3f4efe3 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 27 Aug 2008 05:50:26 +0000 Subject: Removed PDF writer from core pandoc, restored markdown2pdf. + Added markdown2pdf. + Removed Text/Pandoc/PDF.hs. + Removed references to PDF writer from Main.hs. + Removed references to PDF writer from pandoc.cabal. + Added markdown2pdf.1 to list of man pages in Setup.hs. + Added markdown2pdf.1.md man page source. + Added reference to markdown2pdf(1) in pandoc man page. + Added markdown2pdf to WRAPPERS in Makefile. + Removed mention of pdf writer from README; added markdown2pdf. + Added remarks on markdown2pdf dependencies to README.Debian. + Added markdown2pdf to web/index.txt.in. + Use markdown2pdf for pdf web demos. + Put markdown2pdf back into debian control and rules. + Added markdown2pdf to macports Portfile. + Added markdown2pdf to freebsd package. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1415 788f1e2b-df1e-0410-8736-df70ead52e1b --- debian/control | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 8cfa302f0..8443a1cea 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ 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, PDF, + can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook XML, OpenDocument XML, ODT, RTF, GNU Texinfo, MediaWiki markup, groff man pages, and S5 HTML slide shows. . @@ -26,7 +26,7 @@ Description: general markup converter tables, definition lists, and other features. A compatibility mode is provided for those who need a drop-in replacement for Markdown.pl. Included wrapper scripts make it easy to convert markdown documents to - PDF or ODT format and to convert web pages to markdown documents. + PDF and to convert web pages to markdown documents. . In contrast to existing tools for converting markdown to HTML, which use regex substitutions, pandoc has a modular design: it consists of a @@ -44,7 +44,7 @@ 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, PDF, + can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook XML, OpenDocument XML, ODT, RTF, GNU Texinfo, MediaWiki markup, groff man pages, and S5 HTML slide shows. . @@ -52,7 +52,7 @@ Description: general markup converter tables, definition lists, and other features. A compatibility mode is provided for those who need a drop-in replacement for Markdown.pl. Included wrapper scripts make it easy to convert markdown documents to - PDF or ODT format and to convert web pages to markdown documents. + PDF and to convert web pages to markdown documents. . In contrast to existing tools for converting markdown to HTML, which use regex substitutions, pandoc has a modular design: it consists of a @@ -70,7 +70,7 @@ 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, PDF, + can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook XML, OpenDocument XML, ODT, RTF, GNU Texinfo, MediaWiki markup, groff man pages, and S5 HTML slide shows. . @@ -78,7 +78,7 @@ Description: general markup converter tables, definition lists, and other features. A compatibility mode is provided for those who need a drop-in replacement for Markdown.pl. Included wrapper scripts make it easy to convert markdown documents to - PDF or ODT format and to convert web pages to markdown documents. + PDF and to convert web pages to markdown documents. . In contrast to existing tools for converting markdown to HTML, which use regex substitutions, pandoc has a modular design: it consists of a -- cgit v1.2.3