Author: earle Date: 2005-12-01 22:56:11 +0000 (Thu, 01 Dec 2005) New Revision: 727
Modified: trunk/Changes trunk/lib/OpenGuides/RDF.pm Log: fixes #58
Modified: trunk/Changes =================================================================== --- trunk/Changes 2005-11-30 22:41:41 UTC (rev 726) +++ trunk/Changes 2005-12-01 22:56:11 UTC (rev 727) @@ -7,6 +7,7 @@ Things with opening hours are marked as geospatial in RDF. Fix missing bracket in node.tt. Add custom_node template just below main content in node.tt. + Fix <link> in RSS to point to RecentChanges page, not the feed itself.
0.51 15 November 2005 Important changes:
Modified: trunk/lib/OpenGuides/RDF.pm =================================================================== --- trunk/lib/OpenGuides/RDF.pm 2005-11-30 22:41:41 UTC (rev 726) +++ trunk/lib/OpenGuides/RDF.pm 2005-12-01 22:56:11 UTC (rev 727) @@ -210,7 +210,7 @@ site_url => $self->{config}->script_url, site_description => $self->{site_description}, make_node_url => $self->{make_node_url}, - recent_changes_link => $self->{config}->script_url . '?action=rss', + recent_changes_link => $self->{config}->script_url . '?action=rc', software_name => 'OpenGuides', software_homepage => 'http://openguides.org/', software_version => $self->{og_version},
openguides-commits@lists.openguides.org