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
|