Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added hs-labels, https-ification |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8098eb7b836fd49d4c5c25458713a5ad |
User & Date: | alaric 2014-03-05 16:07:24 |
Context
2015-01-07
| ||
10:33 | Merged fork check-in: df3ff74a58 user: alaric tags: trunk | |
2014-03-05
| ||
16:07 | Added hs-labels, https-ification check-in: 8098eb7b83 user: alaric tags: trunk | |
2014-01-03
| ||
00:21 | http -> https check-in: 48cb06be75 user: alaric tags: trunk | |
Changes
Changes to METADATA.rdf.
︙ | ︙ | |||
60 61 62 63 64 65 66 67 68 | </foaf:made> <foaf:made> <doap:Project about="https://www.kitten-technologies.co.uk/project/magic-pipes"> <dc:title>magic-pipes</dc:title> <rdfs:seeAlso resource="https://www.kitten-technologies.co.uk/project/magic-pipes/doc/trunk/METADATA.rdf" /> </doap:Project> </foaf:made> </foaf:Organisation> </RDF> | > > > > > > | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | </foaf:made> <foaf:made> <doap:Project about="https://www.kitten-technologies.co.uk/project/magic-pipes"> <dc:title>magic-pipes</dc:title> <rdfs:seeAlso resource="https://www.kitten-technologies.co.uk/project/magic-pipes/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" # Generate it hyde # Set up Fossil CGI stuff mv out/project/htaccess out/project/.htaccess chmod a+rx out/project/* |
︙ | ︙ |