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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
  
     | 
    
      Source: xhtmlrenderer
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel@miguel.cc>
Build-Depends: debhelper (>= 7.0.50~), default-jdk, javahelper, ant
Build-Depends-Indep: libitext-java (>= 2.0)
Standards-Version: 3.9.1
Homepage: https://xhtmlrenderer.dev.java.net/
Vcs-Git: git://git.debian.org/git/pkg-java/xhtmlrenderer.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/xhtmlrenderer.git
Package: libcore-renderer-java
Architecture: all
Depends: libitext-java (>= 2.0), ${misc:Depends}
Description: Java library that provides an XML/XHTML/CSS 2.1 Renderer
 xhtmlrender is an XML/CSS renderer, which means it takes
 XML files as input, applies formatting and styling using
 CSS, and generates a rendered representation of that XML as
 output. The output may go to the screen (in a GUI), to an
 image or to a PDF file.
 .
 The main target for content is XHTML 1.0 (strict), an XML
 document format that standardizes HTML. However,
 xhtmlrenderer accepts any well-formed XML for rendering as
 long as CSS is provided that tells how to lay it out.
 .
 In the case of XHTML, default stylesheets are provided out
 of the box and packaged within the library.
Package: libcore-renderer-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libcore-renderer-java
Suggests: default-jdk-doc
Description: Documentation for libcore-renderer-java
 Documentation for xhtmlrender that is an XML/CSS renderer,
 which means it takes XML files as input, applies formatting
 and styling using CSS, and generates a rendered representation
 of that XML as output. The output may go to the screen (in a
 GUI), to an image or to a PDF file.
 .
 The main target for content is XHTML 1.0 (strict), an XML
 document format that standardizes HTML. However,
 xhtmlrenderer accepts any well-formed XML for rendering as
 long as CSS is provided that tells how to lay it out.
 .
 In the case of XHTML, default stylesheets are provided out
 of the box and packaged within the library.
 .
 This package contains the javadoc files of
 libcore-renderer-java and the user guide reference for
 xhtmlrenderer.
 
     |