]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Add a library to mint tag URIs
authorEvan Prodromou <evan@status.net>
Sat, 20 Feb 2010 18:23:08 +0000 (13:23 -0500)
committerEvan Prodromou <evan@status.net>
Sat, 20 Feb 2010 18:23:08 +0000 (13:23 -0500)
commit61a072b3c492fd1b336e84655ffb6a28547acba7
tree53b77e168e51a619094f84e6015d4dfa18ff032c
parent36d21fa7162ca94ce100433da53439a67e815ba1
Add a library to mint tag URIs

We've been making pretty crummy tag: URIs for a while. We should
continue to favor HTTP URIs, since it's nice to be able to discover
things about an object you've shared the ID of. Where that's not
possible, this makes nicer tag URIs.
lib/default.php
lib/taguri.php [new file with mode: 0644]
tests/TagURITest.php [new file with mode: 0644]