site/categories.html (56 lines of code) (raw):
<!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="https://community.apache.org">Apache Community Development Project</a>.<br/>
Copyright© 2020, the Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a><br/>
Apache® and the Apache feather logo are trademarks of The Apache Software Foundation.
</div>
</body>
</html>