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
|
Source: chronicle
Section: web
Priority: extra
Maintainer: Kai Wasserbäch <curan@debian.org>
Build-Depends: debhelper (>= 8)
Standards-Version: 3.9.2
Homepage: http://www.steve.org.uk/Software/chronicle/
Vcs-Git: git://git.carbon-project.org/chronicle.git
Vcs-Browser: http://gitweb.carbon-project.org/?p=chronicle.git;a=summary
Package: chronicle
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libtimedate-perl, libhtml-template-perl, perl-modules
Suggests: memcached, libtext-markdown-perl, libtext-textile-perl, libtext-vimcolor-perl, libsoap-lite-perl
Description: HTML & RSS blog compiler
This is a tool which will convert a directory of simple
text files into a static HTML weblog, (or blog if you prefer).
.
The system is intentionally simple, but it supports:
.
* RSS feed creation.
* Template based output.
* The tagging of entries.
* Notification of ping services upon blog rebuild.
* User comments upon entries.
|