You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by jo...@apache.org on 2010/11/22 19:12:04 UTC

svn commit: r1037810 - /incubator/stanbol/site/trunk/lib/path.pm

Author: joes
Date: Mon Nov 22 18:12:03 2010
New Revision: 1037810

URL: http://svn.apache.org/viewvc?rev=1037810&view=rev
Log:
sitemap

Modified:
    incubator/stanbol/site/trunk/lib/path.pm

Modified: incubator/stanbol/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/lib/path.pm?rev=1037810&r1=1037809&r2=1037810&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/lib/path.pm (original)
+++ incubator/stanbol/site/trunk/lib/path.pm Mon Nov 22 18:12:03 2010
@@ -6,14 +6,14 @@ use ASF::Value;
 our @patterns = (
 	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],
 
-	[qr!^/sitemap\.html$!, sitemap => { headers => { title => "Stanbol Sitemap" }} ],
+	[qr!^/stanbol/sitemap\.html$!, sitemap => { headers => { title => "Stanbol Sitemap" }} ],
 
 ) ;
 
 # for specifying interdependencies between files
 
 our %dependencies = (
-    "/sitemap.html" => [ grep s!^content!!, glob "content/*.mdtext" ],
+    "/stanbol/sitemap.html" => [ grep s!^content!!, glob "content/stanbol/*.mdtext" ],
 );
 
 1;