Skip to content

Commit

Permalink
Added more description to TODO and README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnusosa committed Jul 12, 2011
1 parent 546b91f commit d8a26d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README
Expand Up @@ -7,17 +7,25 @@ See http://www.perldancer.org/ for details on Dancer.
See http://advent.perldancer.org/ for details on how I built
the blog engine on Perl Dancer.

See http://log.gnusosa.net/ for a working demo.
My personal weblog. :D


FEATURES

It features an archive handler and a feed handler.
It lacks a comments section and categories.

There is a category logic built into it, but it requires
some customization. You can find it in code.pm, and calls db.pm

DEPENDENCIES

The blog engine uses the following Perl modules:

* Dancer::Plugin::Feed
* Dancer::Plugin::Database
* Dancer::Template::Haml
* DateTime::Format::Strptime
* Time::Piece

Expand Down
3 changes: 1 addition & 2 deletions TODO
@@ -1,6 +1,5 @@
TODO:
* Add Categories and Tags
* Add Tags.
* Add a Comments section.
* Add a better Archive handle.
* Add a more refine way to handle Databases.
* Add tests.

0 comments on commit d8a26d7

Please sign in to comment.