1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
A simple CalDAV (calendar) and CardDAV (contact) server. https://radicale.org/
Find a file
2021-09-26 20:30:02 +00:00
.github/workflows Move documentation-tools/ to documentation-generator/ 2020-02-27 03:42:49 +01:00
assets Optimize CSS 2020-08-20 15:38:18 +02:00
documentation-generator Convert without temporary file 2021-03-23 00:12:42 +01:00
.gitignore Unified gitignore 2020-03-02 02:45:33 +01:00
1.1.html Generate documentation 2021-09-26 20:30:02 +00:00
2.1.html Generate documentation 2021-09-26 20:30:02 +00:00
3.0.html Generate documentation 2021-09-26 20:30:02 +00:00
CNAME Update CNAME 2019-11-30 19:50:50 +01:00
index.html Generate documentation 2020-05-19 02:21:52 +00:00
master.html Generate documentation 2021-09-26 20:30:02 +00:00
README.md Add README 2021-03-23 00:12:43 +01:00

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.