summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-02 04:23:39 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-02 04:23:39 +0000
commit339fcbbb4642014426c94381bdacfa2fe2326536 (patch)
tree691622c52500ff041301bbad3e16516369a7a6ad /debian
parentf4713cfc3eee2d875d6021c794a7271961cd2bb6 (diff)
Added fuller package descriptions to debian/control.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@401 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian')
-rw-r--r--debian/control51
1 files changed, 48 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index df486e5ef..181241f7d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,35 +11,80 @@ Section: text
Architecture: any
Depends: ${shlibs:Depends}
Suggests: tetex-bin, tidy, wget | w3m
-Description: General markup converter
+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, DocBook, RTF, and
S5 HTML slide shows.
+ .
+ Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
+ 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 PDFs 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.
+ .
+ Homepage: http://sophos.berkeley.edu/macfarlane/pandoc/
Package: libghc6-pandoc-dev
Section: libdevel
Architecture: any
Depends: ${haskell:Depends}
Suggests: pandoc-doc
-Description: General markup converter
+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, DocBook, RTF, and
S5 HTML slide shows.
+ .
+ Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
+ 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 PDFs 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.
+ .
+ Homepage: http://sophos.berkeley.edu/macfarlane/pandoc/
Package: pandoc-doc
Section: doc
Architecture: all
-Description: General markup converter
+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, DocBook, RTF, and
S5 HTML slide shows.
.
+ Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
+ 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 PDFs 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.
+ .
+ Homepage: http://sophos.berkeley.edu/macfarlane/pandoc/