This is my place to store the bits and pieces which reside in my code repository, here so I can access and edit them wherever I go, with all the full-fat decentralised revision control goodness provided by darcs.
The projects here are a mixture of experiments, tools I've created for myself or others, or dabblings with various technologies to gain the kind of experience you can only get by actually using something in anger - a very brief summary of the technology and purpose behind each project is given.
Some of the project repositories have an index.html file in places which make them unfriendly to browse through with a web browser (not on purpose, of course).
If you grab a darcs executable and darcs get http://www.jonathanbuchanan.plus.com/repos/projectname, you can retrieve complete copies of project repositories.
Recent Changes
{% if news %}-
{% for item in news %}
- {{ item.title }} on {{ item.pub_date|date:"l j\<\s\u\p\>S\<\/\s\u\p\> F Y" }}
-
{% if item.related_to %}
Project: {{ item.related_to.name|escape }}
{% endif %} {{ item.body }}
{% endfor %}
-
{% else %}
None yet.
{% endif %}Darcs Repository Projects
{% if darcs_projects %}-
{% for project in darcs_projects %}
- {{ project.name|escape }} ({{ project.get_status_display }})
- {{ project.description }} {% endfor %}
None yet.
{% endif %}