Return-Path: X-Original-To: apmail-cayenne-commits-archive@www.apache.org Delivered-To: apmail-cayenne-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 597DCD684 for ; Tue, 30 Oct 2012 09:52:35 +0000 (UTC) Received: (qmail 9303 invoked by uid 500); 30 Oct 2012 09:52:34 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 9266 invoked by uid 500); 30 Oct 2012 09:52:34 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 9254 invoked by uid 99); 30 Oct 2012 09:52:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2012 09:52:34 +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; Tue, 30 Oct 2012 09:52:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9DBD223888FE for ; Tue, 30 Oct 2012 09:51:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1403646 - /cayenne/site/cms/trunk/lib/path.pm Date: Tue, 30 Oct 2012 09:51:50 -0000 To: commits@cayenne.apache.org From: amaniatis@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121030095150.9DBD223888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: amaniatis Date: Tue Oct 30 09:51:50 2012 New Revision: 1403646 URL: http://svn.apache.org/viewvc?rev=1403646&view=rev Log: Add plain html processing Modified: cayenne/site/cms/trunk/lib/path.pm Modified: cayenne/site/cms/trunk/lib/path.pm URL: http://svn.apache.org/viewvc/cayenne/site/cms/trunk/lib/path.pm?rev=1403646&r1=1403645&r2=1403646&view=diff ============================================================================== --- cayenne/site/cms/trunk/lib/path.pm (original) +++ cayenne/site/cms/trunk/lib/path.pm Tue Oct 30 09:51:50 2012 @@ -3,7 +3,7 @@ use ASF::Value; our @patterns = ( [qr!\.mdtext$!, single_narrative => { template => "markdown.html" }], - + [qr!\.html$!, single_narrative => { template => "plain_html.html" }], ) ; 1;