Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | New metadata files |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ef1b90a5fcb175397f4c75e9808871b2 |
User & Date: | alaric 2012-07-13 12:34:39 |
Context
2012-07-13
| ||
15:08 | Fixed METADATA.rdf check-in: 423a8f04ed user: alaric tags: trunk | |
12:34 | New metadata files check-in: ef1b90a5fc user: alaric tags: trunk | |
2012-07-10
| ||
10:38 | Quick start guide in README.wiki check-in: 7f6f93c47b user: alaric tags: trunk | |
Changes
Added DOWNLOAD.wiki.
> > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 | <h1>Releases</h1> * [http://www.kitten-technologies.co.uk/project/simple-graphics/tarball/simple-graphics-0.1.tar.gz?uuid=0.1|0.1] * [http://www.kitten-technologies.co.uk/project/simple-graphics/tarball/simple-graphics-0.2.tar.gz?uuid=0.2|0.2] <h1>Source Control</h1> You can obtain the latest sources, all history, and a local copy of the ticket database using [http://www.fossil-scm.org/|Fossil], like so: fossil clone http://www.kitten-technologies.co.uk/project/simple-graphics simple-graphics.fossil |
Added METADATA.rdf.
> > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/" rdf:about="http://www.kitten-technologies.co.uk/project/simple-graphics"> <name>Simple-Graphics</name> <description>Simple-Graphics an educational graphics library for Chicken Scheme.</description> <homepage rdf:resource="http://www.kitten-technologies.co.uk/project/simple-graphics" /> <download-page rdf:resource="http://www.kitten-technologies.co.uk/project/simple-graphics/doc/trunk/DOWNLOAD.wiki" /> <bug-database rdf:resource="http://www.kitten-technologies.co.uk/project/simple-graphics/reportlist" /> <license rdf:resource="http://usefulinc.com/doap/licenses/bsd" /> <maintainer> <foaf:Person> <foaf:name>Alaric Snell-Pym</foaf:name> <foaf:homepage rdf:resource="http://www.snell-pym.org.uk/alaric/"/> <foaf:mbox_sha1sum>8b3ce83384145fe1187db8ef60c007efd7fae461</foaf:mbox_sha1sum> </foaf:Person> </maintainer> <repository> <Repository> <browse rdf:resource='http://www.kitten-technologies.co.uk/project/simple-graphics/dir?ci=tip' /> <location rdf:resource='http://www.kitten-technologies.co.uk/project/simple-graphics' /> </Repository> </repository> </Project> |