Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A87CB11F85 for ; Wed, 30 Jul 2014 16:46:20 +0000 (UTC) Received: (qmail 41783 invoked by uid 500); 30 Jul 2014 16:46:20 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 41757 invoked by uid 500); 30 Jul 2014 16:46:20 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 41743 invoked by uid 99); 30 Jul 2014 16:46:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2014 16:46:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2014 16:46:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F2CED2388FC2; Wed, 30 Jul 2014 16:45:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1614709 - /celix/site/trunk/lib/path.pm Date: Wed, 30 Jul 2014 16:45:56 -0000 To: commits@celix.apache.org From: gmcdonald@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140730164556.F2CED2388FC2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gmcdonald Date: Wed Jul 30 16:45:56 2014 New Revision: 1614709 URL: http://svn.apache.org/r1614709 Log: s/stanbol/celix Modified: celix/site/trunk/lib/path.pm Modified: celix/site/trunk/lib/path.pm URL: http://svn.apache.org/viewvc/celix/site/trunk/lib/path.pm?rev=1614709&r1=1614708&r2=1614709&view=diff ============================================================================== --- celix/site/trunk/lib/path.pm (original) +++ celix/site/trunk/lib/path.pm Wed Jul 30 16:45:56 2014 @@ -6,14 +6,14 @@ use ASF::Value; our @patterns = ( [qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }], -# [qr!^/stanbol/sitemap\.html$!, sitemap => { headers => { title => "Stanbol Sitemap" }} ], +# [qr!^/stanbol/sitemap\.html$!, sitemap => { headers => { title => "Celix Sitemap" }} ], ) ; # for specifying interdependencies between files #our %dependencies = ( -# "/stanbol/sitemap.html" => [ grep s!^content!!, glob "content/stanbol/*.mdtext" ], +# "/stanbol/sitemap.html" => [ grep s!^content!!, glob "content/celix/*.mdtext" ], #); 1;