1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: pylize
Section: misc
Priority: optional
Maintainer: Python Applications Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>
Build-Depends-Indep: python-support (>= 0.6), python-all-dev (>= 2.3.5-11), python-empy
Build-Depends: debhelper (>= 5.0.37.2)
Standards-Version: 3.7.3
Homepage: http://www.chrisarndt.de/en/software/pylize/
Vcs-Svn: svn://svn.debian.org/python-apps/packages/pylize/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/pylize/?op=log
Package: pylize
Architecture: all
Depends: ${python:Depends}, python-empy
Description: On-Screen presentation generation tool
pylize is a Python script that generates a set of HTML files that
make up an on-screen presentation from a master file. The HTML files
can be viewed with any CSS-aware browser. The master file contains
the text for all the slides and some additional information like
title, author etc. pylize can also create a template master file for
you.
|