File: control

package info (click to toggle)
herold 8.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 5,308 kB
  • ctags: 7,465
  • sloc: java: 40,460; xml: 513; makefile: 39; sh: 29
file content (39 lines) | stat: -rw-r--r-- 1,641 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
34
35
36
37
38
39
Source: herold
Priority: optional
Maintainer: Debian XML/SGML Group <debian-xml-sgml-pkgs@lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat@debian.org>
Build-Depends: ant,
               ant-contrib,
               antlr4,
               debhelper (>= 9),
               default-jdk,
               docbook-xsl-ns,
               javahelp2,
               javahelper (>=0.25),
               libcommons-codec-java,
               libcommons-jxpath-java,
               libcommons-logging-java,
               libosgi-compendium-java,
               libxml-commons-resolver1.1-java,
               libxmlgraphics-commons-java,
               xsltproc
Standards-Version: 3.9.7
Section: java
Homepage: http://www.dbdoclet.org/
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-xml-sgml/packages/herold/
Vcs-Svn: svn://anonscm.debian.org/debian-xml-sgml/packages/herold/trunk/

Package: herold
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: HTML to DocBook XML conversion
 The reuse of HTML content in presentation-neutral form is a frequent problem.
 One possible solution is to convert HTML to DocBook XML, because DocBook is a
 semantic markup language for documentation, which enables its users to create
 document content that captures the logical structure of the content.
 .
 The command line tool herold can be used to convert HTML to DocBook. Because
 HTML elements are often used not as intended, the possibilities for such a
 transformation are somewhat limited. herold is part of the dbdoclet suite of
 tools. For more information visit http://www.dbdoclet.org.