]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated config.php.sample with example Tag URI configs
authorZach Copley <zach@controlyourself.ca>
Tue, 10 Mar 2009 23:24:46 +0000 (16:24 -0700)
committerZach Copley <zach@controlyourself.ca>
Tue, 10 Mar 2009 23:24:46 +0000 (16:24 -0700)
config.php.sample

index c2b27408cd52aa2db712a2e34fd9281da4b3f8fa..e9052bbf9ef1667e4221e1e5f16065847ecf6765 100644 (file)
@@ -165,3 +165,9 @@ $config['sphinx']['port'] = 3312;
 #Don't enforce the dupe limit
 #$config['site']['dupelimit'] = -1;
 
+#Base string for minting Tag URIs in Atom feeds. Defaults to
+#"yourserver,2009". This needs to be configured properly for your Atom
+#feeds to validate.  See: http://www.faqs.org/rfcs/rfc4151.html and
+#http://taguri.org/ Examples:
+#$config['integration']['taguri'] = 'example.net,2008';
+#$config['integration']['taguri'] = 'admin@example.net,2009-03-09'