File: control

package info (click to toggle)
pyblosxom 1.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,312 kB
  • ctags: 1,029
  • sloc: python: 6,903; sh: 111; makefile: 73
file content (35 lines) | stat: -rw-r--r-- 1,279 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
27
28
29
30
31
32
33
34
35
Source: pyblosxom
Section: web
Priority: optional
Build-Depends:
 debhelper (>= 9),
 python,
 python-setuptools,
 python-sphinx (>= 1.0.7+dfsg)
Maintainer: Markus Koschany <apo@debian.org>
Standards-Version: 3.9.6
Homepage: http://pyblosxom.github.io/
Vcs-Git: git://anonscm.debian.org/collab-maint/pyblosxom.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pyblosxom.git

Package: pyblosxom
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 ${sphinxdoc:Depends}
Suggests:
 apache2 | nginx | lighttpd | httpd
Description: lightweight file-based weblog system written in Python
 Pyblosxom is a blog which allows you to keep an online journal. It acts as an
 extension for a web server such as Apache and can be run as a CGI script or a
 WSGI application. Another common purpose of Pyblosxom is to statically compile
 your website into HTML/XML files.
 .
 It is very easy to set up and use. Entries are stored in simple text files and
 can be categorized using directories. Pyblosxom has a plugin framework
 enabling you to augment and enhance Pyblosxom's default behaviour as well as a
 template engine to make it easy to design your own themes with a minimum of
 development knowledge.
 .
 Pyblosxom also supports RSS 2.0 and Atom syndication feeds.