Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merged fork |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
df3ff74a58f6c9af2a696a54b67adb21 |
User & Date: | alaric 2015-01-07 10:33:55 |
Context
2015-06-12
| ||
21:51 | Added ugarit-manifest-maker check-in: 43b1f445ba user: alaric tags: trunk | |
2015-01-07
| ||
10:33 | Merged fork check-in: df3ff74a58 user: alaric tags: trunk | |
2014-12-28
| ||
10:33 | Added ugarit-manifest-maker repo check-in: 877955619d user: alaric tags: trunk | |
2014-03-05
| ||
16:07 | Added hs-labels, https-ification check-in: 8098eb7b83 user: alaric tags: trunk | |
Changes
Changes to METADATA.rdf.
︙ | ︙ | |||
66 67 68 69 70 71 72 73 74 | </foaf:made> <foaf:made> <doap:Project about="https://www.kitten-technologies.co.uk/project/speakd"> <dc:title>speakd</dc:title> <rdfs:seeAlso resource="https://www.kitten-technologies.co.uk/project/speakd/doc/trunk/METADATA.rdf" /> </doap:Project> </foaf:made> </foaf:Organisation> </RDF> | > > > > > > | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | </foaf:made> <foaf:made> <doap:Project about="https://www.kitten-technologies.co.uk/project/speakd"> <dc:title>speakd</dc:title> <rdfs:seeAlso resource="https://www.kitten-technologies.co.uk/project/speakd/doc/trunk/METADATA.rdf" /> </doap:Project> </foaf:made> <foaf:made> <doap:Project about="http://www.kitten-technologies.co.uk/project/quick-ref-cards"> <dc:title>quick-ref-cards</dc:title> <rdfs:seeAlso resource="http://www.kitten-technologies.co.uk/project/quick-ref-cards/doc/trunk/METADATA.rdf" /> </doap:Project> </foaf:made> </foaf:Organisation> </RDF> |
Changes to deploy.sh.
1 2 | #!/bin/sh | | | 1 2 3 4 5 6 7 8 9 10 | #!/bin/sh PROJECTS="ugarit banterpixra tangle argon simple-graphics quick-ref-cards hs-labels magic-pipes speakd" echo "Generate site" hyde echo "Set up Fossil CGI stuff" mv out/project/htaccess out/project/.htaccess chmod a+rx out/project/* |
︙ | ︙ |