diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-03-10 16:24:46 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-03-10 16:24:46 -0700 |
commit | 5caeeabfc266985c8ac2cc19a2143092f9e1b5fd (patch) | |
tree | bb1ed2b0638493da9c6a3354d0ceeae4815c09f2 | |
parent | 91980c73a76bcbedd5f23a3232988a32aa8c7127 (diff) |
Updated config.php.sample with example Tag URI configs
-rw-r--r-- | config.php.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index c2b27408c..e9052bbf9 100644 --- a/config.php.sample +++ b/config.php.sample @@ -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' |