Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Declared programming language in METADATA.rdf |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
60b0efa42287ee7e266f23e9866f95ca |
User & Date: | alaric 2012-07-13 15:09:43 |
Context
2013-02-13
| ||
14:54 | Updated sample links check-in: e6ab1ca938 user: alaric tags: trunk | |
2012-07-13
| ||
15:09 | Declared programming language in METADATA.rdf check-in: 60b0efa422 user: alaric tags: trunk | |
15:06 | Fixed METADATA.rdf check-in: db8e2b8e91 user: alaric tags: trunk | |
Changes
Changes to METADATA.rdf.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/"> <Project rdf:about="http://www.kitten-technologies.co.uk/project/banterpixra"> <name>Banterpixra</name> <description>Banterpixra is a tool for generating "railroad" syntax diagrams.</description> <homepage rdf:resource="http://www.kitten-technologies.co.uk/project/banterpixra" /> <download-page rdf:resource="http://www.kitten-technologies.co.uk/project/banterpixra/doc/trunk/DOWNLOAD.wiki" /> <bug-database rdf:resource="http://www.kitten-technologies.co.uk/project/banterpixra/reportlist" /> <license rdf:resource="http://usefulinc.com/doap/licenses/bsd" /> <maintainer> <foaf:Person> <foaf:name>Alaric Snell-Pym</foaf:name> <foaf:homepage rdf:resource="http://www.snell-pym.org.uk/alaric/"/> <foaf:mbox_sha1sum>8b3ce83384145fe1187db8ef60c007efd7fae461</foaf:mbox_sha1sum> </foaf:Person> | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/"> <Project rdf:about="http://www.kitten-technologies.co.uk/project/banterpixra"> <name>Banterpixra</name> <description>Banterpixra is a tool for generating "railroad" syntax diagrams.</description> <homepage rdf:resource="http://www.kitten-technologies.co.uk/project/banterpixra" /> <download-page rdf:resource="http://www.kitten-technologies.co.uk/project/banterpixra/doc/trunk/DOWNLOAD.wiki" /> <bug-database rdf:resource="http://www.kitten-technologies.co.uk/project/banterpixra/reportlist" /> <programming-language>scheme</programming-language> <license rdf:resource="http://usefulinc.com/doap/licenses/bsd" /> <maintainer> <foaf:Person> <foaf:name>Alaric Snell-Pym</foaf:name> <foaf:homepage rdf:resource="http://www.snell-pym.org.uk/alaric/"/> <foaf:mbox_sha1sum>8b3ce83384145fe1187db8ef60c007efd7fae461</foaf:mbox_sha1sum> </foaf:Person> |
︙ | ︙ |