Author: dom Date: 2006-04-20 19:13:08 +0100 (Thu, 20 Apr 2006) New Revision: 779
Modified: trunk/wiki.cgi Log: Support the "about" view.
Modified: trunk/wiki.cgi =================================================================== --- trunk/wiki.cgi 2006-04-20 18:04:17 UTC (rev 778) +++ trunk/wiki.cgi 2006-04-20 18:13:08 UTC (rev 779) @@ -124,6 +124,8 @@ } } print $q->redirect( $redir_target ); + } elsif ($action eq 'about') { + $guide->display_about(format => $format); } else { # Default is to display a node. if ( $format and $format eq "rdf" ) { display_node_rdf( node => $node );
openguides-commits@lists.openguides.org