This is the source code of The Open Kullo Protocol.
The current version of the protocol is available via the following URL:
https://www.kullo.net/protocol/
These docs are based on the Hyde static website generator.
- Ubuntu:
sudo apt-get install hyde
- pip:
pip install hyde
The following puts HTML files and the necessary media (CSS, Images, ...) into the deploy
subdir:
rm -r deploy/* && hyde gen
...or simply run
make
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.
The Open Kullo Protocol by Kullo GmbH i.L. is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License.