NAME
Rhetoric - a simple blogging system for perl
SYNOPSIS
Setting up a blog
mkdir -p /var/www/myblog.org
cd /var/www/myblog.org
rh init
Running the blog
plackup rhetoric.psgi
DESCRIPTION
Rhetoric is a simple CPAN-friendly blogging system for Perl.
It's simple because...
It's CPAN-friendly because:
You can install it from CPAN and setup a blog in minutes.
Themes can also be installed from CPAN.
API
Home
/
/page/(\d+)
get
Post
/(\d+)/(\d+)/(\w+)
get
NewPost
/post
get
post
Comment
/comment
post
Category
/category/(\w+)
get
Archive
/archive/(\d+)/(\d+)
get
Page
/(.*)
get
AUTHOR
John BEPPU <beppu@cpan.org>
COPYRIGHT
MIT