00447b74b9
- Tidy most of the port's files: pkg-plist, pkg-message, Makefile, etc. - The port conforms a little more to FreeBSD Porter's Handbook (always evolving...) - Validate a complete recommended test ordering from porting-testing.html (In fact, correct it to do so.) While I'm here: move "@unexec if cmp -s %D/etc/nb.conf.sample..." upwards at pkg-plist (before %D/etc/nb.conf.sample). PR: 107963 Submitted by: Julien Gabel <julien.gabel at thilelli.net> (maintainer)
24 lines
957 B
Text
24 lines
957 B
Text
NanoBlogger is a small weblog engine written in Bash for the command
|
|
line. It uses common UNIX tools such as cat, grep, and sed to create
|
|
static HTML content.
|
|
|
|
Features include:
|
|
* intuitive commandline interface
|
|
* highly configurable and script-able :)
|
|
* easy drafting, editing, and management of entries
|
|
* archiving by category, year, month, day, and entry
|
|
* pagination
|
|
* permanent and navigational links
|
|
* templates and CSS style sheets for full control over layout
|
|
* placeholders for easy template manipulation
|
|
* support for multiple weblogs
|
|
* support for multiple categories
|
|
* support for relative and absolute links
|
|
* support for date manipulation of entries
|
|
* Atom syndication (comes with 1.0 format)
|
|
* RSS syndication (comes with RSS 1.0 and 2.0 formats)
|
|
* plugins for calendar, recent entries, weblog status, etc.
|
|
* plugins for text formatting (e.g. line breaks translate to HTML)
|
|
* [...]
|
|
|
|
WWW: http://nanoblogger.sourceforge.net/
|