mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
68aaed154a
Small weblog engine for the UNIX command line
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
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/
|