Changeset 1197

Show
Ignore:
Timestamp:
07/26/08 17:30:43 (6 months ago)
Author:
dom
Message:

Update references to http://openguides.org moved URLs

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r1179 r1197  
    2121        * Reduce acres of whitespace in output and clean up indenting. 
    2222        Added a Universal Edit Link (http://universaleditbutton.org/) (#254) 
     23        Update references to http://openguides.org moved URLs 
    2324 
    24250.62    8 June 2008 
  • trunk/lib/OpenGuides.pm

    r1163 r1197  
    12151215 
    12161216  <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/" /> 
    12181218  <mailing-list rdf:resource="http://urchin.earth.li/mailman/listinfo/openguides-commits/" /> 
    12191219 
     
    13251325</p> 
    13261326<p> 
    1327 Copyright &copy;2003-2007, <a href="http://openguides.org/">The OpenGuides 
     1327Copyright &copy;2003-2008, <a href="http://openguides.org/">The OpenGuides 
    13281328Project</a>. "OpenGuides", "[The] Open Guide To..." and "The guides made by 
    13291329you" are trademarks of The OpenGuides Project. Any uses on this site are made  
  • trunk/lib/OpenGuides/Config.pm

    r1163 r1197  
    9999                     http_charset => "", 
    100100                     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", 
    102102                     backlinks_in_title => 0, 
    103103                     geo_handler => 1, 
     
    295295=item * formatting_rules_node (default: C<Text Formatting Examples>) 
    296296 
    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> 
    298298 
    299299=item * backlinks_in_title (default: false) 
  • trunk/lib/OpenGuides/Search.pm

    r1163 r1197  
    185185                   format      => $args{'vars'}->{'format'}, 
    186186                   ss_version  => $VERSION, 
    187                    ss_info_url => 'http://openguides.org/page/search_help' 
     187                   ss_info_url => 'http://openguides.org/search_help' 
    188188                  ); 
    189189