You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by to...@apache.org on 2010/08/04 11:56:46 UTC

[zeta-commits] svn commit: r982225 - in /incubator/zetacomponents/website/config: content/blog.ini site.ini

Author: toby
Date: Wed Aug  4 11:56:46 2010
New Revision: 982225

URL: http://svn.apache.org/viewvc?rev=982225&view=rev
Log:
- Updated site specific configuration for Apache Incubator environment.
- Attempted to fix index.html issue by soft-linking news.html for now.

Modified:
    incubator/zetacomponents/website/config/content/blog.ini
    incubator/zetacomponents/website/config/site.ini

Modified: incubator/zetacomponents/website/config/content/blog.ini
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/config/content/blog.ini?rev=982225&r1=982224&r2=982225&view=diff
==============================================================================
--- incubator/zetacomponents/website/config/content/blog.ini (original)
+++ incubator/zetacomponents/website/config/content/blog.ini Wed Aug  4 11:56:46 2010
@@ -12,7 +12,7 @@ akismet_key=
 
 # Absolut path to page notifying the user, that his comment has been rated as
 # spam
-spamUrl=/spam.html
+spamUrl=/zetacomponents/spam.html
 
 # Optionally you may provide an URL (including auth information) to some xmlrpc
 # spam collecting service, which understands the XMLRPC protocol specification
@@ -20,8 +20,8 @@ spamUrl=/spam.html
 #xmlrpc=http://norro.de/Spam/Pot1
 
 # Absolut path to page containing XML repsonse for trackback spammers
-trackbackSpamUrl=/trackback_spam.xml
+trackbackSpamUrl=/zetacomponents/trackback_spam.xml
 # Absolut path to page containing XML repsonse for trackback spammers
-trackbackErrorUrl=/trackback_error.xml
+trackbackErrorUrl=/zetacomponents/trackback_error.xml
 # Absolut path to page containing XML repsonse for trackback spammers
-trackbackSuccessUrl=/trackback_success.xml
+trackbackSuccessUrl=/zetacomponents/trackback_success.xml

Modified: incubator/zetacomponents/website/config/site.ini
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/config/site.ini?rev=982225&r1=982224&r2=982225&view=diff
==============================================================================
--- incubator/zetacomponents/website/config/site.ini (original)
+++ incubator/zetacomponents/website/config/site.ini Wed Aug  4 11:56:46 2010
@@ -16,7 +16,7 @@ default=html
 # This one is autodetected from your server variables, of not set. The
 # autodetection does not work with https for now, and also does not work, when
 # the caches are regenerated from CLI.
-url=http://zeta/
+url=http://incubator.apache.org/zetacomponents/
 
 # Classes to notify with a static call to ::postUpdate() after cache
 # regeneration
@@ -56,6 +56,7 @@ types = -1
 # into you htdocs/ folder.
 exclude[]=.svn
 exclude[]=index.php
+exclude[]=index.html
 exclude[]=styles
 exclude[]=scripts
 exclude[]=images
@@ -73,10 +74,10 @@ send=no
 sender=no-response@fzc
 
 # Receiver, who should receive mails
-reporting=tobias@schlitt.info
+reporting=zeta-dev@incubator.apache.org
 
 # Subject for mails
-subject=[fzc] - %s
+subject=[zeta] - %s
 
 [trackback]