aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 84e9b9ecabc67a0cf2f0649420c64d3059222da0 (plain) (blame)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Source: nikola
Section: python
Priority: optional
Maintainer: Agustin Henze <tin@debian.org>
Uploaders: Ulises Vitulli <dererk@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 bash-completion,
 python-all,
 python-setuptools,
 python-dateutil,
 python-doit (>= 0.28.0),
 python-pygments (>= 1.6),
 python-imaging (>= 2.4.0),
 python-docutils (>= 0.12),
 python-mako (>= 1.0.0),
 python-unidecode (>= 0.04.16),
 python-lxml (>= 3.3.5),
 python-yapsy (>= 1.11.223),
 python-pyrss2gen (>= 1.1),
 python-logbook (>= 0.7.0),
 python-blinker (>= 1.3),
 python-natsort (>= 3.5.2),
 python-requests (>= 2.2.0),
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
Homepage: http://getnikola.com/
Vcs-Git: git://anonscm.debian.org/collab-maint/nikola.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nikola.git

Package: nikola
Architecture: all
Depends:
 ${python:Depends},
 ${misc:Depends},
 python-doit (>= 0.28.0),
 python-pygments (>= 1.6),
 python-imaging (>= 2.4.0),
 python-docutils (>= 0.12),
 python-mako (>= 1.0.0),
 python-unidecode (>= 0.04.16),
 python-lxml (>= 3.3.5),
 python-yapsy (>= 1.11.223),
 python-pyrss2gen (>= 1.1),
 python-logbook (>= 0.7.0),
 python-blinker (>= 1.3),
 python-natsort (>= 3.5.2),
 python-requests (>= 2.2.0),
 libjs-jquery,
 libjs-jquery-colorbox,
 libjs-twitter-bootstrap,
 libjs-bootstrap,
 libjs-imagesloaded,
Recommends:
 python-webassets,
 python-typogrify,
 python-livereload,
 python-ws4py,
 python-watchdog,
Suggests:
 python-jinja2,
 python-feedparser,
 ipython,
 bpython,
 python-markdown,
 python-misaka,
 pandoc,
 python-textile,
 python-creoleparser,
 txt2tags,
 node-less,
 python-pygal,
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