[REBOL] Kaa
From: jason::cunliffe::verizon::net at: 2-Oct-2002 0:41
Interesting rebolistic project in Python:
http://www.awaretek.com/nowak/kaa.html
<quote>
Kaa is a weblogging tool written in pure Python. Some specifications:
- client-based (as opposed to many weblogging or "content management" tools that
require a server
- application-based (as opposed to e.g. Blogger, which is web-based); you manage
your weblog in a little application sitting on your desktop
- can basically do anything Blogger can, and more (no, I am not directly in
competition with Blogger, but it is what I used before writing my own tool, so
it's only natural that I measure Kaa against it)
- allows embedded Python code in both messages and templates, making for
powerful "macros"
- HTML macros
- easy uploading of additional files by moving them into the upload directory
- easy configuration by GUI or manually editing text file
- "smart" posting: only files that have changed are newly created
- "smart" publishing: only files that have changed are uploaded
- supports categories
</quote>
./Jason