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 04:59:18 UTC

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

Author: pnasser
Date: Wed Feb 15 03:59:17 2012
New Revision: 1244338

URL: http://svn.apache.org/viewvc?rev=1244338&view=rev
Log:
updating blog

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=1244338&r1=1244337&r2=1244338&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/lib/path.pm (original)
+++ incubator/lucene.net/site/trunk/lib/path.pm Wed Feb 15 03:59:17 2012
@@ -11,11 +11,11 @@ use warnings;
 
 our @patterns = (
     [ qr!^/.*\.html$!, basic => {
-         blog     => ASF::Value::Blogs->new(blog => "infra", limit=> 3),
+         blog     => ASF::Value::Blogs->new(blog => "lucenenet", limit=> 4),
        } ],
     [ qr!\.mdtext$!, basic => { 
          template => "template.html",
-         blog     => ASF::Value::Blogs->new(blog => "infra", limit=> 3),
+         blog     => ASF::Value::Blogs->new(blog => "lucenenet", limit=> 4),
         } ],
     [ qr!^/sitemap\.html$!, sitemap => {} ],
 );