[doap-interest] DOAP support in Python package index
A.M. Kuchling
amk at amk.ca
Fri Jul 7 12:22:25 UTC 2006
A patch has just been committed to add DOAP output to the Python
package index; for an example, here's the output from
<http://www.python.org/pypi?:action=doap&name=ngram&version=2.0.0b2>:
<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns="http://usefulinc.com/ns/doap#">
<name>ngram</name>
<homepage>http://python-ngram.sourceforge.net</homepage>
<shortdesc>A module inspired by String::Trigram (Perl) to get a similarity between two strings</shortdesc>
<description>UNKNOWN</description>
<maintainer><foaf:Person>
<foaf:name>Michel Albert</foaf:name>
<foaf:mbox_sha1sum>931da408a320d3aa007721a4ae418f86f4e7da1f</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version>
<revision>2.0.0b2</revision>
</Version></release>
</Project>
The DOAP validator is offline, so I can't check that this output is
still correct for the current state of DOAP. Does anyone have
suggestions for improving this DOAP output?
Thanks!
--amk
More information about the doap-interest
mailing list