the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: nanoblogger
Version: 3.1
Revision: 2
Source: http://nanoblogger.sourceforge.net/downloads/%n-%v.tar.gz
Source-MD5: 7b8eba52ded4849953c88f1747b97f9d
Depends: lynx | lynks-ssl, tidy
Description: Weblog engine written in bash
DocFiles: COPYING ChangeLog
PatchScript: <<
perl -pi -e 's|\`dirname \$0\`|%p/share/%n|g' nb
<<
CompileScript: echo "Nothing to compile"
InstallScript: <<
mkdir -p %i/bin %i/share/%n %i/share/%n/docs
cp docs/nanoblogger.html %i/share/%n/docs
cp -rp nb.conf moods default plugins %i/share/%n
cp -rp nb %i/bin/
<<
DescDetail: <<
NanoBlogger is a small weblog engine written in Bash for the command
line. It uses common UNIX tools such as cat, grep and sed. It's free
to use and modify under the GNU General Public License.
Recommended that you change the browser to "open".
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
extensibility through parts (e.g. parts/2003-06.html)
global configuration to set defaults (nb.conf)
per-weblog configuration to override global defaults (blog.conf)
intelligent build system, only rebuilds relative parts for a modified
entry
simple cache system, for faster content generation
auto-detection of weblog from current directory
no dependency on any javascript, server-side scripting, or server-side
includes
no dependency on any special database (uses flat-file)
multi-platform portability (or at least wherever there's bash and the
required commands)
<<
Maintainer: "Kurt Schwehr"
HomePage: http://nanoblogger.sourceforge.net
License: GPL