mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
A simple CalDAV (calendar) and CardDAV (contact) server.
https://radicale.org/
The front page of `radicale.org` redirects to `v3.html`. The What’s New link in `v3.html` points at `CHANGELOG.md` in the `v3` branch, which only has information up to 3.1.8. Point it instead at `CHANGELOG.md` in the `master` branch, which has information up to 3.2.3. |
||
---|---|---|
.github/workflows | ||
assets | ||
documentation-generator | ||
.gitignore | ||
.mdl.style | ||
.mdlrc | ||
1.1.html | ||
2.1.html | ||
3.0.html | ||
CNAME | ||
index.html | ||
master.html | ||
README.md | ||
redirect.json | ||
v1.html | ||
v2.html | ||
v3.1-maintain.html | ||
v3.2-devel.html | ||
v3.html |
Documentation
For the complete documentation, please visit Radicale Documentation.
Generator
The HTML documentation is automatically generated from the markdown file
DOCUMENTATION.md
in every git branch.
The documentation generator script is located in the documentation-generator
directory.
It is executed by the GitHub Actions workflow
.github/workflows/generate-documentation.yml
.
Generated HTML files and index.html
that redirects to the latest version are
committed to this branch.