Author: hboutemy
Date: Sun Mar 29 08:03:18 2015
New Revision: 1669869

URL: http://svn.apache.org/r1669869
Log:
added initial About page

Added:
    comdev/projects.apache.org/site/about.html
Modified:
    comdev/projects.apache.org/site/datatables.html
    comdev/projects.apache.org/site/index.html
    comdev/projects.apache.org/site/project.html
    comdev/projects.apache.org/site/projects.html
    comdev/projects.apache.org/site/releases.html
    comdev/projects.apache.org/site/timelines.html

Added: comdev/projects.apache.org/site/about.html
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/about.html?rev=1669869&view=auto
==============================================================================
--- comdev/projects.apache.org/site/about.html (added)
+++ comdev/projects.apache.org/site/about.html Sun Mar 29 08:03:18 2015
@@ -0,0 +1,55 @@
+<!doctype html>
+<html lang=''>
+<head>
+   <meta charset='utf-8'>
+   <meta http-equiv="X-UA-Compatible" content="IE=edge">
+   <meta name="viewport" content="width=device-width, initial-scale=1">
+   <link rel="stylesheet" href="styles.css">
+   <script src="/js/jquery.js" type="text/javascript"></script>
+   <script type="text/javascript" src="https://www.google.com/jsapi";></script>
+   <script src="script.js"></script>
+   <script src="js/projects.js"></script>
+   
+   <title>Apache Projects Directory</title>
+</head>
+<body>
+
+<div id="logo"></div>
+<div id='cssmenu'>
+<ul>
+   <li><a href='/'><span>Home</span></a></li>
+   <li><a href='/projects.html'><span>Projects</span></a></li>
+   <li><a href='/releases.html'><span>Releases</span></a></li>
+   <li class='last'><a href='/timelines.html'><span>Timelines</span></a></li>
+   <li style="background: none !important"><input type="text" 
style="margin-top: 20px;" onkeypress="checkKeyPress(event, this);" 
placeholder="Search..."/></li>
+   <li style="float: right;" class='active'><a 
href='/about.html'><span>About</span></a></li>
+   <li style="background: none; float: right;"><a href="/edit/"><img 
title="Edit project data" style="vertical-align: middle; margin-top: -5px; 
height: 24px; width: 24px;" src="/images/edit.png"/></a></li>
+</ul>
+</div>
+
+<div>
+  <p>This website is part of <a href="https://community.apache.org/";>Apache 
Community Development</a> resources provided to <i>help newcomers</i> to The 
Apache Software Foundation (ASF).</p>
+  <p>For inquiries, contact <a 
href="mailto:[email protected]";>[email protected]</a> (see <a 
href="http://mail-archives.apache.org/mod_mbox/community-dev/";>mail 
archive</a>). You can also create a <a 
href="https://issues.apache.org/jira/browse/COMDEV/";>COMDEV Jira issue</a></p>
+
+  <h1>Work In Progress</h1>
+  <p>This site is intended to replace <a 
href="https://projects.apache.org/";>https://projects.apache.org/</a>:</p>
+  <ul>
+    <li><a href="https://projects.apache.org/indexes.html";>Indexes</a>: ok</li>
+    <li><a href="https://projects.apache.org/doap.html";>DOAP Files</a>: 
TbD</li>
+    <li><a 
href="https://projects.apache.org/docs/index.html";>Documentation</a>: TbdD</li>
+  </ul>
+
+  <h1>Contributing</h1>
+  <p>Any Apache committer can modify the sources:</p>
+  <pre>svn co <a 
href="http://svn.apache.org/viewvc/comdev/projects.apache.org/";>https://svn.apache.org/repos/asf/comdev/projects.apache.org</a></pre>
+</div>
+<div id="footer">
+   Copyright&copy; 2015, the Apache Software Foundation. Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a><br/>
+   Apache and the Apache feather logos are trademarks of The Apache Software 
Foundation.
+</div>
+<script type="text/javascript">
+   google.load("visualization", "1", {packages:["corechart"]});
+   google.setOnLoadCallback(function() { preloadEverything(buildFrontPage)});
+</script>
+</body>
+<html>

Modified: comdev/projects.apache.org/site/datatables.html
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/datatables.html?rev=1669869&r1=1669868&r2=1669869&view=diff
==============================================================================
--- comdev/projects.apache.org/site/datatables.html (original)
+++ comdev/projects.apache.org/site/datatables.html Sun Mar 29 08:03:18 2015
@@ -23,6 +23,7 @@
    <li><a href='/contributors.html'><span>Contributors</span></a></li>
    <li class='last'><a href='/timelines.html'><span>Timelines</span></a></li>
    <li style="background: none !important"><input type="text" 
style="margin-top: 20px;" onkeypress="checkKeyPress(event, this);" 
placeholder="Search..."/></li>
+   <li style="float: right;"><a href='/about.html'><span>About</span></a></li>
    <li style="background: none; float: right;"><a href="/edit/"><img 
title="Edit project data" style="vertical-align: middle; margin-top: -5px; 
height: 24px; width: 24px;" src="/images/edit.png"/></a></li>
 </ul>
 </div>
@@ -53,7 +54,7 @@
 </div>
 <div id="footer">
    Copyright&copy; 2015, the Apache Software Foundation. Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a><br/>
-   For inquiries, contact <a 
href="mailto:[email protected]";>[email protected]</a>.
+   Apache and the Apache feather logos are trademarks of The Apache Software 
Foundation.
 </div>
 </body>
 <html>

Modified: comdev/projects.apache.org/site/index.html
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/index.html?rev=1669869&r1=1669868&r2=1669869&view=diff
==============================================================================
--- comdev/projects.apache.org/site/index.html (original)
+++ comdev/projects.apache.org/site/index.html Sun Mar 29 08:03:18 2015
@@ -22,6 +22,7 @@
    <li><a href='/releases.html'><span>Releases</span></a></li>
    <li class='last'><a href='/timelines.html'><span>Timelines</span></a></li>
    <li style="background: none !important"><input type="text" 
style="margin-top: 20px;" onkeypress="checkKeyPress(event, this);" 
placeholder="Search..."/></li>
+   <li style="float: right;"><a href='/about.html'><span>About</span></a></li>
    <li style="background: none; float: right;"><a href="/edit/"><img 
title="Edit project data" style="vertical-align: middle; margin-top: -5px; 
height: 24px; width: 24px;" src="/images/edit.png"/></a></li>
 </ul>
 </div>
@@ -41,7 +42,7 @@
 </div>
 <div id="footer">
    Copyright&copy; 2015, the Apache Software Foundation. Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a><br/>
-   For inquiries, contact <a 
href="mailto:[email protected]";>[email protected]</a>.
+   Apache and the Apache feather logos are trademarks of The Apache Software 
Foundation.
 </div>
 <script type="text/javascript">
    google.load("visualization", "1", {packages:["corechart"]});

Modified: comdev/projects.apache.org/site/project.html
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/project.html?rev=1669869&r1=1669868&r2=1669869&view=diff
==============================================================================
--- comdev/projects.apache.org/site/project.html (original)
+++ comdev/projects.apache.org/site/project.html Sun Mar 29 08:03:18 2015
@@ -20,6 +20,7 @@
    <li><a href='/releases.html'><span>Releases</span></a></li>
    <li class='last'><a href='/timelines.html'><span>Timelines</span></a></li>
    <li style="background: none !important"><input type="text" 
style="margin-top: 20px;" onkeypress="checkKeyPress(event, this);" 
placeholder="Search..."/></li>
+   <li style="float: right;"><a href='/about.html'><span>About</span></a></li>
    <li style="background: none; float: right;"><a href="/edit/"><img 
title="Edit project data" style="vertical-align: middle; margin-top: -5px; 
height: 24px; width: 24px;" src="/images/edit.png"/></a></li>
 </ul>
 </div>
@@ -46,7 +47,7 @@
 </div>
 <div id="footer">
    Copyright&copy; 2015, the Apache Software Foundation. Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a><br/>
-   For inquiries, contact <a 
href="mailto:[email protected]";>[email protected]</a>.
+   Apache and the Apache feather logos are trademarks of The Apache Software 
Foundation.
 </div>
 </body>
 <html>

Modified: comdev/projects.apache.org/site/projects.html
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/projects.html?rev=1669869&r1=1669868&r2=1669869&view=diff
==============================================================================
--- comdev/projects.apache.org/site/projects.html (original)
+++ comdev/projects.apache.org/site/projects.html Sun Mar 29 08:03:18 2015
@@ -21,6 +21,7 @@
    <li><a href='/contributors.html'><span>Contributors</span></a></li>
    <li class='last'><a href='/timelines.html'><span>Timelines</span></a></li>
    <li style="background: none !important"><input type="text" 
style="margin-top: 20px;" onkeypress="checkKeyPress(event, this);" 
placeholder="Search..."/></li>
+   <li style="float: right;"><a href='/about.html'><span>About</span></a></li>
    <li style="background: none; float: right;"><a href="/edit/"><img 
title="Edit project data" style="vertical-align: middle; margin-top: -5px; 
height: 24px; width: 24px;" src="/images/edit.png"/></a></li>
 </ul>
 </div>
@@ -51,7 +52,7 @@
 </div>
 <div id="footer">
    Copyright&copy; 2015, the Apache Software Foundation. Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a><br/>
-   For inquiries, contact <a 
href="mailto:[email protected]";>[email protected]</a>.
+   Apache and the Apache feather logos are trademarks of The Apache Software 
Foundation.
 </div>
 </body>
 <html>

Modified: comdev/projects.apache.org/site/releases.html
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/releases.html?rev=1669869&r1=1669868&r2=1669869&view=diff
==============================================================================
--- comdev/projects.apache.org/site/releases.html (original)
+++ comdev/projects.apache.org/site/releases.html Sun Mar 29 08:03:18 2015
@@ -24,6 +24,7 @@
    <li class='active'><a href='/releases.html'><span>Releases</span></a></li>
    <li class='last'><a href='/timelines.html'><span>Timelines</span></a></li>
    <li style="background: none !important"><input type="text" 
style="margin-top: 20px;" onkeypress="checkKeyPress(event, this);" 
placeholder="Search..."/></li>
+   <li style="float: right;"><a href='/about.html'><span>About</span></a></li>
    <li style="background: none; float: right;"><a href="/edit/"><img 
title="Edit project data" style="vertical-align: middle; margin-top: -5px; 
height: 24px; width: 24px;" src="/images/edit.png"/></a></li>
 </ul>
 </div>
@@ -43,7 +44,7 @@
 </div>
 <div id="footer">
    Copyright&copy; 2015, the Apache Software Foundation. Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a><br/>
-   For inquiries, contact <a 
href="mailto:[email protected]";>[email protected]</a>.
+   Apache and the Apache feather logos are trademarks of The Apache Software 
Foundation.
 </div>
 
 </body>

Modified: comdev/projects.apache.org/site/timelines.html
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/timelines.html?rev=1669869&r1=1669868&r2=1669869&view=diff
==============================================================================
--- comdev/projects.apache.org/site/timelines.html (original)
+++ comdev/projects.apache.org/site/timelines.html Sun Mar 29 08:03:18 2015
@@ -22,6 +22,7 @@
    <li><a href='/releases.html'><span>Releases</span></a></li>
    <li class='active' class='last'><a 
href='/timelines.html'><span>Timelines</span></a></li>
    <li style="background: none !important"><input type="text" 
style="margin-top: 20px;" onkeypress="checkKeyPress(event, this);" 
placeholder="Search..."/></li>
+   <li style="float: right;"><a href='/about.html'><span>About</span></a></li>
    <li style="background: none; float: right;"><a href="/edit/"><img 
title="Edit project data" style="vertical-align: middle; margin-top: -5px; 
height: 24px; width: 24px;" src="/images/edit.png"/></a></li>
 </ul>
 </div>
@@ -31,7 +32,7 @@
 </div>
 <div id="footer">
    Copyright&copy; 2015, the Apache Software Foundation. Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a><br/>
-   For inquiries, contact <a 
href="mailto:[email protected]";>[email protected]</a>.
+   Apache and the Apache feather logos are trademarks of The Apache Software 
Foundation.
 </div>
 <script type="text/javascript">
    google.load("visualization", "1", {packages:["corechart"]});


Reply via email to