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:44:37 UTC

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

Author: pnasser
Date: Wed Feb 15 04:44:36 2012
New Revision: 1244352

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