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
2024-03-14 21:02:12 +00:00
.github/workflows Add configuration for redirects 2021-12-01 22:48:51 +01:00
assets Rename default.css to all.css 2022-09-15 01:15:49 +02:00
documentation-generator Rename default.css to all.css 2022-09-15 01:15:49 +02:00
.gitignore Update .gitignore 2021-11-14 23:43:27 +01:00
.mdl.style Lint markdown 2021-12-14 22:27:41 +01:00
.mdlrc Lint markdown 2021-12-14 22:27:41 +01:00
1.1.html Generate documentation 2022-04-24 17:16:18 +00:00
2.1.html Generate documentation 2022-04-24 17:16:18 +00:00
3.0.html Generate documentation 2022-04-24 17:16:18 +00:00
CNAME Update CNAME 2019-11-30 19:50:50 +01:00
index.html Generate documentation 2022-04-24 17:16:18 +00:00
master.html Generate documentation 2024-03-14 21:02:12 +00:00
README.md Add README 2021-03-23 00:12:43 +01:00
redirect.json Add redirects for old branch names 2021-12-02 00:40:59 +01:00
v1.html Generate documentation 2024-03-02 19:05:25 +00:00
v2.html Generate documentation 2024-03-02 19:05:25 +00:00
v3.2-devel.html Generate documentation 2024-03-12 05:25:48 +00:00
v3.html Generate documentation 2024-03-02 19:05:25 +00: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.