File: control

package info (click to toggle)
landslide 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 368 kB
  • ctags: 189
  • sloc: python: 988; makefile: 109
file content (26 lines) | stat: -rw-r--r-- 1,039 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
Source: landslide
Maintainer: Damien Raude-Morvan <drazzib@debian.org>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 8)
Standards-Version: 3.9.2
Homepage: https://github.com/adamzap/landslide
Vcs-Git: git://anonscm.debian.org/collab-maint/landslide.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/landslide.git

Package: python-landslide
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
Breaks: ${python:Breaks}
Description: Lightweight markup language-based html5 slideshow generator
 Landside is a tool which can generates an HTML5 slideshow using lightweight
 markup as input.
 .
 You can write your slide contents easily using two syntaxes:
  * Markdown
  * ReStructuredText
 .
 This tool support CSS/JS theming, PDF export (using PrinceXML Python library),
 embed images with Base64 (for stand-alone document) and fancy transitions.
 .
 Sample presentation is visible here : <http://slides.html5rocks.com/>.