diff options
Diffstat (limited to 'www-apps/nanoblogger/metadata.xml')
-rw-r--r-- | www-apps/nanoblogger/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www-apps/nanoblogger/metadata.xml b/www-apps/nanoblogger/metadata.xml new file mode 100644 index 000000000000..194b9f320e11 --- /dev/null +++ b/www-apps/nanoblogger/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>web-apps</herd> + <longdescription lang="en"> +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: support +for multiple weblogs, support for multiple categories, archiving by category, +entry, and month, pagination, permanent links, RSS syndication (1.0 and 2.0), +Atom syndication (0.3), templates and CSS style sheets for full control over +appearance, placeholders for easy template manipulation, plugins for calendar, +recent entries, weblog status, fortunes, etc, auto-formatting of HTML, support +for relative and absolute links, per-weblog configuration, simple cache system +for faster content generation, auto-detection of weblog by current directory, no +database dependencies (uses flat-file), and mutliplatform portability. + </longdescription> + <upstream> + <remote-id type="sourceforge">nanoblogger</remote-id> + </upstream> +</pkgmetadata> |