A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
Anolis: Difference between revisions
Jump to navigation
Jump to search
(add instructions for Anolis xpsec xref) |
|||
Line 7: | Line 7: | ||
== Setting up Anolis with cross-specification cross-references == | == Setting up Anolis with cross-specification cross-references == | ||
* Install http://bitbucket.org/ms2ger/anolis | * Install http://bitbucket.org/ms2ger/anolis: | ||
hg clone http://bitbucket.org/ms2ger/anolis | |||
sudo python setup.py install | |||
* In the directory where you have your specification clone https://bitbucket.org/ms2ger/specification-data as "data" | * In the directory where you have your specification clone https://bitbucket.org/ms2ger/specification-data as "data" | ||
cd /mirror/hg/dvcs.w3.org/fullscreen/ # or wherever your spec is locally | |||
hg clone https://bitbucket.org/ms2ger/specification-data data | |||
* In the same directory create a Makefile equivalent to http://dev.w3.org/2006/webapi/progress/Makefile | * In the same directory create a Makefile equivalent to http://dev.w3.org/2006/webapi/progress/Makefile | ||
[[Category:Spec coordination]] | [[Category:Spec coordination]] |
Revision as of 20:11, 30 May 2012
Anolis is a tool to generate specification-like documents out of simple HTML.
- http://pimpmyspec.net/
- http://hg.hoppipolla.co.uk/ -- jgraham's work
- http://bitbucket.org/ms2ger/anolis -- will hopefully be merged into jgraham's work
Setting up Anolis with cross-specification cross-references
- Install http://bitbucket.org/ms2ger/anolis:
hg clone http://bitbucket.org/ms2ger/anolis sudo python setup.py install
- In the directory where you have your specification clone https://bitbucket.org/ms2ger/specification-data as "data"
cd /mirror/hg/dvcs.w3.org/fullscreen/ # or wherever your spec is locally hg clone https://bitbucket.org/ms2ger/specification-data data
- In the same directory create a Makefile equivalent to http://dev.w3.org/2006/webapi/progress/Makefile