Changeset 1197
- Timestamp:
- 07/26/08 17:30:43 (6 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
Changes (modified) (1 diff)
-
lib/OpenGuides.pm (modified) (2 diffs)
-
lib/OpenGuides/Config.pm (modified) (2 diffs)
-
lib/OpenGuides/Search.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r1179 r1197 21 21 * Reduce acres of whitespace in output and clean up indenting. 22 22 Added a Universal Edit Link (http://universaleditbutton.org/) (#254) 23 Update references to http://openguides.org moved URLs 23 24 24 25 0.62 8 June 2008 -
trunk/lib/OpenGuides.pm
r1163 r1197 1215 1215 1216 1216 <homepage rdf:resource="http://openguides.org/" /> 1217 <mailing-list rdf:resource="http:// openguides.org/mm/listinfo/openguides-dev/" />1217 <mailing-list rdf:resource="http://lists.openguides.org/mailman/listinfo/openguides-dev/" /> 1218 1218 <mailing-list rdf:resource="http://urchin.earth.li/mailman/listinfo/openguides-commits/" /> 1219 1219 … … 1325 1325 </p> 1326 1326 <p> 1327 Copyright ©2003-200 7, <a href="http://openguides.org/">The OpenGuides1327 Copyright ©2003-2008, <a href="http://openguides.org/">The OpenGuides 1328 1328 Project</a>. "OpenGuides", "[The] Open Guide To..." and "The guides made by 1329 1329 you" are trademarks of The OpenGuides Project. Any uses on this site are made -
trunk/lib/OpenGuides/Config.pm
r1163 r1197 99 99 http_charset => "", 100 100 formatting_rules_node => "Text Formatting Examples", 101 formatting_rules_link => "http://openguides.org/ page/text_formatting",101 formatting_rules_link => "http://openguides.org/text_formatting", 102 102 backlinks_in_title => 0, 103 103 geo_handler => 1, … … 295 295 =item * formatting_rules_node (default: C<Text Formatting Examples>) 296 296 297 =item * formatting_rules_link (default: C<http://openguides.org/ page/text_formatting>297 =item * formatting_rules_link (default: C<http://openguides.org/text_formatting> 298 298 299 299 =item * backlinks_in_title (default: false) -
trunk/lib/OpenGuides/Search.pm
r1163 r1197 185 185 format => $args{'vars'}->{'format'}, 186 186 ss_version => $VERSION, 187 ss_info_url => 'http://openguides.org/ page/search_help'187 ss_info_url => 'http://openguides.org/search_help' 188 188 ); 189 189
