Changeset 1034
- Timestamp:
- 05/13/07 09:34:25 (19 months ago)
- Location:
- trunk
- Files:
-
- 6 modified
-
Changes (modified) (1 diff)
-
lib/OpenGuides.pm (modified) (3 diffs)
-
lib/OpenGuides/Feed.pm (modified) (1 diff)
-
lib/OpenGuides/RDF.pm (modified) (1 diff)
-
lib/OpenGuides/Search.pm (modified) (1 diff)
-
wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r1031 r1034 4 4 http://dev.openguides.org/log/trunk 5 5 6 0.60 6 0.60 13 May 2007 7 7 Removed footer search from edit page (shouldn't have been there). 8 8 Upgraded Module::Build requirement to cope with API change. -
trunk/lib/OpenGuides.pm
r1027 r1034 15 15 use vars qw( $VERSION ); 16 16 17 $VERSION = '0. 59';17 $VERSION = '0.60'; 18 18 19 19 =head1 NAME … … 1210 1210 </p> 1211 1211 <p> 1212 Copyright ©2003-200 6, <a href="http://openguides.org/">The OpenGuides1212 Copyright ©2003-2007, <a href="http://openguides.org/">The OpenGuides 1213 1213 Project</a>. "OpenGuides", "[The] Open Guide To..." and "The guides made by 1214 1214 you" are trademarks of The OpenGuides Project. Any uses on this site are made … … 2049 2049 =head1 COPYRIGHT 2050 2050 2051 Copyright (C) 2003-200 6The OpenGuides Project. All Rights Reserved.2051 Copyright (C) 2003-2007 The OpenGuides Project. All Rights Reserved. 2052 2052 2053 2053 The OpenGuides distribution is free software; you can redistribute it -
trunk/lib/OpenGuides/Feed.pm
r1026 r1034 408 408 =head1 COPYRIGHT 409 409 410 Copyright (C) 2003-200 6The OpenGuides Project. All Rights Reserved.410 Copyright (C) 2003-2007 The OpenGuides Project. All Rights Reserved. 411 411 412 412 This module is free software; you can redistribute it and/or modify it -
trunk/lib/OpenGuides/RDF.pm
r1016 r1034 254 254 =head1 COPYRIGHT 255 255 256 Copyright (C) 2003-200 6The OpenGuides Project. All Rights Reserved.256 Copyright (C) 2003-2007 The OpenGuides Project. All Rights Reserved. 257 257 258 258 This module is free software; you can redistribute it and/or modify it -
trunk/lib/OpenGuides/Search.pm
r1025 r1034 824 824 =head1 COPYRIGHT 825 825 826 Copyright (C) 2003-200 6The OpenGuides Project. All Rights Reserved.826 Copyright (C) 2003-2007 The OpenGuides Project. All Rights Reserved. 827 827 828 828 The OpenGuides distribution is free software; you can redistribute it -
trunk/wiki.cgi
r1027 r1034 5 5 6 6 use vars qw( $VERSION ); 7 $VERSION = '0. 59';7 $VERSION = '0.60'; 8 8 9 9 use CGI qw/:standard/;
