1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: parsewiki
Section: text
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/parsewiki
Vcs-Git: https://salsa.debian.org/debian/parsewiki.git
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Package: parsewiki
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
Description: Documentation System Based on ASCII Text
Perl script that can be used to produce HTML, XHTML, Latex or DocBook/XML
from a simple ASCII text source document, with minimum syntax rules.
.
The text markup is quite simple and allows us to create documents in
an easy and fast way.
.
The tool is not suitable for complex documents, but can be used to create
an initial version which can be further developed working on the generated
LaTeX or DocBook file.
|