You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2020/03/03 21:27:41 UTC

svn commit: r1874757 - in /comdev/projects.apache.org/trunk/site: categories.html create.html languages.html

Author: sebb
Date: Tue Mar  3 21:27:41 2020
New Revision: 1874757

URL: http://svn.apache.org/viewvc?rev=1874757&view=rev
Log:
Extract categories and languages so links work

Added:
    comdev/projects.apache.org/trunk/site/categories.html   (with props)
    comdev/projects.apache.org/trunk/site/languages.html   (with props)
Modified:
    comdev/projects.apache.org/trunk/site/create.html

Added: comdev/projects.apache.org/trunk/site/categories.html
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/categories.html?rev=1874757&view=auto
==============================================================================
--- comdev/projects.apache.org/trunk/site/categories.html (added)
+++ comdev/projects.apache.org/trunk/site/categories.html Tue Mar  3 21:27:41 2020
@@ -0,0 +1,69 @@
+<!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">
+   <!-- these are needed for the menu bar -->
+   <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>
+   <title>DOAP Creation</title>
+</head>
+<body>
+
+<!-- Page Title -->
+
+<div id="logo"><h1><div style="padding-top: 30px;">DOAP Categories</div></h1></div>
+
+<div id='cssmenu'>
+<ul>
+   <li><a href='.'><span>Home</span></a></li>
+   <li><a href='committees.html'><span>Committees</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>
+
+<!-- CONTENT -->
+
+<h2>List of valid categories</h2>
+<div>
+    <table border="1">
+        <tr><th>category</th><th>Comment</th></tr>
+        <!-- Must agree with the table in create.html -->
+        <tr><td>big-data</td><td>Big Data</td></tr>
+        <tr><td>build-management</td><td>Build Management</td></tr>
+        <tr><td>cloud</td><td>Cloud</td></tr>
+        <tr><td>content</td><td>Content</td></tr>
+        <tr><td>database</td><td>Database</td></tr>
+        <tr><td>http</td><td>HTTP protocol</td></tr>
+        <tr><td>httpd-module</td><td>HTTP Server module</td></tr>
+        <tr><td>javaee</td><td>Java EE</td></tr>
+        <tr><td>library</td><td>Code library</td></tr>
+        <tr><td>mail</td><td>Mail</td></tr>
+        <tr><td>mobile</td><td>Mobile</td></tr>
+        <tr><td>network-client</td><td>Network Client</td></tr>
+        <tr><td>network-server</td><td>Network Servers</td></tr>
+        <tr><td>osgi</td><td>OSGi</td></tr>
+        <tr><td>retired</td><td>Retired/Archived</td></tr>
+        <tr><td>testing</td><td>Testing</td></tr>
+        <tr><td>web-framework</td><td>Web Framework</td></tr>
+        <tr><td>xml</td><td>XML</td></tr>
+    </table>
+</div>
+
+<!-- Footer -->
+
+<div id="footer">
+   Managed by the <a href="http://community.apache.org">Apache Community Development Project</a>.<br/>
+   Copyright&copy; 2020, 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&reg; and the Apache feather logo are trademarks of The Apache Software Foundation.
+</div>
+</body>
+</html>

Propchange: comdev/projects.apache.org/trunk/site/categories.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: comdev/projects.apache.org/trunk/site/create.html
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/create.html?rev=1874757&r1=1874756&r2=1874757&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/site/create.html (original)
+++ comdev/projects.apache.org/trunk/site/create.html Tue Mar  3 21:27:41 2020
@@ -130,6 +130,7 @@ Please note: the script to create the pr
 <td>
       <select name="cat">
         
+        <!-- Must agree with the table in categories.html -->
         <option value="big-data">Big Data</option>
         <option value="build-management">Build Management</option>
         <option value="cloud">Cloud</option>
@@ -157,6 +158,7 @@ Please note: the script to create the pr
 <td>
     
       <select name="lang">
+        <!-- Must agree with the table in languages.html -->
         <option value="ActionScript">ActionScript</option>
         <option value="C">C</option>
         <option value="C#">C#</option>
@@ -446,7 +448,7 @@ Please note: the script to create the pr
 
 <div id="footer">
    Managed by the <a href="http://community.apache.org">Apache Community Development Project</a>.<br/>
-   Copyright&copy; 2019, the Apache Software Foundation. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a><br/>
+   Copyright&copy; 2020, 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&reg; and the Apache feather logo are trademarks of The Apache Software Foundation.
 </div>
 </body>

Added: comdev/projects.apache.org/trunk/site/languages.html
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/site/languages.html?rev=1874757&view=auto
==============================================================================
--- comdev/projects.apache.org/trunk/site/languages.html (added)
+++ comdev/projects.apache.org/trunk/site/languages.html Tue Mar  3 21:27:41 2020
@@ -0,0 +1,74 @@
+<!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">
+   <!-- these are needed for the menu bar -->
+   <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>
+   <title>DOAP Creation</title>
+</head>
+<body>
+
+<!-- Page Title -->
+
+<div id="logo"><h1><div style="padding-top: 30px;">DOAP Languages</div></h1></div>
+
+<div id='cssmenu'>
+<ul>
+   <li><a href='.'><span>Home</span></a></li>
+   <li><a href='committees.html'><span>Committees</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>
+
+<!-- CONTENT -->
+
+<h2>List of valid languages</h2>
+<div>
+    <table border="1">
+        <tr><th>language</th><th>Comment</th></tr>
+        <!-- Must agree with the table in create.html -->
+        <tr><td>ActionScript</td><td>ActionScript</td></tr>
+        <tr><td>C</td><td>C</td></tr>
+        <tr><td>C#</td><td>C#</td></tr>
+        <tr><td>C++</td><td>C++</td></tr>
+        <tr><td>Cocoa</td><td>Cocoa</td></tr>
+        <tr><td>D</td><td>D</td></tr>
+        <tr><td>Delphi</td><td>Delphi</td></tr>
+        <tr><td>Erlang</td><td>Erlang</td></tr>
+        <tr><td>Go</td><td>Go</td></tr>
+        <tr><td>Haskell</td><td>Haskell</td></tr>
+        <tr><td>Java</td><td>Java</td></tr>
+        <tr><td>JavaScript</td><td>JavaScript</td></tr>
+        <tr><td>Objective-C</td><td>Objective-C</td></tr>
+        <tr><td>OCaml</td><td>OCaml</td></tr>
+        <tr><td>Perl</td><td>Perl</td></tr>
+        <tr><td>PHP</td><td>PHP</td></tr>
+        <tr><td>Python</td><td>Python</td></tr>
+        <tr><td>Ruby</td><td>Ruby</td></tr>
+        <tr><td>Scala</td><td>Scala</td></tr>
+        <tr><td>Smalltalk</td><td>Smalltalk</td></tr>
+        <tr><td>SVG</td><td>SVG</td></tr>
+        <tr><td>Tcl</td><td>Tcl</td></tr>
+    </table>
+</div>
+
+
+<!-- Footer -->
+
+<div id="footer">
+   Managed by the <a href="http://community.apache.org">Apache Community Development Project</a>.<br/>
+   Copyright&copy; 2020, 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&reg; and the Apache feather logo are trademarks of The Apache Software Foundation.
+</div>
+</body>
+</html>

Propchange: comdev/projects.apache.org/trunk/site/languages.html
------------------------------------------------------------------------------
    svn:eol-style = native