Changeset 765
- Timestamp:
- 04/11/06 02:13:59 (3 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/OpenGuides.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r759 r765 8 8 module to handle feed generation (code was previously in 9 9 OpenGuides::RDF). 10 Generate URIs for locales and contributors in RDF output. 10 11 11 12 0.52 5 March 2006 -
trunk/lib/OpenGuides.pm
r761 r765 756 756 757 757 <maintainer> 758 <foaf:Person >758 <foaf:Person rdf:ID="OpenGuidesMaintainer"> 759 759 <foaf:name>Dominic Hargreaves</foaf:name> 760 760 <foaf:homepage rdf:resource="http://www.larted.org.uk/~dom/" /> … … 763 763 764 764 <repository> 765 <SVNRepository >765 <SVNRepository rdf:ID="OpenGuidesSVN"> 766 766 <location rdf:resource="https://urchin.earth.li/svn/openguides/" /> 767 767 <browse rdf:resource="http://dev.openguides.org/browser" /> … … 770 770 771 771 <release> 772 <Version >772 <Version rdf:ID="OpenGuidesVersion"> 773 773 <revision>$VERSION</revision> 774 774 </Version>
