Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fixed deploy.sh's generation of DOAP metadata, which was a bit fishy. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
d5661a074a6f4d5087e0f72052655b9c |
| User & Date: | alaric 2013-07-17 00:07:20 |
Context
|
2014-01-03
| ||
| 00:20 | SSL URLs in the generated download page, added Magic Pipes as a project, and added the vital step of updating the .setup file for a chicken egg release. check-in: 04bef5767c user: alaric tags: trunk | |
|
2013-07-17
| ||
| 00:07 | Fixed deploy.sh's generation of DOAP metadata, which was a bit fishy. check-in: d5661a074a user: alaric tags: trunk | |
|
2013-07-16
| ||
| 23:34 | Added Twitter stuff check-in: 2196ee1259 user: alaric tags: trunk | |
Changes
Changes to METADATA.rdf.
1 2 3 4 5 6 7 8 |
<?xml version="1.0"?>
<!-- This file is auto-generated by deploy.sh -->
<!DOCTYPE RDF>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:doap="http://usefulinc.com/ns/doap#">
| | > > > > > > > | | > > > > > > > > > > > > | | | | | | | | < < < < | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
<?xml version="1.0"?>
<!-- This file is auto-generated by deploy.sh -->
<!DOCTYPE RDF>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:doap="http://usefulinc.com/ns/doap#">
<foaf:Organisation about="https://www.kitten-technologies.co.uk/">
<dc:title>Kitten Technologies</dc:title>
<foaf:homepage resource="https://www.kitten-technologies.co.uk/" />
<foaf:holdsAccount>
<foaf:OnlineChatAccount>
<foaf:accountProfilePage resource="https://twitter.com/Kitten_Tech" />
<foaf:accountName>Kitten_Tech</foaf:accountName>
</foaf:OnlineChatAccount>
</foaf:holdsAccount>
<foaf:member>
<foaf:Person>
<foaf:name>Alaric Snell-Pym</foaf:name>
<foaf:mbox_sha1sum>8b3ce83384145fe1187db8ef60c007efd7fae461</foaf:mbox_sha1sum>
<rdfs:seeAlso resource="http://www.snell-pym.org.uk/alaric/alaric-foaf.rdf" />
</foaf:Person>
</foaf:member>
<foaf:made>
<doap:Project about="https://www.kitten-technologies.co.uk/project/ugarit">
<dc:title>ugarit</dc:title>
<rdfs:seeAlso resource="https://www.kitten-technologies.co.uk/project/ugarit/doc/trunk/METADATA.rdf" />
</doap:Project>
</foaf:made>
<foaf:made>
<doap:Project about="https://www.kitten-technologies.co.uk/project/banterpixra">
<dc:title>banterpixra</dc:title>
<rdfs:seeAlso resource="https://www.kitten-technologies.co.uk/project/banterpixra/doc/trunk/METADATA.rdf" />
</doap:Project>
</foaf:made>
<foaf:made>
<doap:Project about="https://www.kitten-technologies.co.uk/project/tangle">
<dc:title>tangle</dc:title>
<rdfs:seeAlso resource="https://www.kitten-technologies.co.uk/project/tangle/doc/trunk/METADATA.rdf" />
</doap:Project>
</foaf:made>
<foaf:made>
<doap:Project about="https://www.kitten-technologies.co.uk/project/argon">
<dc:title>argon</dc:title>
<rdfs:seeAlso resource="https://www.kitten-technologies.co.uk/project/argon/doc/trunk/METADATA.rdf" />
</doap:Project>
</foaf:made>
<foaf:made>
<doap:Project about="https://www.kitten-technologies.co.uk/project/simple-graphics">
<dc:title>simple-graphics</dc:title>
<rdfs:seeAlso resource="https://www.kitten-technologies.co.uk/project/simple-graphics/doc/trunk/METADATA.rdf" />
</doap:Project>
</foaf:made>
<foaf:made>
<doap:Project about="https://www.kitten-technologies.co.uk/project/quick-ref-cards">
<dc:title>quick-ref-cards</dc:title>
<rdfs:seeAlso resource="https://www.kitten-technologies.co.uk/project/quick-ref-cards/doc/trunk/METADATA.rdf" />
</doap:Project>
</foaf:made>
</foaf:Organisation>
</RDF>
|
Changes to deploy.sh.
| ︙ | ︙ | |||
15 16 17 18 19 20 21 |
echo "<!-- This file is auto-generated by deploy.sh -->"
echo "<!DOCTYPE RDF>"
echo "<RDF xmlns=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\""
echo " xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\""
echo " xmlns:dc=\"http://purl.org/dc/elements/1.1/\""
echo " xmlns:foaf=\"http://xmlns.com/foaf/0.1/\""
echo " xmlns:doap=\"http://usefulinc.com/ns/doap#\">"
| | > > > > > > > | | | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
echo "<!-- This file is auto-generated by deploy.sh -->"
echo "<!DOCTYPE RDF>"
echo "<RDF xmlns=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\""
echo " xmlns:rdfs=\"http://www.w3.org/2000/01/rdf-schema#\""
echo " xmlns:dc=\"http://purl.org/dc/elements/1.1/\""
echo " xmlns:foaf=\"http://xmlns.com/foaf/0.1/\""
echo " xmlns:doap=\"http://usefulinc.com/ns/doap#\">"
echo " <foaf:Organisation about=\"https://www.kitten-technologies.co.uk/\">"
echo " <dc:title>Kitten Technologies</dc:title>"
echo " <foaf:homepage resource=\"https://www.kitten-technologies.co.uk/\" />"
echo " <foaf:holdsAccount>"
echo " <foaf:OnlineChatAccount>"
echo " <foaf:accountProfilePage resource=\"https://twitter.com/Kitten_Tech\" />"
echo " <foaf:accountName>Kitten_Tech</foaf:accountName>"
echo " </foaf:OnlineChatAccount>"
echo " </foaf:holdsAccount>"
echo " <foaf:member>"
echo " <foaf:Person>"
echo " <foaf:name>Alaric Snell-Pym</foaf:name>"
echo " <foaf:mbox_sha1sum>8b3ce83384145fe1187db8ef60c007efd7fae461</foaf:mbox_sha1sum>"
echo " <rdfs:seeAlso resource=\"http://www.snell-pym.org.uk/alaric/alaric-foaf.rdf\" />"
echo " </foaf:Person>"
echo " </foaf:member>"
for PROJECT in $PROJECTS
do
echo " <foaf:made>"
echo " <doap:Project about=\"https://www.kitten-technologies.co.uk/project/$PROJECT\">"
echo " <dc:title>$PROJECT</dc:title>"
echo " <rdfs:seeAlso resource=\"https://www.kitten-technologies.co.uk/project/$PROJECT/doc/trunk/METADATA.rdf\" />"
echo " </doap:Project>"
echo " </foaf:made>"
done
echo " </foaf:Organisation>"
echo "</RDF>"
) > METADATA.rdf
|
| ︙ | ︙ |