You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2010/12/03 00:03:12 UTC

svn commit: r1041628 - /lucene/cms/trunk/lib/path.pm

Author: gsingers
Date: Thu Dec  2 23:03:11 2010
New Revision: 1041628

URL: http://svn.apache.org/viewvc?rev=1041628&view=rev
Log:
try some more things

Modified:
    lucene/cms/trunk/lib/path.pm

Modified: lucene/cms/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/lib/path.pm?rev=1041628&r1=1041627&r2=1041628&view=diff
==============================================================================
--- lucene/cms/trunk/lib/path.pm (original)
+++ lucene/cms/trunk/lib/path.pm Thu Dec  2 23:03:11 2010
@@ -6,15 +6,15 @@ use ASF::Value;
 our @patterns = (
 	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],
 
-	[qr!/sitemap\.html$!, sitemap => { headers => { title => "Lucene Sitemap" }} ],
+#	[qr!/sitemap\.html$!, sitemap => { headers => { title => "Lucene Sitemap" }} ],
 
 ) ;
 
 # for specifying interdependencies between files
 
-our %dependencies = (
-    "/lucene/sitemap.html" => [ grep s!^content!!, glob "content/lucene/*.mdtext" ],
-);
+#our %dependencies = (
+#    "/lucene/sitemap.html" => [ grep s!^content!!, glob "content/lucene/*.mdtext" ],
+#);
 
 1;