File: control

package info (click to toggle)
trac-odtexport 0.6.0%2Bsvn10787-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 304 kB
  • ctags: 52
  • sloc: python: 414; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 842 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
Source: trac-odtexport
Section: web
Priority: extra
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
 debhelper (>= 7.0.50~),
 python (>= 2.6.6-3~),
 python-setuptools
Standards-Version: 3.9.3
Homepage: http://trac-hacks.org/wiki/OdtExportPlugin
Vcs-Git: git://lair.fifthhorseman.net/~dkg/trac-odtexport

Package: trac-odtexport
Architecture: all
Depends: ${shlibs:Depends},
 ${python:Depends},
 ${misc:Depends},
 trac
Provides: ${python:Provides}
Description: Export Trac wiki pages as OpenDocument (ODT) files
 The Trac OdtExport plugin can convert a wiki page to an OpenDocument
 Text file (ODT).
 .
 The file can be opened with any compatible office suite, such as
 OpenOffice, KOffice, IBM Symphony, etc. Currently, it's only been
 tested with OpenOffice.
 .
 The XSLT stylesheets come from the XHTML2ODT project.