summaryrefslogtreecommitdiff
path: root/debian/control.in
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-06-10 10:58:52 +0200
committerJonas Smedegaard <dr@jones.dk>2014-06-10 10:58:52 +0200
commit6006d25d1ffe72f2d9fa54b3a576cd1e8f54e747 (patch)
tree90ac925e0511c917db4338b1558b4de7415e7c80 /debian/control.in
parent35b39ed62aaa1bebafef1778626069e777069a7b (diff)
Rewrap long descriptions using Semantic Linefeeds.
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in245
1 files changed, 140 insertions, 105 deletions
diff --git a/debian/control.in b/debian/control.in
index 7a7f10b95..8c9cf7ae5 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -55,27 +55,34 @@ Depends: ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
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) HTML, reStructuredText, LaTeX, DocBook,
- MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
- markdown, reStructuredText, HTML, LaTeX (including rendering as plain
- PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
- Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
- text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
- several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
- DZSlides, reveal.js).
- .
- Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
- definition lists, tables, and other features. A compatibility mode is
- provided for those who need a drop-in replacement for Markdown.pl.
- .
- 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.
+ 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) HTML, reStructuredText,
+ LaTeX, DocBook, MediaWiki markup, Haddock markup, OPML, and Textile,
+ and it can write markdown, reStructuredText, HTML,
+ LaTeX (including rendering as plain PDF or beamer slide shows),
+ ConTeXt, DocBook, OPML, OpenDocument, ODT, Word docx, RTF,
+ MediaWiki, Textile, groff man pages, GNU Texinfo, plain text,
+ Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2,
+ and several kinds of HTML/javascript slide shows
+ (S5, Slidy, Slideous, DZSlides, reveal.js).
+ .
+ Pandoc extends standard markdown syntax
+ with footnotes, embedded LaTeX, definition lists, tables,
+ and other features.
+ A compatibility mode is provided
+ for those who need a drop-in replacement for Markdown.pl.
+ .
+ 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 pandoc tool.
.
@@ -91,27 +98,34 @@ Depends: ${cdbs:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: general markup converter - data files
- 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) HTML, reStructuredText, LaTeX, DocBook,
- MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
- markdown, reStructuredText, HTML, LaTeX (including rendering as plain
- PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
- Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
- text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
- several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
- DZSlides, reveal.js).
- .
- Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
- definition lists, tables, and other features. A compatibility mode is
- provided for those who need a drop-in replacement for Markdown.pl.
- .
- 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.
+ 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) HTML, reStructuredText,
+ LaTeX, DocBook, MediaWiki markup, Haddock markup, OPML, and Textile,
+ and it can write markdown, reStructuredText, HTML,
+ LaTeX (including rendering as plain PDF or beamer slide shows),
+ ConTeXt, DocBook, OPML, OpenDocument, ODT, Word docx, RTF,
+ MediaWiki, Textile, groff man pages, GNU Texinfo, plain text,
+ Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2,
+ and several kinds of HTML/javascript slide shows
+ (S5, Slidy, Slideous, DZSlides, reveal.js).
+ .
+ Pandoc extends standard markdown syntax
+ with footnotes, embedded LaTeX, definition lists, tables,
+ and other features.
+ A compatibility mode is provided
+ for those who need a drop-in replacement for Markdown.pl.
+ .
+ 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 data files for pandoc.
@@ -128,27 +142,34 @@ Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: general markup converter - libraries
- 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) HTML, reStructuredText, LaTeX, DocBook,
- MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
- markdown, reStructuredText, HTML, LaTeX (including rendering as plain
- PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
- Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
- text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
- several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
- DZSlides, reveal.js).
- .
- Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
- definition lists, tables, and other features. A compatibility mode is
- provided for those who need a drop-in replacement for Markdown.pl.
- .
- 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.
+ 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) HTML, reStructuredText,
+ LaTeX, DocBook, MediaWiki markup, Haddock markup, OPML, and Textile,
+ and it can write markdown, reStructuredText, HTML,
+ LaTeX (including rendering as plain PDF or beamer slide shows),
+ ConTeXt, DocBook, OPML, OpenDocument, ODT, Word docx, RTF,
+ MediaWiki, Textile, groff man pages, GNU Texinfo, plain text,
+ Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2,
+ and several kinds of HTML/javascript slide shows
+ (S5, Slidy, Slideous, DZSlides, reveal.js).
+ .
+ Pandoc extends standard markdown syntax
+ with footnotes, embedded LaTeX, definition lists, tables,
+ and other features.
+ A compatibility mode is provided
+ for those who need a drop-in replacement for Markdown.pl.
+ .
+ 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.
@@ -161,27 +182,34 @@ Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Description: general markup converter - library documentation
- 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) HTML, reStructuredText, LaTeX, DocBook,
- MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
- markdown, reStructuredText, HTML, LaTeX (including rendering as plain
- PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
- Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
- text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
- several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
- DZSlides, reveal.js).
- .
- Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
- definition lists, tables, and other features. A compatibility mode is
- provided for those who need a drop-in replacement for Markdown.pl.
- .
- 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.
+ 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) HTML, reStructuredText,
+ LaTeX, DocBook, MediaWiki markup, Haddock markup, OPML, and Textile,
+ and it can write markdown, reStructuredText, HTML,
+ LaTeX (including rendering as plain PDF or beamer slide shows),
+ ConTeXt, DocBook, OPML, OpenDocument, ODT, Word docx, RTF,
+ MediaWiki, Textile, groff man pages, GNU Texinfo, plain text,
+ Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2,
+ and several kinds of HTML/javascript slide shows
+ (S5, Slidy, Slideous, DZSlides, reveal.js).
+ .
+ Pandoc extends standard markdown syntax
+ with footnotes, embedded LaTeX, definition lists, tables,
+ and other features.
+ A compatibility mode is provided
+ for those who need a drop-in replacement for Markdown.pl.
+ .
+ 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.
@@ -195,26 +223,33 @@ Depends: ${haskell:Depends}
Suggests: ${cdbs:Suggests}
Provides: ${haskell:Provides}
Description: general markup converter - profiling libraries
- 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) HTML, reStructuredText, LaTeX, DocBook,
- MediaWiki markup, Haddock markup, OPML, and Textile, and it can write
- markdown, reStructuredText, HTML, LaTeX (including rendering as plain
- PDF or beamer slide shows), ConTeXt, DocBook, OPML, OpenDocument, ODT,
- Word docx, RTF, MediaWiki, Textile, groff man pages, GNU Texinfo, plain
- text, Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2, and
- several kinds of HTML/javascript slide shows (S5, Slidy, Slideous,
- DZSlides, reveal.js).
- .
- Pandoc extends standard markdown syntax with footnotes, embedded LaTeX,
- definition lists, tables, and other features. A compatibility mode is
- provided for those who need a drop-in replacement for Markdown.pl.
- .
- 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.
+ 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) HTML, reStructuredText,
+ LaTeX, DocBook, MediaWiki markup, Haddock markup, OPML, and Textile,
+ and it can write markdown, reStructuredText, HTML,
+ LaTeX (including rendering as plain PDF or beamer slide shows),
+ ConTeXt, DocBook, OPML, OpenDocument, ODT, Word docx, RTF,
+ MediaWiki, Textile, groff man pages, GNU Texinfo, plain text,
+ Emacs Org-Mode, AsciiDoc, EPUB (v2 or v3), FictionBook2,
+ and several kinds of HTML/javascript slide shows
+ (S5, Slidy, Slideous, DZSlides, reveal.js).
+ .
+ Pandoc extends standard markdown syntax
+ with footnotes, embedded LaTeX, definition lists, tables,
+ and other features.
+ A compatibility mode is provided
+ for those who need a drop-in replacement for Markdown.pl.
+ .
+ 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 profiling libraries for Pandoc.