Frog 1.4 (web log aka blogging server)
Irmen de Jong
irmen.NOSPAM at xs4all.nl
Fri Apr 22 21:41:13 CEST 2005
I've released a new version of Frog, a web log
aka blogging server written in 100% python.
Get version 1.4 from http://snakelets.sourceforge.net/frog/index.html
(note: storage file format has been changed since v1.3)
Some of the more interesting features are:
- multi user
- no database needed (uses files for storage)
- no web server needed (it runs in Snakelets,
which has its own web server)
- splitted articles ("read more...")
- email notification when comment is added
- formatting similar to 'bbcode', supports images and other files
- anti-spam measures: puzzles, auto-updating link blacklist,
anti-indexing hyperlinks in comments (rel="nofollow")
- outputs lean xhtml+css pages
- fully unicode compatible
- web-based file manager, available as separate module
Have fun :)
--Irmen
PS You can see Frog in action here:
http://www.razorvine.net/snake/frog/user/irmen/
More information about the Python-announce-list
mailing list