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
|
Source: python-darkslide
Maintainer: Andrej Shadura <andrewsh@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper (>= 9),
dh-python,
python3-all,
python3-setuptools (>= 0.6.24),
python3-six,
python3-markdown (>= 3.0),
python3-jinja2,
python3-pygments,
python3-docutils,
python3-qrcode (>= 6.1),
python3-textile,
pandoc
Standards-Version: 4.1.0
Homepage: https://github.com/ionelmc/python-darkslide
Vcs-Git: https://salsa.debian.org/debian/darkslide.git
Vcs-Browser: https://salsa.debian.org/debian/darkslide
Package: darkslide
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-textile
Provides: python3-darkslide
Description: HTML5 slideshow generator
Darkslide is a tool which can generates an HTML5 slideshow using lightweight
markup as input.
.
You can write your slide contents easily using these syntaxes:
.
* Markdown
* ReStructuredText
* Textile
.
This tool support CSS/JS theming, PDF export (using PrinceXML Python library),
embed images with Base64 (for stand-alone document) and fancy transitions.
.
Darkslide is a fork of Landslide.
.
A sample presentation is available here: <http://ionelmc.github.io/python-darkslide/>.
|