File: control

package info (click to toggle)
trac-wikiprint 2.0.0%2Br16816-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: python: 1,239; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,186 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
28
29
30
31
32
33
Source: trac-wikiprint
Section: web
Priority: optional
Build-Depends: python-all (>= 2.6.6-3~),
	python-setuptools,
	debhelper (>= 11),
	dh-python
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/python-team/applications/trac-wikiprint.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/trac-wikiprint
Homepage: http://trac-hacks.org/wiki/TracWikiPrintPlugin

Package: trac-wikiprint
Architecture: all
Depends: ${python:Depends},
	${misc:Depends},
	trac,
	python-xhtml2pdf,
	python-pil,
	python-html5lib,
	python-reportlab
Description: Make Trac wiki pages printable, exporting to PDF or printable HTML
 This Trac plugin allows export of one or multiple wiki pages in PDF
 or HTML format. It features:
  * Fully customizable header/footers for PDF
  * Syntax highlighting in exported format, using pygments
  * Customizable front page for PDF book format
  * Automatic creation of Table of Contents if [[PageOutline]]
    Macro is used 
 The style of the resulting PDF or HTML can be fully customized using
 CSS files.