You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/10/06 15:18:45 UTC

svn commit: r1395045 - in /incubator/flex/site/trunk: content/flex/again/ templates/

Author: erikdebruin
Date: Sat Oct  6 13:18:45 2012
New Revision: 1395045

URL: http://svn.apache.org/viewvc?rev=1395045&view=rev
Log:
Working on the new Flex project site.

Added:
    incubator/flex/site/trunk/content/flex/again/about_features.fhtml
    incubator/flex/site/trunk/content/flex/again/about_news.fhtml
    incubator/flex/site/trunk/content/flex/again/about_resources.fhtml
    incubator/flex/site/trunk/content/flex/again/about_showcase.fhtml
Removed:
    incubator/flex/site/trunk/templates/flex_about.html
    incubator/flex/site/trunk/templates/flex_insert.mdtext
Modified:
    incubator/flex/site/trunk/templates/flex_about.mdtext
    incubator/flex/site/trunk/templates/flex_header.html

Added: incubator/flex/site/trunk/content/flex/again/about_features.fhtml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/again/about_features.fhtml?rev=1395045&view=auto
==============================================================================
--- incubator/flex/site/trunk/content/flex/again/about_features.fhtml (added)
+++ incubator/flex/site/trunk/content/flex/again/about_features.fhtml Sat Oct  6 13:18:45 2012
@@ -0,0 +1,4 @@
+IsAbout:    Indicate that this page is an 'About' page
+Title:      Features
+
+Features
\ No newline at end of file

Added: incubator/flex/site/trunk/content/flex/again/about_news.fhtml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/again/about_news.fhtml?rev=1395045&view=auto
==============================================================================
--- incubator/flex/site/trunk/content/flex/again/about_news.fhtml (added)
+++ incubator/flex/site/trunk/content/flex/again/about_news.fhtml Sat Oct  6 13:18:45 2012
@@ -0,0 +1,4 @@
+IsAbout:    Indicate that this page is an 'About' page
+Title:      News
+
+News
\ No newline at end of file

Added: incubator/flex/site/trunk/content/flex/again/about_resources.fhtml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/again/about_resources.fhtml?rev=1395045&view=auto
==============================================================================
--- incubator/flex/site/trunk/content/flex/again/about_resources.fhtml (added)
+++ incubator/flex/site/trunk/content/flex/again/about_resources.fhtml Sat Oct  6 13:18:45 2012
@@ -0,0 +1,4 @@
+IsAbout:    Indicate that this page is an 'About' page
+Title:      Resources
+
+Resources
\ No newline at end of file

Added: incubator/flex/site/trunk/content/flex/again/about_showcase.fhtml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/again/about_showcase.fhtml?rev=1395045&view=auto
==============================================================================
--- incubator/flex/site/trunk/content/flex/again/about_showcase.fhtml (added)
+++ incubator/flex/site/trunk/content/flex/again/about_showcase.fhtml Sat Oct  6 13:18:45 2012
@@ -0,0 +1,4 @@
+IsAbout:    Indicate that this page is an 'About' page
+Title:      Showcase
+
+Showcase
\ No newline at end of file

Modified: incubator/flex/site/trunk/templates/flex_about.mdtext
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_about.mdtext?rev=1395045&r1=1395044&r2=1395045&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_about.mdtext (original)
+++ incubator/flex/site/trunk/templates/flex_about.mdtext Sat Oct  6 13:18:45 2012
@@ -1,5 +1,7 @@
-<!-- start insert -->
-
-<h1>INSERT</h1>
-
-<!-- end insert -->
\ No newline at end of file
+<div>
+    <a href="./index.html">Supported Platforms</a> - 
+    <a href="./about_news.html">News</a> - 
+    <a href="./about_features.html">Features</a> - 
+    <a href="./about_showcase.html">Showcase</a> - 
+    <a href="./about_resources.html">Resources</a>
+</div>
\ No newline at end of file

Modified: incubator/flex/site/trunk/templates/flex_header.html
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_header.html?rev=1395045&r1=1395044&r2=1395045&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_header.html (original)
+++ incubator/flex/site/trunk/templates/flex_header.html Sat Oct  6 13:18:45 2012
@@ -1,5 +1,3 @@
-<!-- start header -->
-
 <!DOCTYPE html>
 
 <html>
@@ -22,4 +20,3 @@
         <a href="./download.html">Download</a> - 
         <a href="http://www.apache.org/">ASF</a>
     </div>
-<!-- end header -->
\ No newline at end of file