File: control

package info (click to toggle)
css2xslfo 1.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,836 kB
  • sloc: java: 18,393; xml: 214; makefile: 9
file content (26 lines) | stat: -rw-r--r-- 1,002 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
Source: css2xslfo
Section: java
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends:
 ant,
 debhelper-compat (= 13),
 default-jdk,
 javahelper
Homepage: http://www.re.be/css2xslfo/
Vcs-Git: https://salsa.debian.org/java-team/css2xslfo.git
Vcs-Browser: https://salsa.debian.org/java-team/css2xslfo
Standards-Version: 4.6.2
Rules-Requires-Root: no

Package: css2xslfo
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Description: XML+CSS2 to XSL-FO converter
 CSSToXSLFO is a utility which can convert an XML document, together with a
 CSS2 style sheet, into an XSL-FO document, which can then be converted into
 PDF, PostScript, etc. with an XSL-FO-processor. It has special support for the
 XHTML vocabulary, because that is the most obvious language it would be used
 for. The tool has a number of page-related extensions. It also comes with an
 API in the form of an XML filter.