/[A3C]/lib/A3C/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

Diff of /lib/A3C/Dispatcher.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 240 by dpavlin, Mon Sep 1 18:53:59 2008 UTC revision 241 by dpavlin, Wed Oct 1 19:58:55 2008 UTC
# Line 36  before '*' => run { Line 36  before '*' => run {
36          $ldap->child( _('Search') => url => '/ldap/search' );          $ldap->child( _('Search') => url => '/ldap/search' );
37    
38          my $strix = $top->child( _('Strix') => url => '/strix' );          my $strix = $top->child( _('Strix') => url => '/strix' );
39          $strix->child( _('Name differences') => url => '/strix/name_diff' );          $strix->child( _('Errors') => url => '/strix/errors' );
40          $strix->child( _('Instances') => url => '/strix/instances' );          $strix->child( _('Instances') => url => '/strix/instances' );
41          $strix->child( _('SQL') => url => '/strix/sql' );          $strix->child( _('SQL') => url => '/strix/sql' );
42          $strix->child( _('Navigation') => url => '/strix/navigation' );          $strix->child( _('Navigation') => url => '/strix/navigation' );

Legend:
Removed from v.240  
changed lines
  Added in v.241

  ViewVC Help
Powered by ViewVC 1.1.26