+++ /dev/null
-.\" Hey, EMACS: -*- nroff -*-
-.TH NANOBLOGGERMAIL 1 "August 18, 2005"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-
-.SH NAME
-nanobloggermail \- script for submitting entries to nanoblogger via mail
-
-.SH SYNOPSIS
-.B nb_mail
-\fI/path/to/nanoblogger/web/\fR \fI< mail\fR
-
-.SH DESCRIPTION
-.B nanobloggermail
-is a tiny perl script that takes a mail (or any other kind of
-text) from stdin and feeds the relevant parts to nb (nanoblogger's binary).
-It allows inserting new entries into weblogs without having shell access.
-.TP
-\fB/path/to/nanoblogger/web/\fR
-Path to the directory with your nanoblogger blog; i.e. $BLOG_DIR in nanoblogger syntax.
-.TP
-\fBmail\fR
-Mail (or other text), passed to nb by nb_mail.
-.br
-The body of the mail
-.B
-must
-contain the following keywords in
-.B
-this
-order and in capitals: TITLE: string CAT: integer (catid) BODY: (string)
-
-.SH EXAMPLE
-.B
-nb_mail
-/home/gregor/public_html/diary < message
-.PP
-with
-.B
-message
-containing:
-.br
-TITLE: New software CAT: 3 BODY: Today I installed nanobloggermail and I'm very happy with it.
-
-.SH NOTE
-Normally you won't call nb_mail from the commandline but probably from
-procmail or aliases; cf. the documentation.
-
-.SH SEE ALSO
-.B /usr/share/doc/nanobloggermail/
-.PP
-nanobloggermail was written by gregor herrmann
-.nh
-<gregor+debian@comodo.priv.at>.