diff options
| author | 2012-11-19 20:34:44 -0300 | |
|---|---|---|
| committer | 2012-12-12 19:58:44 -0300 | |
| commit | 25744f4bf462020e353c503db3ec558604c19137 (patch) | |
| tree | 891e8d1acd78c263c213c2c7fa02624d3fb09b13 /debian/control | |
| parent | ca1f5a392261a7c6b82b5ac1015427605909d8c9 (diff) | |
Imported Debian patch 4.0.3-2debian/4.0.3-2
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8ad24fd --- /dev/null +++ b/debian/control @@ -0,0 +1,52 @@ +Source: nikola +Section: python +Priority: optional +Maintainer: Agustin Henze <tin@sluc.org.ar> +Uploaders: Ulises Vitulli <dererk@debian.org> +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: python-all, + python-support (>= 1), + python-setuptools, + python-docutils, +Standards-Version: 3.9.3 +X-Python-Version: >= 2.7 +Homepage: http://nikola.ralsina.com.ar/ + +Package: nikola +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, + python-doit, + python-pygments, + python-imaging, + python-docutils, + python-mako, + python-unidecode, + python-lxml, + python-yapsy, + python-pyrss2gen, + libjs-jquery, + libjs-jquery-colorbox, + libjs-twitter-bootstrap, +Recommends: python-webassets +Suggests: python-jinja2 +Description: simple yet powerful and flexible static website and blog generator + Nikola is a static site and blog generator. Feed information to it on one + side and get a ready-to-deploy website on the other. + . + Nikola goodies on generating static pages are, between others, that: + * Static websites are safer, no database nor dynamic code interpreter needed + * They use fewer resources + * You avoid vendor and platform lockin. + . + Between some of Nikola's features you may find: + * Blog generator, including tags, feeds, archives, comments, etc. + * Theme support + * Fast building process, thanks to doit + * Easy Image Gallery, just drop files in a folder! + * reStructuredText or Markdown as Input languages + * Flexible design + * Small codebase. + * Syntax highlighting for almost any programming language or markup + * Multi-language sites + * Small, since based on leverages existing tools + * Between others |
