mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 15:38:09 +08:00
3d2ff3d0a8
+ 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
91 lines
4.4 KiB
Plaintext
91 lines
4.4 KiB
Plaintext
Source: pandoc
|
|
Section: text
|
|
Priority: optional
|
|
Maintainer: Recai Oktaş <roktas@debian.org>
|
|
Build-Depends: debhelper (>= 4.0.0), haskell-devscripts (>=0.5.12), ghc6 (>= 6.8.2-1), libghc6-xhtml-dev, libghc6-mtl-dev, libghc6-network-dev, zip
|
|
Build-Depends-Indep: haddock
|
|
Standards-Version: 3.7.3
|
|
Homepage: http://johnmacfarlane.net/pandoc/
|
|
XS-Vcs-Svn: http://pandoc.googlecode.com/svn/trunk
|
|
XS-Vcs-Browser: http://pandoc.googlecode.com/svn/trunk
|
|
|
|
Package: pandoc
|
|
Section: text
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, zip, texlive-latex-recommended | tetex-extra
|
|
Suggests: tidy, wget | w3m
|
|
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 XML, OpenDocument XML, ODT, 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
|
|
provided for those who need a drop-in replacement for Markdown.pl.
|
|
Included wrapper scripts make it easy to convert markdown documents to
|
|
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
|
|
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.
|
|
|
|
Package: libghc6-pandoc-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: ${haskell:Depends}, libghc6-xhtml-dev, libghc6-mtl-dev, libghc6-network-dev, zip, texlive-latex-recommended | tetex-extra
|
|
Suggests: pandoc-doc
|
|
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 XML, OpenDocument XML, ODT, 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
|
|
provided for those who need a drop-in replacement for Markdown.pl.
|
|
Included wrapper scripts make it easy to convert markdown documents to
|
|
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
|
|
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 libraries compiled for GHC 6.
|
|
|
|
Package: pandoc-doc
|
|
Section: doc
|
|
Architecture: all
|
|
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 XML, OpenDocument XML, ODT, 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
|
|
provided for those who need a drop-in replacement for Markdown.pl.
|
|
Included wrapper scripts make it easy to convert markdown documents to
|
|
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
|
|
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 library documentation for Pandoc.
|