blob: d469314bdab84c906241c23c4289a608c34c7cdf (
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
* easy editing and management of entries
* archiving by category, entry, and month
* category support
* permalinks
* RSS syndication (comes with RSS 1.0 (RDF) format)
* a fully functional web site, using templates and stylesheets for easy
customization (you're looking at it!)
* placeholders for easy template manipulation
* plugins for calendar, recent entries, weblog status, etc.
* auto-formatting, e.g. line breaks translate to HTML
* parts for extensibility (e.g. news.htm, 2003-06.htm)
* per-weblog configuration via a seperate config file (blog.conf)
* no dependency on any javascript, server-side scripting, or server-side
includes
* no need for MySQL or any other special database (uses flat-file)
* some small effort at shell portability
WWW: http://home.columbus.rr.com/n1xt3r/nanoblogger/
|