]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
change from using tag uris to http urls for identifiers
authorEvan Prodromou <evan@prodromou.name>
Fri, 20 Jun 2008 07:17:00 +0000 (03:17 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 20 Jun 2008 07:17:00 +0000 (03:17 -0400)
commit15a09c5d694f720ef50f9c82860193545233bcf1
tree3a8383fa79071b4fd61c31e00f0aae66d49988b9
parent03dba4270a6f4fe53582d1cce9d6c713cdcaa115
change from using tag uris to http urls for identifiers

Weirdly, I got in an argument with Tim Berners-Lee in #swig about the
tag URIs I was using in FOAF documents. Eventually, I was convinced
that it's a better thing to use HTTP URLs instead. So, now we have
HTTP URLs.

The tricky thing was for users. Since they can change their names, we
can't use their profile URL, since it includes the name. Instead, I
made up a new action, which simply redirects from a user ID to their
current profile URL. This should be sufficiently long-term.

darcs-hash:20080620071700-84dde-c6145243dc45dd2dff621aff421375d05796057e.gz
actions/finishopenidlogin.php
actions/newnotice.php
actions/register.php
actions/userbyid.php [new file with mode: 0644]
htaccess.sample
lib/util.php