Changeset 202

Show
Ignore:
Timestamp:
07/11/03 00:16:13 (5 years ago)
Author:
kake
Message:

Fixxored email addresses, bumped version number

Location:
trunk
Files:
12 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r201 r202  
     10.20    10 July 2003 
     2        Fixed all the email addresses to openguides-dev@openguides.org 
     3 
    140.19    10 July 2003 
    25        Extra checks that script_url ends in a '/'. 
  • trunk/PREREQUISITES

    r198 r202  
    1 Modules required by OpenGuides 0.19 
     1Modules required by OpenGuides 0.20 
    22=================================== 
    33 
  • trunk/README

    r166 r202  
    3030    If you have a question, a bug report, or a patch, or you're interested 
    3131    in joining the development team, please contact 
    32     grubstreet@hummous.earth.li (moderated mailing list, will reach all 
     32    openguides-dev@openguides.org (moderated mailing list, will reach all 
    3333    current developers but you'll have to wait for your post to be approved) 
    3434    or kake@earth.li (a real person who may take a little while to reply to 
     
    3636 
    3737AUTHOR 
    38     The OpenGuides Project (grubstreet@hummous.earth.li) 
     38    The OpenGuides Project (openguides-dev@openguides.org) 
    3939 
    4040COPYRIGHT 
     
    4747    Programming by Earle Martin, Kake Pugh, Ivor Williams. Testing and bug 
    4848    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/> 
    5152 
  • trunk/lib/OpenGuides.pm

    r179 r202  
    44use vars qw( $VERSION ); 
    55 
    6 $VERSION = '0.19'; 
     6$VERSION = '0.20'; 
    77 
    88=head1 NAME 
     
    4343 
    4444If 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.li 
     45in joining the development team, please contact openguides-dev@openguides.org 
    4646(moderated mailing list, will reach all current developers but you'll have 
    4747to wait for your post to be approved) or kake@earth.li (a real person who 
     
    5050=head1 AUTHOR 
    5151 
    52 The OpenGuides Project (grubstreet@hummous.earth.li) 
     52The OpenGuides Project (openguides-dev@openguides.org) 
    5353 
    5454=head1 COPYRIGHT 
  • trunk/lib/OpenGuides/CGI.pm

    r197 r202  
    22use strict; 
    33use vars qw( $VERSION ); 
    4 $VERSION = '0.03'; 
     4$VERSION = '0.04'; 
    55 
    66use Carp qw( croak ); 
     
    130130=head1 AUTHOR 
    131131 
    132 The OpenGuides Project (grubstreet@hummous.earth.li) 
     132The OpenGuides Project (openguides-dev@openguides.org) 
    133133 
    134134=head1 COPYRIGHT 
  • trunk/lib/OpenGuides/Diff.pm

    r173 r202  
    66use Algorithm::Diff; 
    77use VCS::Lite; 
    8 our $VERSION = '0.03'; 
     8use vars qw( $VERSION ); 
     9$VERSION = '0.04'; 
    910 
    1011=head1 NAME 
     
    188189=head1 AUTHOR 
    189190 
    190 The OpenGuides Project (grubstreet@hummous.earth.li) 
     191The OpenGuides Project (openguides-dev@openguides.org) 
    191192 
    192193=head1 COPYRIGHT 
  • trunk/lib/OpenGuides/RDF.pm

    r136 r202  
    44 
    55use vars qw( $VERSION ); 
    6 $VERSION = '0.05'; 
     6$VERSION = '0.06'; 
    77 
    88use CGI::Wiki::Plugin::RSS::ModWiki; 
     
    251251=head1 AUTHOR 
    252252 
    253 The OpenGuides Project (grubstreet@hummous.earth.li) 
     253The OpenGuides Project (openguides-dev@openguides.org) 
    254254 
    255255=head1 COPYRIGHT 
  • trunk/lib/OpenGuides/Template.pm

    r191 r202  
    33use strict; 
    44use vars qw( $VERSION ); 
    5 $VERSION = '0.08'; 
     5$VERSION = '0.09'; 
    66 
    77use Carp qw( croak ); 
     
    297297=head1 AUTHOR 
    298298 
    299 The OpenGuides Project (grubstreet@hummous.earth.li) 
     299The OpenGuides Project (openguides-dev@openguides.org) 
    300300 
    301301=head1 COPYRIGHT 
  • trunk/lib/OpenGuides/UK/PubCrawl.pm

    r114 r202  
    33 
    44use vars qw( $VERSION @ISA ); 
    5 $VERSION = '0.01'; 
     5$VERSION = '0.02'; 
    66 
    77use Carp qw( croak ); 
     
    158158=head1 AUTHOR 
    159159 
    160 The OpenGuides Project (grubstreet@hummous.earth.li) 
     160The OpenGuides Project (openguides-dev@openguides.org) 
    161161 
    162162=head1 COPYRIGHT 
  • trunk/lib/OpenGuides/Utils.pm

    r180 r202  
    33use strict; 
    44use vars qw( $VERSION ); 
    5 $VERSION = '0.03'; 
     5$VERSION = '0.04'; 
    66 
    77use Carp qw( croak ); 
     
    116116=head1 AUTHOR 
    117117 
    118 The OpenGuides Project (grubstreet@hummous.earth.li) 
     118The OpenGuides Project (openguides-dev@openguides.org) 
    119119 
    120120=head1 COPYRIGHT 
  • trunk/supersearch.cgi

    r194 r202  
    55 
    66use vars qw( $VERSION ); 
    7 $VERSION = '1.05'; 
     7$VERSION = '1.06'; 
    88 
    99use CGI qw(:standard *ol *div); 
     
    399399=head1 AUTHOR 
    400400 
    401 The OpenGuides Project (grubstreet@hummous.earth.li) 
     401The OpenGuides Project (openguides-dev@openguides.org) 
    402402 
    403403=head1 COPYRIGHT 
  • trunk/wiki.cgi

    r197 r202  
    55 
    66use vars qw( $VERSION ); 
    7 $VERSION = '0.19'; 
     7$VERSION = '0.20'; 
    88 
    99use CGI qw/:standard/;