=================================================================== RCS file: /cvs/todotxt/Text-Todo/bin/dudelicious.pl,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- todotxt/Text-Todo/bin/dudelicious.pl 2010/04/30 18:17:40 1.8 +++ todotxt/Text-Todo/bin/dudelicious.pl 2010/04/30 18:30:57 1.9 @@ -36,6 +36,8 @@ $self->render( files => \@files, layout => 'todotxt' ); } => 'index'; +get '/todotxt' => 'todotxt'; + get '/l/:file' => sub { my $self = shift; my $file = $self->stash('file') . '.txt'; @@ -125,10 +127,24 @@ @@ layouts/todotxt.html.ep -