You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2012/10/26 11:46:38 UTC

svn commit: r1402458 - in /directory/site/trunk: content/articles.mdtext content/conference-materials.mdtext content/sources.mdtext templates/navigation.html

Author: elecharny
Date: Fri Oct 26 09:46:38 2012
New Revision: 1402458

URL: http://svn.apache.org/viewvc?rev=1402458&view=rev
Log:
Updated the main site navigation. Added the conference and articles pages

Added:
    directory/site/trunk/content/articles.mdtext
    directory/site/trunk/content/conference-materials.mdtext
Modified:
    directory/site/trunk/content/sources.mdtext
    directory/site/trunk/templates/navigation.html

Added: directory/site/trunk/content/articles.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/articles.mdtext?rev=1402458&view=auto
==============================================================================
--- directory/site/trunk/content/articles.mdtext (added)
+++ directory/site/trunk/content/articles.mdtext Fri Oct 26 09:46:38 2012
@@ -0,0 +1,21 @@
+Title: Articles
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    .
+    http://www.apache.org/licenses/LICENSE-2.0
+    .
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+# Articles
+blah...
+

Added: directory/site/trunk/content/conference-materials.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/conference-materials.mdtext?rev=1402458&view=auto
==============================================================================
--- directory/site/trunk/content/conference-materials.mdtext (added)
+++ directory/site/trunk/content/conference-materials.mdtext Fri Oct 26 09:46:38 2012
@@ -0,0 +1,21 @@
+Title: Conference Materials
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    .
+    http://www.apache.org/licenses/LICENSE-2.0
+    .
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+# Conferences
+blah...
+

Modified: directory/site/trunk/content/sources.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/sources.mdtext?rev=1402458&r1=1402457&r2=1402458&view=diff
==============================================================================
--- directory/site/trunk/content/sources.mdtext (original)
+++ directory/site/trunk/content/sources.mdtext Fri Oct 26 09:46:38 2012
@@ -105,21 +105,9 @@ If Subversion can't figure out your user
 
 Subversion will prompt you for a password, and once you enter it once, it will remember it for you. Note this is the password you configured with svnpasswd, not your shell or other password.
 
-<div class="panelMacro">
-	<table class="noteMacro">
-		<colgroup><col width="24"><col></colgroup>
-		<tbody>
-			<tr>
-				<td valign="top">
-					<img src="images/icons/warning.gif" alt="" align="absmiddle" border="0" height="16" width="16">
-				</td>
-				<td>
-					For committers to be able to commit modification, they should have had checked out the project files using *https* instead of *http*.
-				</td>
-			</tr>
-		</tbody>
-	</table>
-</div>
+<DIV class="warning" markdown="1">
+For committers to be able to commit modification, they should have had checked out the project files using *https* instead of *http*.
+</DIV>
 
 ## Read Only Git Repositories
 

Modified: directory/site/trunk/templates/navigation.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/navigation.html?rev=1402458&r1=1402457&r2=1402458&view=diff
==============================================================================
--- directory/site/trunk/templates/navigation.html (original)
+++ directory/site/trunk/templates/navigation.html Fri Oct 26 09:46:38 2012
@@ -11,7 +11,6 @@
     <ul>
         <li><a href="{{base}}apacheds/2.0/downloads.html">ApacheDS 2.0.0-M8</a>&nbsp;&nbsp;<IMG src="http://directory.apache.org/staticresources/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
         <li><a href="{{base}}studio/2.0/download/">Studio 2.0 M3</a>&nbsp;&nbsp;<IMG src="http://directory.apache.org/staticresources/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
-        <li><a href="{{base}}studio/downloads.html">Studio 1.5.3</a></li>
         <li><a href="{{base}}api/downloads.html">LDAP API 1.0.0-M13</a>&nbsp;&nbsp;<IMG src="http://directory.apache.org/staticresources/images/new_badge.gif" alt="" style="margin-bottom:-3px;" border="0"></li>
     </ul>
     <h5>Sub-Projects</h5>
@@ -30,9 +29,14 @@
         <li><a href="{{base}}conference-materials.html">Conferences</a></li>
         <li><a href="{{base}}testimonies.html">Testimonials</a></li>
         <li><a href="{{base}}vision.html">Vision</a></li>
+        <!--li><a href="{{base}}interropability.html">Interropability</a></li-->
+    </ul>
+    <h5>Support</h5>
+    <ul>
         <li><a href="{{base}}mailing-lists-and-irc.html">Mailing Lists &amp; IRC</a></li>
         <li><a href="{{base}}sources.html">Sources</a></li>
         <li><a href="{{base}}issue-tracking.html">Issue Tracking</a></li>
+        <li><a href="{{base}}commercial-support.html">Commercial Support</a></li>
     </ul>
     {% endblock %}
     {% block common-navigation %}