File: control

package info (click to toggle)
archmage 1%3A0.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 400 kB
  • ctags: 128
  • sloc: python: 750; sh: 7; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 1,138 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
Source: archmage
Section: utils
Priority: optional
Maintainer: Mikhail Gusarov <dottedmag@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50), python
Build-Depends-Indep: python-support (>= 0.6.4)
Standards-Version: 3.9.0
Vcs-Svn: svn://svn.debian.org/python-apps/packages/archmage/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/archmage/trunk/
Homepage: http://archmage.sf.net

Package: archmage
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-chm, python-beautifulsoup
Suggests: libapache2-mod-python, elinks | links, htmldoc
Description: CHM(Compiled HTML) Decompressor
 arCHMage is a reader and decompiler for files in the CHM format. This is the
 format used by Microsoft HTML Help, and is also known as Compiled HTML.
 .
 arCHMage provides the following features:
  - Extracting CHM content to set of HTML, CSS files and images
  - Dumping HTML data from CHM as a plain text
  - Serving CHM contents as a standalone HTTP server
  - Serving CHM content with Apache by providing Apache module mod_chm.