CINXE.COM

DOAP project files

<!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 src="js/script.js" type="text/javascript"></script> <title>DOAP project files</title> </head> <body> <!-- Page Title --> <div id="logo"><h1><div style="padding-top: 30px;">DOAP project files</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>DOAP Files</h2> <div> <p>DOAP (Description Of A Project) is a RDF (XML) based format which describes important aspects of a project. By creating a DOAP file for your project, you can provide essential details about your project which can then be presented to various audiences in various formats, along with information about other ASF projects.</p> <p>The result of the discussion was a consensus to use - "Description Of A Project" which is an RDF based format. The decision was taken for the following reasons:</p> <p>This site (<a href="https://projects.apache.org/">projects.apache.org</a>) is generated from DOAP files that each project maintains individually. If a project hasn't provided a link to their DOAP file, it won't appear on this site. If the project you're interested in isn't here, send them a link to this page, and tell them to create a DOAP file to get themselves listed!</p> <h4>More info</h4> <ul> <li><a href="guidelines.html">Guidelines for creating an ASF DOAP file</a></li> <li><a href="create.html">Create an ASF DOAP</a> (Form-based wizard)</li> <li><a href="doapfaq.html">DOAP FAQ</a></li> <li><a href="https://github.com/edumbill/doap/wiki">Read more about the DOAP format</a></li> </ul> </div> <!-- Footer --> <div id="footer"> Managed by the <a href="https://community.apache.org">Apache Community Development Project</a>.<br/> Copyright&copy; 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&reg; and the Apache feather logo are trademarks of The Apache Software Foundation. </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10