public
Description: The Curies library implements the CURIE syntax for expressing Compact URIs. See http://www.w3.org/TR/curie/ for more information on the CURIE specification.
Homepage:
Clone URL: git://github.com/pius/curies.git
pius (author)
Fri Jan 09 02:26:36 -0800 2009
commit  608baabaf65a166e2e9402ab0a868198376b514d
tree    44e50785e6941642ab56023244ea6671b19f4b93
parent  a148e2a50add900596d595e3c8a78e07ce5b32f2
curies / History.txt
100755 11 lines (8 sloc) 0.373 kb
1
2
3
4
5
6
7
8
9
10
11
== 0.5.0 2008-03-19
 
* Initial release:
  * Should fully implement the W3C spec [http://www.w3.org/TR/curie/]
  * Allows the creation of CURIEs
  * Allows the parsing of a string as a putative CURIE
  * Allows prefixes/namespaces to be added and removed
  * Parses both safe and unsafe CURIEs but only outputs safe CURIEs
  * Includes the FOAF namespace loaded by default