File: control

package info (click to toggle)
aft 2%3A5.098-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: perl: 1,599; sh: 439; makefile: 105
file content (27 lines) | stat: -rw-r--r-- 1,091 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: aft
Section: text
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Homepage: http://www.maplefish.com/todd/aft.html
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/aft
Vcs-Git: https://salsa.debian.org/debian/aft.git
Rules-Requires-Root: no

Package: aft
Architecture: all
Depends: perl:any (>= 5.6),
         ${misc:Depends},
Description: "free form" document preparation system
 AFT is a document preparation system. It is mostly free form meaning that there
 is little intrusive markup. AFT source documents look a lot like plain old
 ASCII text.
 .
 AFT has a few rules for structuring your document and these rules have more to
 do with formatting your text rather than embedding commands.
 .
 Right now, AFT produces pretty good (weblint-able) HTML, XHTML, LaTeX, lout and
 RTF. It can, in fact, be coerced into producing all types of output (e.g.
 roll-your-own XML). All that needs to be done is to edit a rule file. You can
 even customize your own HTML rule files for specialized output.