Skip to content
Web Annotation Working Group repository, see README for links to specs
HTML Other
Find file
Latest commit a48be7b Apr 11, 2016 @iherman iherman Merge pull request #202 from w3c/media-selectors
Media selectors
Failed to load latest commit information.
api/rangefinder improved definition of unicode folding Feb 27, 2015
htmlSerialization Create BlogEntryAnnotatedRDFa.html Apr 7, 2016
jsonld Update anno.jsonld Mar 10, 2016
model Revised version before PR... Apr 3, 2016
protocol/wd Wrong flag (text instead of boolean) was used in the protocol for the… Mar 29, 2016
selector-note [selector note] Minor problem with the CSS URI in the converter tool Apr 1, 2016
testing initial pass on testing cases Jul 21, 2015
vocab/wd Minor editorial comments Mar 28, 2016
vocabulary Should Herbert still be mentioned? Aug 20, 2015
CONTRIBUTING.md Adding baseline CONTRIBUTING.md Dec 17, 2015
LICENSE.md
README.md Update README with refs to published files Mar 28, 2016
contributing.md
index.html Updated the index files Mar 31, 2016
license.md
w3c.json Added a w3c.json file for further utilities at W3C Aug 21, 2015

README.md

Web-Annotation

Documents produced by the Web Annotation Working Group of the W3C.

Current in-progress drafts:

See also a paged view of the documents served in HTML.

If you are member of the interest group, and you wish to contribute to the content of this repo, please contact Ivan Herman ([email protected]) or Doug Schepers ([email protected]), giving them your github login.

Editing and Building the Documents

Model

Only edit the most recent working draft, currently /model/wd2. Only edit index-nametemplate.html and then follow these steps to build the final HTML document:

  • Run python ./rename_names.py -- this adds the names to the use cases
  • Run python ./extract_egs.py -- this checks and extracts the examples
  • Load index-respec.html in a browser and use respec to save as HTML5
  • Move the resulting index.html into the directory
  • In the directory, git add -A *

The final files for publication are:

  • index.html
  • examples/
  • images/

Vocab

Only edit the most recent working draft, currently /vocab/wd. Only edit index-linktemplate.html and then follow these steps to build the final HTML document:

  • Run python ./make_links.py -- this makes all of the vocab terms into links
  • Run python ./extract_egs.py -- this checks and extracts the examples
  • Load index-respec.html in a browser and use respec to save as HTML5
  • Move the resulting index.html into the directory
  • In the directory, git add -A *

The final files for publication are:

  • index.html
  • examples/
  • images/

Protocol

Only edit the most recent working draft, currently /protocol/wd. Only edit index-respec.html and then follow these steps to build the final HTML document:

  • Load index-respec.html in a browser and use respec to save as HTML5
  • Move the resulting index.html into the directory
  • In the directory, git add -A *

The final files for publication are:

  • index.html

(There are no scripts associated with the protocol document)

Selector note

Only edit the most recent working draft, currently /selector-note. Only edit index-respec.html and then follow these steps to build the final HTML document:

  • Load index-respec.html in a browser and use respec to save as HTML5
  • Move the resulting index.html into the directory
  • In the directory, git add -A *

(There are no scripts associated with the Selector note)

Something went wrong with that request. Please try again.