File: control

package info (click to toggle)
blogofile 0.8b1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 792 kB
  • sloc: python: 2,975; makefile: 30
file content (35 lines) | stat: -rw-r--r-- 1,495 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: blogofile
Section: web
Priority: optional
Maintainer: Jakob Haufe <sur5r@sur5r.net>
Build-Depends: debhelper (>= 8), python-setuptools (>= 0.6b3), python-all
X-Python-Version: >= 2.6
Standards-Version: 3.9.4
Homepage: http://www.blogofile.com/
Vcs-Git: git://anonscm.debian.org/collab-maint/blogofile.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/blogofile.git

Package: blogofile
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
Suggests: git | subversion | bzr | mercurial | darcs
Description: static website compiler and blog engine
 Blogofile is a static website compiler, primarily (though not
 exclusively) designed to be a simple blogging engine. It requires no
 database and no special hosting environment. You customize a set of
 templates with Mako, create posts in a markup language of your choice
 (Markdown, Textile, reStructuredText or plain old HTML) and Blogofile
 renders your entire website as static HTML and Atom/RSS feeds which
 you can then upload to any old web server you like.

Package: blogofile-converters
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-mysqldb, python-sqlalchemy
Recommends: blogofile (>= ${source:Version})
Description: blog converter collection for Blogofile
 This is a collection of scripts which helps to migrate existing Blogs
 into the Blogofile /_posts directory format.
 .
 The included converters are:
 .
  * wordpress2blogofile: converts a Wordpress Blog