blob: b865454309e0eb9ef795c3b1448dff64e579a7b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
NanoBlogger is a small weblog engine written in Bash for the command line. It
uses common UNIX tools such as cat, grep and sed.
Features include:
* intuitive commandline interface
* support for multiple weblogs
* support for multiple categories
* easy editing and management of entries
* archiving by category, entry, and month
* pagination
* permanent links
* RSS syndication (comes with RSS 1.0 and 2.0 formats)
* Atom syndication (comes with 0.3 format)
* templates and CSS style sheets for full control of appearance
* placeholders for easy template manipulation
* plugins for calendar, recent entries, weblog status, fortunes, etc.
* auto-formatting, e.g. line breaks translate to HTML
* support for relative and absolute links
* [...]
WWW: http://nanoblogger.sourceforge.net/
- Julien Gabel
jpeg@thilelli.net
|