Store and publish annotations on the web, as described in the Web Annotation Discovery proposal.

web-annotation-discovery-se.../views/ index.hbs
19 lines
653 B

  1. <h1>Annotation server</h1>
  2. <p>
  3. This website hosts <a href="https://www.w3.org/annotation/">web annotations</a>. The users listed below host their public annotations here. You can subscribe to their collections of annotations to see them on the pages they target.
  4. </p>
  5. <p>
  6. To view annotations on web pages, you need a web browser (extension) that supports web annotations.
  7. </p>
  8. <p class="annotationBody">
  9. Note this software is experimental. Do not rely on it for serious business.
  10. </p>
  11. <h2>Users</h2>
  12. <p>This annotation server is home to the following users:</p>
  13. {{#each users}}
  14. <p class='large'><a href='{{this}}/'>{{this}}</a></p>
  15. {{/each}}