You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/scripts/continuserv
Richard van der Hoff 01f8173c84 Put each bit of spec in its own directory
I want to change the URLs for the spec sections on the website from
<version>/<section>.html to <section>/<version>.html, to better reflect how we
do the versioning.

This puts each bit of spec in its own directory, updates the index to point to
the right place, and fixes continuserv to deal with directories as well as
files.

This will probably require fixes to the speculator too, but I'll have to come
back to that.
8 years ago
..
README continuserv: Adding README 9 years ago
main.go Put each bit of spec in its own directory 8 years ago

README

continuserv proactively re-generates the spec on filesystem changes, and serves it over HTTP.

To run it, you must install the `go` tool. You will also need to install fsnotify by running:
 `go get gopkg.in/fsnotify.v1`
You can then run continuserv by running:
 `go run main.go`