diff options
author | Evan Prodromou <evan@status.net> | 2010-02-20 13:23:08 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-20 13:23:08 -0500 |
commit | 61a072b3c492fd1b336e84655ffb6a28547acba7 (patch) | |
tree | 53b77e168e51a619094f84e6015d4dfa18ff032c /lib/default.php | |
parent | 36d21fa7162ca94ce100433da53439a67e815ba1 (diff) |
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.
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index 4f3ea00f2..bb7708bfc 100644 --- a/lib/default.php +++ b/lib/default.php @@ -175,7 +175,7 @@ $default = array('enabled' => false), 'integration' => array('source' => 'StatusNet', # source attribute for Twitter - 'taguri' => $_server.',2009'), # base for tag URIs + 'taguri' => null), # base for tag URIs 'twitter' => array('enabled' => true, 'consumer_key' => null, |