NOTICE: This package has been removed from pkgsrc

./www/pyblosxom, PyBlosxom is a lightweight file-based weblog system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.5, Package name: py26-pyblosxom-1.5, Maintainer: hauke

PyBlosxom is a lightweight file-based weblog system. The project
started as a Python clone of Blosxom but has since evolved into a
beast of its own. PyBlosxom focuses on three things: simplicity,
extensibility, and community.

simplicity - PyBlosxom uses the file system for all its data
storage. Because of this you can use whatever existing editor,
scripts and tools you want to create, update and manipulate
entries and other blog data.

extensibility - PyBlosxom has a plugin framework allowing you to build
plugins in Python to augment and change PyBlosxom's default behavior.

community - There are hundreds of PyBlosxom users out there all of
whom have different needs. PyBlosxom is used on a variety of operating
systems in a variety of environments. The pyblosxom users list shares
their experiences, plugins, and expertise. The pyblosxom devel list
shares their ideas for changes, patches and plugins.

PyBlosxom can run in CGI environments, under Paste, and as a WSGI
application.


Required to run:
[devel/py-setuptools] [lang/python26]

Master sites:

SHA1: 9d56dc9d69b5496e93ed8ef7c0f7537b3618985f
RMD160: 3c6f4b14a8ceb9b903bde9c400c18c6f4b21c5e8
Filesize: 220.382 KB

Version history: (Expand)


CVS history: (Expand)


   2010-06-25 14:59:47 by Hauke Fath | Files touched by this commit (4) | Package removed
Log message:
Remove pyblosxom and re-import as py-blosxom, being pkgsrc conformant.
   2010-06-15 16:06:08 by Hauke Fath | Files touched by this commit (4) | Imported package
Log message:
Import PyBloxsom.

PyBlosxom is a file-based blogging system in the spirit of Blosxom.
PyBlosxom uses directory tree to represent the category hierarchy.
All entries in a PyBlosxom blog are text files where the first line is
the title of the blog entry and the rest is the body of the entry.

PyBlosxom runs as a CGI script and WSGI application.

PyBlosxom can run as a "static renderer" and compile your blog into
HTML pages for any web server.  This is a good solution for blogs with
millions of entries or servers that are really slow or don't have a
way to run applications.

PyBlosxom supports templates (called flavours) to change the look and
feel of your blog.

PyBlosxom supports plugins to modify the existing default behavior.