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:45:03 UTC

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

Author: pnasser
Date: Wed Feb 15 04:45:03 2012
New Revision: 1244353

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