|
1 |
| -Web-Annotation |
2 |
| -========== |
| 1 | +Web Annotation Repository |
| 2 | +========================= |
3 | 3 |
|
4 |
| -Documents produced by the [Web Annotation Working Group](http://www.w3.org/annotation/) of the W3C. |
| 4 | +Documents produced by the [Web Annotation Working Group](http://www.w3.org/annotation/) of the W3C. The Working Group has published its recommendations, and is now closed; see the separate list of the [published documents](http://w3c.github.io/web-annotation/). |
5 | 5 |
|
6 |
| -Current in-progress drafts: |
7 |
| - * Model: http://w3c.github.io/web-annotation/model/wd2/ |
8 |
| - * [Test Results](https://github.com/w3c/test-results/tree/gh-pages/annotation-model#annotation-model-test-results) & [Process](https://github.com/w3c/test-results/tree/gh-pages/annotation-model#adding-new-results) |
9 |
| - * Vocab: http://w3c.github.io/web-annotation/vocab/wd/ |
10 |
| - * [Test Results](https://github.com/w3c/test-results/tree/gh-pages/annotation-vocab#annotation-vocabulary-test-results) |
11 |
| - * Protocol: http://w3c.github.io/web-annotation/protocol/wd/ |
12 |
| - * [Test Results](https://github.com/w3c/test-results/tree/gh-pages/annotation-protocol#annotation-protocol-test-results) & [Process](https://github.com/w3c/test-results/tree/gh-pages/annotation-protocol#adding-new-results) |
13 |
| - * Selector note: http://w3c.github.io/web-annotation/selector-note/ |
14 |
| - |
15 |
| -See also a [paged view](http://w3c.github.io/web-annotation/) of the documents served in HTML. |
16 |
| - |
17 |
| -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]>), giving him your github login. |
18 |
| - |
19 |
| - |
20 |
| -## Editing and Building the Documents |
21 |
| - |
22 |
| -### Model |
23 |
| - |
24 |
| -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: |
25 |
| - |
26 |
| -* Run `python ./rename_names.py` -- this adds the names to the use cases |
27 |
| -* Run `python ./extract_egs.py` -- this checks and extracts the examples |
28 |
| -* Load `index-respec.html` in a browser and use respec to save as HTML5 |
29 |
| -* Move the resulting `index.html` into the directory |
30 |
| -* In the directory, git add -A * |
31 |
| - |
32 |
| -The final files for publication are: |
33 |
| - |
34 |
| -* index.html |
35 |
| -* examples/ |
36 |
| -* images/ |
37 |
| - |
38 |
| -### Vocab |
39 |
| - |
40 |
| -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: |
41 |
| - |
42 |
| -* Run `python ./make_links.py` -- this makes all of the vocab terms into links |
43 |
| -* Run `python ./extract_egs.py` -- this checks and extracts the examples |
44 |
| -* Load `index-respec.html` in a browser and use respec to save as HTML5 |
45 |
| -* Move the resulting `index.html` into the directory |
46 |
| -* In the directory, git add -A * |
47 |
| - |
48 |
| -The final files for publication are: |
49 |
| - |
50 |
| -* index.html |
51 |
| -* examples/ |
52 |
| -* images/ |
53 |
| - |
54 |
| -### Protocol |
55 |
| - |
56 |
| -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: |
57 |
| - |
58 |
| -* Load `index-respec.html` in a browser and use respec to save as HTML5 |
59 |
| -* Move the resulting `index.html` into the directory |
60 |
| -* In the directory, git add -A * |
61 |
| - |
62 |
| -The final files for publication are: |
63 |
| - |
64 |
| -* index.html |
65 |
| - |
66 |
| -(There are no scripts associated with the protocol document) |
67 |
| - |
68 |
| -### Selector note |
69 |
| - |
70 |
| -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: |
71 |
| - |
72 |
| -* Load `index-respec.html` in a browser and use respec to save as HTML5 |
73 |
| -* Move the resulting `index.html` into the directory |
74 |
| -* In the directory, git add -A * |
75 |
| - |
76 |
| -(There are no scripts associated with the Selector note) |
| 6 | +This repository is now under the control of the [W3C Open Annotation Community Group](https://www.w3.org/community/openannotation/). Everyone is welcome adding issues to the repository, clearly marked as errata or proposals for future work. The Community group's [mailing list](https://lists.w3.org/Archives/Public/public-openannotation/) is another avenue for further discussion; please, join the Community Group if you are interested in the topic. |
0 commit comments