Skip to content

Instantly share code, notes, and snippets.

@BigBlueHat
Created November 29, 2016 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BigBlueHat/df4048ad8f289d1df54e5e96e640be21 to your computer and use it in GitHub Desktop.
Save BigBlueHat/df4048ad8f289d1df54e5e96e640be21 to your computer and use it in GitHub Desktop.
Apache Annotator (incubating) home page
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<title>Apache Annotator (incubating)</title>
<link rel="stylesheet" href="http://semantic-ui.com/dist/semantic.min.css" />
</head>
<body>
<div class="ui very padded raised container segment" style="margin-top:3em">
<h1 id="apache-annotator-incubating" class="ui header">
Apache Annotator (incubating)
</h1>
<blockquote class="ui icon message">
<i class="quote left icon"></i>
<div class="content">
<p>Apache Annotator provides annotation enabling code for browsers,
servers, and humans.</p>
</div>
</blockquote>
<p>We are currently seeking developers and community members interested in participating in the future of annotation.</p>
<p>Our intended focus areas are:</p>
<ul>
<li>a collaborative community for creating annotation related code</li>
<li>a future for Annotator.js-based projects and plugins</li>
<li>enabling Web Annotation in Web browsers, Web Publication readers, and the servers that serve them</li>
</ul>
<h2 id="join-us">Join us!</h2>
<p>The <a href="mailto:dev@annotator.incubator.apache.org">dev@annotator.incubator.apache.org</a> mailing list is where most of our conversations currently happen. Simply send an email to <a href="mailto:dev-subscribe@annotator.incubator.apache.org?subject=subscribe&body=just click send. srsly. it is that easy. ^_^\n\nLove,\nApache Annotator (incubating)">dev-subscribe@annotator.incubator.apache.org</a> and be sure to say “hi” once you’re in!</p>
<p>Contributing</p>
<p>We’re still getting things organized and we’d love your help!</p>
<p>Web site code uses Apache Subversion and checkout the site’s contents locally:</p>
<pre class="ui basic secondary segment"><code>$ svn checkout https://svn.apache.org/repos/asf/incubator/annotator/</code></pre>
<p>We are still getting our code repository, Jira issue tracker, and Confluence wiki setup. We’ll update this page once it’s all good and ready.</p>
<p>Thanks!<br>
Apache Annotator (incubating)</p>
<h5 id="disclaimer">Disclaimer</h5>
<p><em>Apache Annotator is an effort undergoing incubation at The Apache Software Foundation (ASF) sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</em></p>
</div>
<footer class="ui very padded container basic segment">
<a href="http://apache.org/" target="_blank">
<img class="ui centered medium image" src="http://www.apache.org/img/asf_logo.png" />
</a>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment