debian/0000755000000000000000000000000011662305546007176 5ustar debian/rules0000755000000000000000000000017711662305546010263 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --buildsystem=python_distutils get-orig-source: uscan --force-download --rename debian/watch0000644000000000000000000000015311662305546010226 0ustar version=3 http://githubredir.debian.net/github/adamzap/landslide \ /github/adamzap/landslide/v(.*).tar.gz debian/changelog0000644000000000000000000000140111662305546011044 0ustar landslide (1.0.1-1) unstable; urgency=low * New upstream release. -- Damien Raude-Morvan Mon, 21 Nov 2011 00:20:21 +0100 landslide (1.0.0-2) unstable; urgency=low * Add missing dependency on python-pkg-resources. Thanks to Jakub Wilk for notifying (Closes: #645254). -- Damien Raude-Morvan Mon, 17 Oct 2011 23:17:43 +0200 landslide (1.0.0-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.2: no changes needed. * Add Vcs-* headers. -- Damien Raude-Morvan Wed, 21 Sep 2011 15:38:14 +0200 landslide (0.8.2-1) unstable; urgency=low * Initial upload (Closes: #614424) -- Damien Raude-Morvan Tue, 22 Feb 2011 01:19:20 +0100 debian/compat0000644000000000000000000000000211662305546010374 0ustar 8 debian/source/0000755000000000000000000000000011662305546010476 5ustar debian/source/format0000644000000000000000000000001411662305546011704 0ustar 3.0 (quilt) debian/manpages0000644000000000000000000000002311662305546010707 0ustar debian/landslide.1 debian/control0000644000000000000000000000201711662305546010601 0ustar Source: landslide Maintainer: Damien Raude-Morvan 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 : . debian/landslide.10000644000000000000000000000320711662305546011221 0ustar .TH LANDSLIDE 1 "March 2011" "Landslide" "User Commands" .SH NAME landslide \- html5 slideshow generator .SH SYNOPSIS .B landslide [\fIoptions\fR] \fIinput.md \fR... .SH DESCRIPTION Landside is a tool which can generates an HTML5 slideshow using lightweight markup as input. .PP You can write your slide contents easily using two syntaxes: .TP .B Markdown .TP .B ReStructuredText .PP This tool support CSS/JS theming, PDF export (using PrinceXML Python library), embed images with Base64 (for stand-alone document) and fancy transitions. .PP Sample presentation is visible here : . .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show help message and exit .TP \fB\-b\fR, \fB\-\-debug\fR Will display any exception trace to stdin .TP \fB\-d\fR FILE, \fB\-\-destination\fR=\fIFILE\fR The path to the to the destination file: .html or .pdf extensions allowed (default: presentation.html) .TP \fB\-e\fR ENCODING, \fB\-\-encoding\fR=\fIENCODING\fR The encoding of your files (defaults to utf8) .TP \fB\-i\fR, \fB\-\-embed\fR Embed stylesheet and javascript contents, base64\-encoded images in presentation to make a standalone document .TP \fB\-t\fR THEME, \fB\-\-theme\fR=\fITHEME\fR A theme name, or path to a landlside theme directory .TP \fB\-o\fR, \fB\-\-direct\-ouput\fR Prints the generated HTML code to stdin; won't work with PDF export .TP \fB\-q\fR, \fB\-\-quiet\fR Won't write anything to stdin (silent mode) .TP \fB\-v\fR, \fB\-\-verbose\fR Write informational messages to stdin (enabled by default) .SH DIAGNOSTICS Note: PDF export requires the `prince` program: http://princexml.com/ .SH AUTHOR Damien Raude-Morvan debian/copyright0000644000000000000000000000212211662305546011126 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Upstream-Name: Landside Upstream-Contact: Adam Zapletal Source: https://github.com/adamzap/landslide Files: * Copyright: Copyright 2010 Adam Zapletal Copyright: Copyright 2010 Google Inc License: Apache-2.0 Files: debian/* Copyright: Copyright 2010 Damien Raude-Morvan License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'