]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove tag URI stuff; unused and confusing
authorEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 20:53:59 +0000 (16:53 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 16 Jul 2008 20:53:59 +0000 (16:53 -0400)
darcs-hash:20080716205359-84dde-590916f8812c7c03a2b81b3e7aeb021194ac0f25.gz

config.php.sample
lib/common.php
lib/util.php

index 27511d129bbc038532ba6bb25d68a0540e74e6e1..3f732d109f6320df25d1983252828883629552fc 100644 (file)
@@ -35,10 +35,6 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
 #$config['db']['debug'] = 0;
 #$config['db']['db_driver'] = 'MDB2';
 
-#$config['tag']['authority'] = $config['site']['server'];
-#$config['tag']['date'] = '2008';
-#$config['tag']['prefix'] = $config['site']['path'] . ':';
-
 #session_set_cookie_params(0, '/'. $config['site']['path'] .'/');
 
 #Standard fancy-url clashes prevented by not allowing nicknames on a blacklist
index c0921b662b89bcabb78b2456ac7c6ca92371ca61..88f398cbab5203369bd8394f548282db43c8d06e 100644 (file)
@@ -49,10 +49,6 @@ $config =
                'syslog' =>
                array('appname' => 'laconica', # for syslog
                          'priority' => 'debug'), # XXX: currently ignored
-               'tag' =>
-               array('authority' => 'INVALID TAG',
-                         'date' => 'PUT A DATE HERE',
-                         'prefix' => ''),
                'queue' =>
                array('enabled' => false),
                'license' =>
index 997f32430b00490c68d54db2809502f224af414b..1aa9d2944c9b044da1930fdfb3cb37639bf3cfa2 100644 (file)
@@ -998,13 +998,6 @@ function common_notice_form($action=NULL, $content=NULL) {
        common_element_end('form');
 }
 
-function common_mint_tag($extra) {
-       global $config;
-       return
-         'tag:'.$config['tag']['authority'].','.
-         $config['tag']['date'].':'.$config['tag']['prefix'].$extra;
-}
-
 # Should make up a reasonable root URL
 
 function common_root_url() {