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/23 17:19:24 UTC

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

Author: joes
Date: Tue Nov 23 16:19:23 2010
New Revision: 1038189

URL: http://svn.apache.org/viewvc?rev=1038189&view=rev
Log:
no sitemap at this point

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=1038189&r1=1038188&r2=1038189&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/lib/path.pm (original)
+++ incubator/stanbol/site/trunk/lib/path.pm Tue Nov 23 16:19:23 2010
@@ -6,15 +6,15 @@ use ASF::Value;
 our @patterns = (
 	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],
 
-	[qr!^/stanbol/sitemap\.html$!, sitemap => { headers => { title => "Stanbol Sitemap" }} ],
+#	[qr!^/stanbol/sitemap\.html$!, sitemap => { headers => { title => "Stanbol Sitemap" }} ],
 
 ) ;
 
 # for specifying interdependencies between files
 
-our %dependencies = (
-    "/stanbol/sitemap.html" => [ grep s!^content!!, glob "content/stanbol/*.mdtext" ],
-);
+#our %dependencies = (
+#    "/stanbol/sitemap.html" => [ grep s!^content!!, glob "content/stanbol/*.mdtext" ],
+#);
 
 1;