diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-26 04:09:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-26 04:09:00 +0800 |
commit | 30ad17207c9121d0bada5704b4f824db04213ab7 (patch) | |
tree | 65277ae4dbb567b64b3ad6ce3684bc0bf1b8612f /www/Makefile | |
parent | 7740b8038c8d3d5f01c7f51c760d0710aa03fa1a (diff) | |
download | freebsd-ports-gnome-30ad17207c9121d0bada5704b4f824db04213ab7.tar.gz freebsd-ports-gnome-30ad17207c9121d0bada5704b4f824db04213ab7.tar.zst freebsd-ports-gnome-30ad17207c9121d0bada5704b4f824db04213ab7.zip |
WadcomBlog is a simple open-source static blog engine written in Python
by Vlad Skvortsov and distributed under BSD license.
It doesn't use any backend database but instead reads a set of plain i
text files (in RFC2822 format) and creates a tree of interlinked HTML pages
that may be then published. To update a blog one just needs to add a file
to the source tree and run the command-line WadcomBlog script
to regenerate the output.
WWW: http://vss.73rus.com/wadcomblog/
PR: ports/128072
Submitted by: Julien Laffaye <kimelto at gmail.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fc40a3c2eeb4..7bbbe12b495d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1491,6 +1491,7 @@ SUBDIR += w3mir SUBDIR += waccess SUBDIR += wacko + SUBDIR += wadcomblog SUBDIR += wb0 SUBDIR += wcol SUBDIR += web-traceroute |