Lines 4-24
Link Here
|
4 |
Features include: |
4 |
Features include: |
5 |
* intuitive commandline interface |
5 |
* intuitive commandline interface |
6 |
* support for multiple weblogs |
6 |
* support for multiple weblogs |
|
|
7 |
* support for multiple categories |
7 |
* easy editing and management of entries |
8 |
* easy editing and management of entries |
8 |
* archiving by category, entry, and month |
9 |
* archiving by category, entry, and month |
9 |
* category support |
10 |
* pagination |
10 |
* permalinks |
11 |
* permanent links |
11 |
* RSS syndication (comes with RSS 1.0 (RDF) format) |
12 |
* RSS syndication (comes with RSS 1.0 and 2.0 formats) |
12 |
* a fully functional web site, using templates and stylesheets for easy |
13 |
* Atom syndication (comes with 0.3 format) |
13 |
customization (you're looking at it!) |
14 |
* templates and CSS style sheets for full control of appearance |
14 |
* placeholders for easy template manipulation |
15 |
* placeholders for easy template manipulation |
15 |
* plugins for calendar, recent entries, weblog status, etc. |
16 |
* plugins for calendar, recent entries, weblog status, fortunes, etc. |
16 |
* auto-formatting, e.g. line breaks translate to HTML |
17 |
* auto-formatting, e.g. line breaks translate to HTML |
17 |
* parts for extensibility (e.g. news.htm, 2003-06.htm) |
18 |
* support for relative and absolute links |
18 |
* per-weblog configuration via a seperate config file (blog.conf) |
19 |
* extensibility through reusability |
19 |
* no dependency on any javascript, server-side scripting, or server-side |
20 |
* global configuration to set defaults (nb.conf) |
20 |
includes |
21 |
* per-weblog configuration to override global defaults (blog.conf) |
21 |
* no need for MySQL or any other special database (uses flat-file) |
22 |
* intelligent build system, only rebuilds relative parts for a modified entry |
22 |
* some small effort at shell portability |
23 |
* simple cache system, for faster content generation |
|
|
24 |
* auto-detection of weblog from current directory |
25 |
* no dependency on any java-script, server-side scripting, or server-side includes |
26 |
* no dependency on any special database (uses flat-file) |
27 |
* multi-platform portability (or at least wherever there's bash and the required commands) |
23 |
|
28 |
|
24 |
WWW: http://home.columbus.rr.com/n1xt3r/nanoblogger/ |
29 |
WWW: http://nanoblogger.sourceforge.net/ |