Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added ugarit-manifest-maker |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
43b1f445ba053e156f5132df47b392fd |
User & Date: | alaric 2015-06-12 21:51:59 |
Context
2015-11-27
| ||
11:03 | Added twitter feed to homepage check-in: 7ebea3dc8a user: alaric tags: trunk | |
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 | |
Changes
Changes to METADATA.rdf.
︙ | ︙ | |||
67 68 69 70 71 72 73 | <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> | | | | | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | <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="https://www.kitten-technologies.co.uk/project/ugarit-manifest-maker"> <dc:title>ugarit-manifest-maker</dc:title> <rdfs:seeAlso resource="https://www.kitten-technologies.co.uk/project/ugarit-manifest-maker/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 magic-pipes speakd ugarit-manifest-maker" echo "Generate site" hyde echo "Set up Fossil CGI stuff" mv out/project/htaccess out/project/.htaccess chmod a+rx out/project/* |
︙ | ︙ |
Changes to src/index.wiki.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ((title . "Kitten Technologies")) Welcome to Kitten Technologies, the home of [[http://www.snell-pym.org.uk/alaric/|Alaric Snell-Pym]]'s open source projects! The site has just been significantly redesigned and the projects are being ported from [[http://subversion.apache.org/|Subversion]] into [[http://fossil-scm.org|Fossil]]. As such, many of the projects are currently missing while I manually convert each of them over to Fossil. If you'd like to ask me to hurry up with any of the below, please [[https://www.kitten-technologies.co.uk/project/kitten-technologies/tktnew|file a ticket]]. == Current Projects * [[/project/ugarit|Ugarit]], a backup/archival system based around content-addressable storage, inspired by [[http://en.wikipedia.org/wiki/Venti|Venti]] and [[http://en.wikipedia.org/wiki/Git_(software)|Git]]. * [[/project/speakd|speakd]], a scheduler for text-to-speech announcements. * [[/project/banterpixra|banterpixra]], a tool for converting language grammers in a form of BNF to nice "railroad diagrams" in SVG. * [[/project/tangle|Tangle]], a tool for managing networks. The network is described in a human-readable text file that documents devices, ports, cables, virtual circuits, physical locations, owners of equipment (useful for colocation), and IP subnets. The tool cross-checks the file for errors and generates an easily navigated HTML reference document, as well as multiple diagrams of the logical and physical cabling. * The Eye Of Horus, a server/service monitoring tool in a similar vein to Nagios, but redesigned from scratch to address some frustrations with it. * [[/project/argon|ARGON]], an ambitious blue-sky project re-examining the platforms on which we build software. It's still in a very protracted and detailed design process; I may be implementing some of it in the next decade or so. * [[/project/simple-graphics|Simple Graphics]], a simple turtle graphics library for Chicken Scheme, aimed at education. * [[/project/quick-ref-cards|Kitten Quick Reference Cards]], a set of handy references to things like transistor electronics, structured cabling, and Lojban grammar. | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ((title . "Kitten Technologies")) Welcome to Kitten Technologies, the home of [[http://www.snell-pym.org.uk/alaric/|Alaric Snell-Pym]]'s open source projects! The site has just been significantly redesigned and the projects are being ported from [[http://subversion.apache.org/|Subversion]] into [[http://fossil-scm.org|Fossil]]. As such, many of the projects are currently missing while I manually convert each of them over to Fossil. If you'd like to ask me to hurry up with any of the below, please [[https://www.kitten-technologies.co.uk/project/kitten-technologies/tktnew|file a ticket]]. == Current Projects * [[/project/ugarit|Ugarit]], a backup/archival system based around content-addressable storage, inspired by [[http://en.wikipedia.org/wiki/Venti|Venti]] and [[http://en.wikipedia.org/wiki/Git_(software)|Git]]. * [[/project/ugarit-manifest-maker|Ugarit Manifest Maker]], a tool for rapidly generating archive import manifests for Ugarit. * [[/project/speakd|speakd]], a scheduler for text-to-speech announcements. * [[/project/banterpixra|banterpixra]], a tool for converting language grammers in a form of BNF to nice "railroad diagrams" in SVG. * [[/project/tangle|Tangle]], a tool for managing networks. The network is described in a human-readable text file that documents devices, ports, cables, virtual circuits, physical locations, owners of equipment (useful for colocation), and IP subnets. The tool cross-checks the file for errors and generates an easily navigated HTML reference document, as well as multiple diagrams of the logical and physical cabling. * The Eye Of Horus, a server/service monitoring tool in a similar vein to Nagios, but redesigned from scratch to address some frustrations with it. * [[/project/argon|ARGON]], an ambitious blue-sky project re-examining the platforms on which we build software. It's still in a very protracted and detailed design process; I may be implementing some of it in the next decade or so. * [[/project/simple-graphics|Simple Graphics]], a simple turtle graphics library for Chicken Scheme, aimed at education. * [[/project/quick-ref-cards|Kitten Quick Reference Cards]], a set of handy references to things like transistor electronics, structured cabling, and Lojban grammar. |
︙ | ︙ |