You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by pn...@apache.org on 2012/02/15 05:55:30 UTC

[Lucene.Net] svn commit: r1244357 - /incubator/lucene.net/site/trunk/lib/path.pm

Author: pnasser
Date: Wed Feb 15 04:55:29 2012
New Revision: 1244357

URL: http://svn.apache.org/viewvc?rev=1244357&view=rev
Log:
CMS commit to lucene.net by pnasser

Modified:
    incubator/lucene.net/site/trunk/lib/path.pm

Modified: incubator/lucene.net/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/lib/path.pm?rev=1244357&r1=1244356&r2=1244357&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/lib/path.pm (original)
+++ incubator/lucene.net/site/trunk/lib/path.pm Wed Feb 15 04:55:29 2012
@@ -10,7 +10,7 @@ use warnings;
 # be passed to the view subroutine.
 
 our @patterns = (
-    [ qr!^/index\.html$!, news_page => {
+    [ qr!^/index\.html$!, basic => {
          template => "template.html",
          blog     => ASF::Value::Blogs->new(blog => "lucenenet", limit=> 4),
        } ],