Project

General

Profile

Feature #55

Updated by koszko over 1 year ago

We need to document current workings, as well as planned future mechanisms amchanisms of Hydrilla. The best place for this is going to be the Wiki here.

Things that need documenting and come to my mind:
- ~~codebase codebase description, what does what and how do things interact~~ - docstrings currently present in the new Hydrilla sources should suffice interact
- ~~data data format description - how site resources are stored in the filesystem (the other side - data format for network communication - is already being worked on[^1])~~ both are being finished right now on[1])
- how to run Hydrilla (also, we need to add an example Apache (later also Nginx) config as Hydrilla is meant to sit behind a reverse proxy

This will be needed for Hydrilla 1.0. The 1.0-beta1 pre-release can be made without such thorough documentation

[^1]:
[1] https://hachettebugs.koszko.org/issues/50#change-104

Back