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 14:29:43 UTC

svn commit: r1395025 - in /incubator/flex/site/trunk: content/flex/again/community.fhtml content/flex/again/download.fhtml content/flex/again/get_started.fhtml templates/flex_header.html

Author: erikdebruin
Date: Sat Oct  6 12:29:42 2012
New Revision: 1395025

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

Added:
    incubator/flex/site/trunk/content/flex/again/community.fhtml
    incubator/flex/site/trunk/content/flex/again/download.fhtml
    incubator/flex/site/trunk/content/flex/again/get_started.fhtml
Modified:
    incubator/flex/site/trunk/templates/flex_header.html

Added: incubator/flex/site/trunk/content/flex/again/community.fhtml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/again/community.fhtml?rev=1395025&view=auto
==============================================================================
--- incubator/flex/site/trunk/content/flex/again/community.fhtml (added)
+++ incubator/flex/site/trunk/content/flex/again/community.fhtml Sat Oct  6 12:29:42 2012
@@ -0,0 +1,3 @@
+Title:  Community
+
+Community
\ No newline at end of file

Added: 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=1395025&view=auto
==============================================================================
--- incubator/flex/site/trunk/content/flex/again/download.fhtml (added)
+++ incubator/flex/site/trunk/content/flex/again/download.fhtml Sat Oct  6 12:29:42 2012
@@ -0,0 +1,3 @@
+Title:  Download
+
+Download
\ No newline at end of file

Added: incubator/flex/site/trunk/content/flex/again/get_started.fhtml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/again/get_started.fhtml?rev=1395025&view=auto
==============================================================================
--- incubator/flex/site/trunk/content/flex/again/get_started.fhtml (added)
+++ incubator/flex/site/trunk/content/flex/again/get_started.fhtml Sat Oct  6 12:29:42 2012
@@ -0,0 +1,3 @@
+Title:  Get Started
+
+Get Started
\ 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=1395025&r1=1395024&r2=1395025&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_header.html (original)
+++ incubator/flex/site/trunk/templates/flex_header.html Sat Oct  6 12:29:42 2012
@@ -14,6 +14,12 @@
 
 <body>
   
-    <h1>{% block title %}{{ headers.title }}{% endblock %}</h1>
-
+    <!-- h1>{% block title %}{{ headers.title }}{% endblock %}</h1 -->
+    <div>
+        <a href="./index.html">About</a> - 
+        <a href="./get_started.html">Get Started</a> - 
+        <a href="./community.html">Community</a> - 
+        <a href="./download.html">Download</a> - 
+        <a href="http://www.apache.org/">ASF</a>
+    </div>
 <!-- end header -->
\ No newline at end of file