You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by qu...@apache.org on 2013/01/10 05:55:01 UTC

svn commit: r1431190 - in /flex/site/trunk: content/v2/index.cmsPage lib/path.pm

Author: quetwo
Date: Thu Jan 10 04:55:01 2013
New Revision: 1431190

URL: http://svn.apache.org/viewvc?rev=1431190&view=rev
Log:
Updating links on homepage, fixing CMS to no longer update .html pages

Modified:
    flex/site/trunk/content/v2/index.cmsPage
    flex/site/trunk/lib/path.pm

Modified: flex/site/trunk/content/v2/index.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/index.cmsPage?rev=1431190&r1=1431189&r2=1431190&view=diff
==============================================================================
--- flex/site/trunk/content/v2/index.cmsPage (original)
+++ flex/site/trunk/content/v2/index.cmsPage Thu Jan 10 04:55:01 2013
@@ -11,16 +11,16 @@ homepage:    true
 <div class="span3">
     <div class="picture"><a href="http://www.adobe.com/devnet/flex/videotraining/exercises/ex1_01.html"><img src="images/training/FlexInAWeek.png" alt=""/><div class="image-overlay-link"></div></a></div>
     <div class="item-description">
-        <h5><a href="#">Flex in a Week Series</a></h5>
+        <h5><a href="http://www.adobe.com/devnet/flex/videotraining/exercises/ex1_01.html">The Flex in a Week Series</a></h5>
         <p>The Flex in a Week training series consists of videos and exercises to teach experienced programmers how to program using the Flex 4.5 framework and Flash Builder 4.5. To gain the most from this series, watch the videos and complete the exercises in the order in which they are listed.</p>
     </div>
 </div>
 
 <!-- Project -->
 <div class="span3">
-    <div class="picture"><a href="http://www.adobe.com/devnet/flex/videotraining.html" rel="image" title=""><img src="images/training/FlexInAWeekVideo.png" alt=""/><div class="image-overlay-zoom"></div></a></div>
+    <div class="picture"><a href="http://www.adobe.com/devnet/flex/videotraining.html"><img src="images/training/FlexInAWeekVideo.png" alt=""/><div class="image-overlay-link"></div></a></div>
     <div class="item-description">
-        <h5><a href="#">Flex In A Week Video Series</a></h5>
+        <h5><a href="http://www.adobe.com/devnet/flex/videotraining.html">Flex In A Week Video Series</a></h5>
         <p>The Flex in a Week video training course will help you understand how you can leverage the open source Flex framework to build RIAs. To make it easier for you to learn Flex, you will use the Eclipse-based Flash Builder 4.5 development tool, which includes the Flex framework and provides features such as intelligent coding, interactive step-through debugging, and visual design of the user layout.</p>
     </div>
 </div>
@@ -29,7 +29,7 @@ homepage:    true
 <div class="span3">
     <div class="picture"><a href="http://www.adobe.com/devnet/flex/articles/interactive_maps.html"><img src="images/training/1296459538876.jpg" alt=""/><div class="image-overlay-link"></div></a></div>
     <div class="item-description">
-        <h5><a href="#">Building interactive maps with Flex</a></h5>
+        <h5><a href="http://www.adobe.com/devnet/flex/articles/interactive_maps.html">Building interactive maps with Flex</a></h5>
         <p>It has never been easier to build interactive online maps with Flex. There is a wide range of APIs now available. The focus of this article is building a simple map application using the open-source Modest Maps Flex API. Modest Maps offers a number of advantages over other Flex mapping APIs including the ability to point at multiple basemap providers and direct access to the source code. </p>
     </div>
 </div>
@@ -37,7 +37,7 @@ homepage:    true
 <div class="span3">
     <div class="picture"><a href="http://www.adobe.com/devnet/flex/articles/100-days-of-exercise.html"><img src="images/training/ryan_stewart_lg.jpg.adimg.mw.160.png" alt=""/><div class="image-overlay-link"></div></a></div>
     <div class="item-description">
-        <h5><a href="#">Building social features into mobile AIR apps</a></h5>
+        <h5><a href="http://www.adobe.com/devnet/flex/articles/100-days-of-exercise.html">Building social features into mobile AIR apps</a></h5>
         <p>Incorporating social services and features like Twitter and Facebook into your mobile application lets you reach more users while instantly adding personalization. It also gives you access to information about your users. You can greet your users with their real names from Facebook or customize the application based on their interests. </p>
     </div>
 </div>

Modified: flex/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/flex/site/trunk/lib/path.pm?rev=1431190&r1=1431189&r2=1431190&view=diff
==============================================================================
--- flex/site/trunk/lib/path.pm (original)
+++ flex/site/trunk/lib/path.pm Thu Jan 10 04:55:01 2013
@@ -4,7 +4,6 @@ package path;
 
 our @patterns = (
 	[qr!\.mdtext$!, single_narrative => { template => "single_narrative.html" }],
-	[qr!\.html$!, html_page => { template => "no_template.html" }],
 	[qr!\.htm$!, html_page => { template => "no_template.html" }],
 	[qr!\.chtml$!, html_page => { template => "no_template.html" }],
     [qr!\.fhtml$!, single_narrative => {