Changeset 202
- Timestamp:
- 07/11/03 00:16:13 (5 years ago)
- Location:
- trunk
- Files:
-
- 12 modified
-
Changes (modified) (1 diff)
-
PREREQUISITES (modified) (1 diff)
-
README (modified) (3 diffs)
-
lib/OpenGuides.pm (modified) (3 diffs)
-
lib/OpenGuides/CGI.pm (modified) (2 diffs)
-
lib/OpenGuides/Diff.pm (modified) (2 diffs)
-
lib/OpenGuides/RDF.pm (modified) (2 diffs)
-
lib/OpenGuides/Template.pm (modified) (2 diffs)
-
lib/OpenGuides/UK/PubCrawl.pm (modified) (2 diffs)
-
lib/OpenGuides/Utils.pm (modified) (2 diffs)
-
supersearch.cgi (modified) (2 diffs)
-
wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r201 r202 1 0.20 10 July 2003 2 Fixed all the email addresses to openguides-dev@openguides.org 3 1 4 0.19 10 July 2003 2 5 Extra checks that script_url ends in a '/'. -
trunk/PREREQUISITES
r198 r202 1 Modules required by OpenGuides 0. 191 Modules required by OpenGuides 0.20 2 2 =================================== 3 3 -
trunk/README
r166 r202 30 30 If you have a question, a bug report, or a patch, or you're interested 31 31 in joining the development team, please contact 32 grubstreet@hummous.earth.li(moderated mailing list, will reach all32 openguides-dev@openguides.org (moderated mailing list, will reach all 33 33 current developers but you'll have to wait for your post to be approved) 34 34 or kake@earth.li (a real person who may take a little while to reply to … … 36 36 37 37 AUTHOR 38 The OpenGuides Project ( grubstreet@hummous.earth.li)38 The OpenGuides Project (openguides-dev@openguides.org) 39 39 40 40 COPYRIGHT … … 47 47 Programming by Earle Martin, Kake Pugh, Ivor Williams. Testing and bug 48 48 reporting by Cal Henderson, Bob Walker, Kerry Bosworth, Dominic 49 Hargreaves, Simon Cozens, among others. Much of the Module::Build stuff 50 copied from the Siesta project <http://siesta.unixbeard.net/> 49 Hargreaves, Simon Cozens, Jody Belka, among others. Much of the 50 Module::Build stuff copied from the Siesta project 51 <http://siesta.unixbeard.net/> 51 52 -
trunk/lib/OpenGuides.pm
r179 r202 4 4 use vars qw( $VERSION ); 5 5 6 $VERSION = '0. 19';6 $VERSION = '0.20'; 7 7 8 8 =head1 NAME … … 43 43 44 44 If you have a question, a bug report, or a patch, or you're interested 45 in joining the development team, please contact grubstreet@hummous.earth.li45 in joining the development team, please contact openguides-dev@openguides.org 46 46 (moderated mailing list, will reach all current developers but you'll have 47 47 to wait for your post to be approved) or kake@earth.li (a real person who … … 50 50 =head1 AUTHOR 51 51 52 The OpenGuides Project ( grubstreet@hummous.earth.li)52 The OpenGuides Project (openguides-dev@openguides.org) 53 53 54 54 =head1 COPYRIGHT -
trunk/lib/OpenGuides/CGI.pm
r197 r202 2 2 use strict; 3 3 use vars qw( $VERSION ); 4 $VERSION = '0.0 3';4 $VERSION = '0.04'; 5 5 6 6 use Carp qw( croak ); … … 130 130 =head1 AUTHOR 131 131 132 The OpenGuides Project ( grubstreet@hummous.earth.li)132 The OpenGuides Project (openguides-dev@openguides.org) 133 133 134 134 =head1 COPYRIGHT -
trunk/lib/OpenGuides/Diff.pm
r173 r202 6 6 use Algorithm::Diff; 7 7 use VCS::Lite; 8 our $VERSION = '0.03'; 8 use vars qw( $VERSION ); 9 $VERSION = '0.04'; 9 10 10 11 =head1 NAME … … 188 189 =head1 AUTHOR 189 190 190 The OpenGuides Project ( grubstreet@hummous.earth.li)191 The OpenGuides Project (openguides-dev@openguides.org) 191 192 192 193 =head1 COPYRIGHT -
trunk/lib/OpenGuides/RDF.pm
r136 r202 4 4 5 5 use vars qw( $VERSION ); 6 $VERSION = '0.0 5';6 $VERSION = '0.06'; 7 7 8 8 use CGI::Wiki::Plugin::RSS::ModWiki; … … 251 251 =head1 AUTHOR 252 252 253 The OpenGuides Project ( grubstreet@hummous.earth.li)253 The OpenGuides Project (openguides-dev@openguides.org) 254 254 255 255 =head1 COPYRIGHT -
trunk/lib/OpenGuides/Template.pm
r191 r202 3 3 use strict; 4 4 use vars qw( $VERSION ); 5 $VERSION = '0.0 8';5 $VERSION = '0.09'; 6 6 7 7 use Carp qw( croak ); … … 297 297 =head1 AUTHOR 298 298 299 The OpenGuides Project ( grubstreet@hummous.earth.li)299 The OpenGuides Project (openguides-dev@openguides.org) 300 300 301 301 =head1 COPYRIGHT -
trunk/lib/OpenGuides/UK/PubCrawl.pm
r114 r202 3 3 4 4 use vars qw( $VERSION @ISA ); 5 $VERSION = '0.0 1';5 $VERSION = '0.02'; 6 6 7 7 use Carp qw( croak ); … … 158 158 =head1 AUTHOR 159 159 160 The OpenGuides Project ( grubstreet@hummous.earth.li)160 The OpenGuides Project (openguides-dev@openguides.org) 161 161 162 162 =head1 COPYRIGHT -
trunk/lib/OpenGuides/Utils.pm
r180 r202 3 3 use strict; 4 4 use vars qw( $VERSION ); 5 $VERSION = '0.0 3';5 $VERSION = '0.04'; 6 6 7 7 use Carp qw( croak ); … … 116 116 =head1 AUTHOR 117 117 118 The OpenGuides Project ( grubstreet@hummous.earth.li)118 The OpenGuides Project (openguides-dev@openguides.org) 119 119 120 120 =head1 COPYRIGHT -
trunk/supersearch.cgi
r194 r202 5 5 6 6 use vars qw( $VERSION ); 7 $VERSION = '1.0 5';7 $VERSION = '1.06'; 8 8 9 9 use CGI qw(:standard *ol *div); … … 399 399 =head1 AUTHOR 400 400 401 The OpenGuides Project ( grubstreet@hummous.earth.li)401 The OpenGuides Project (openguides-dev@openguides.org) 402 402 403 403 =head1 COPYRIGHT -
trunk/wiki.cgi
r197 r202 5 5 6 6 use vars qw( $VERSION ); 7 $VERSION = '0. 19';7 $VERSION = '0.20'; 8 8 9 9 use CGI qw/:standard/;
