Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 415EBD151 for ; Tue, 30 Oct 2012 13:58:23 +0000 (UTC) Received: (qmail 57612 invoked by uid 500); 30 Oct 2012 13:58:23 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 57517 invoked by uid 500); 30 Oct 2012 13:58:22 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 57497 invoked by uid 99); 30 Oct 2012 13:58:22 -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 13:58:22 +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 13:58:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DB26123888E3; Tue, 30 Oct 2012 13:57:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1403703 - in /incubator/flex/site/trunk: content/flex/again/download.fhtml templates/flex_page.html Date: Tue, 30 Oct 2012 13:57:37 -0000 To: flex-commits@incubator.apache.org From: erikdebruin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121030135737.DB26123888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: erikdebruin Date: Tue Oct 30 13:57:37 2012 New Revision: 1403703 URL: http://svn.apache.org/viewvc?rev=1403703&view=rev Log: Some work on the new ('again') website. Modified: incubator/flex/site/trunk/content/flex/again/download.fhtml incubator/flex/site/trunk/templates/flex_page.html Modified: incubator/flex/site/trunk/content/flex/again/download.fhtml URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/again/download.fhtml?rev=1403703&r1=1403702&r2=1403703&view=diff ============================================================================== --- incubator/flex/site/trunk/content/flex/again/download.fhtml (original) +++ incubator/flex/site/trunk/content/flex/again/download.fhtml Tue Oct 30 13:57:37 2012 @@ -1,4 +1,4 @@ -IsGetStarted: Indicate that this page is a 'Get Started' page +IsDownload: Indicate that this page is a 'Download' page Title: Download Download \ No newline at end of file Modified: incubator/flex/site/trunk/templates/flex_page.html URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_page.html?rev=1403703&r1=1403702&r2=1403703&view=diff ============================================================================== --- incubator/flex/site/trunk/templates/flex_page.html (original) +++ incubator/flex/site/trunk/templates/flex_page.html Tue Oct 30 13:57:37 2012 @@ -17,6 +17,9 @@ {% autoescape off %}{{ flex_community }}{% endautoescape %} {% endif %} + + {% if headers.isdownload %}{% endif %} + {% block content %}{{ content|markdown }}{% endblock %} {% endblock %}