Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

45 lines (24 loc) · 1.19 KB

The Open Kullo Protocol

This is the source code of The Open Kullo Protocol.

Read the docs online

The current version of the protocol is available via the following URL:

https://www.kullo.net/protocol/

Rebuild the docs from source

These docs are based on the Hyde static website generator.

Install Hyde

  • Ubuntu: sudo apt-get install hyde
  • pip: pip install hyde

Generate static website

The following puts HTML files and the necessary media (CSS, Images, ...) into the deploy subdir:

rm -r deploy/* && hyde gen

...or simply run

make

Run local server

Launches a local server that will update the generated HTML on each change automatically:

hyde serve -p 8082

Now, access docs via webbrowser: http://localhost:8082/index.html

If you change a file, just reload the page in the browser to see the changes.

License

Creative Commons License

The Open Kullo Protocol by Kullo GmbH i.L. is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License.