/[Grep]/lib/Grep/Dispatcher.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /lib/Grep/Dispatcher.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22 - (show annotations)
Sun Feb 18 15:44:29 2007 UTC (17 years, 2 months ago) by dpavlin
File size: 314 byte(s)
created separate page for fetching new results
1 package Grep::Dispatcher;
2
3 use strict;
4 use warnings;
5
6 use Jifty::Dispatcher -base;
7
8 #use Data::Dump qw/dump/;
9
10 before '*' => run {
11 my $top = Jifty->web->navigation;
12 # if ( Jifty->web->current_user->id );
13 $top->child( 'Add feed' => url => '/add' );
14 $top->child( 'Fetch new results' => url => '/fetch' );
15 };
16
17 1;

  ViewVC Help
Powered by ViewVC 1.1.26