mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Add the first pages
This commit is contained in:
parent
1abc3333e5
commit
8c6144b636
21 changed files with 250 additions and 24 deletions
|
@ -5,36 +5,39 @@ permalink: /documentation/
|
|||
---
|
||||
|
||||
This documentation page is written for version 2.0.x. If you want to update
|
||||
Radicale from 1.x.x to 2.0.x, please follow our migration guide.
|
||||
Radicale from 1.x.x to 2.0.x, please follow our [migration guide]({{ site.baseurl }}/1to2/).
|
||||
|
||||
## Install
|
||||
|
||||
You're new to Radicale and you want to know how to use it? Welcome aboard!
|
||||
|
||||
- [What is Radicale?]()
|
||||
- [A really simple 5-minute tutorial.]()
|
||||
- [A simple but solid installation for a personal use.]()
|
||||
- [A production-ready installation.]()
|
||||
- [What is Radicale?]({{ site.baseurl }}/about/)
|
||||
- [A really simple 5-minute tutorial.]({{ site.baseurl }}/tutorial/)
|
||||
- [A simple but solid installation for a personal use.]({{ site.baseurl }}/installation/)
|
||||
- [A production-ready installation.]({{ site.baseurl }}/production/)
|
||||
|
||||
## Use
|
||||
|
||||
- [Which clients are supported?]({{ site.baseurl }}/clients/)
|
||||
|
||||
## Configure
|
||||
|
||||
Now that you have Radicale running, let's see what we can configure to make it
|
||||
fit our needs.
|
||||
|
||||
- [What can I configure?]()
|
||||
- [Where are stored my configuration, my calendars and my address books?]()
|
||||
- [Authentication & Rights.]()
|
||||
- [Storage.]()
|
||||
- [Logging.]()
|
||||
- [What can I configure?]({{ site.baseurl }}/configuration/)
|
||||
- [Where is stored all this stuff?]({{ site.baseurl }}/files/)
|
||||
- [Authentication & Rights.]({{ site.baseurl }}/rights/)
|
||||
- [Storage.]({{ site.baseurl }}/storage/)
|
||||
- [Logging.]({{ site.baseurl }}/logging/)
|
||||
|
||||
## Hack
|
||||
|
||||
Using is fun, but hacking is soooooooo coooooool. Radicale is a really small
|
||||
and simple piece of code, it may be the perfect project to start hacking!
|
||||
|
||||
- [How does Radicale work?]()
|
||||
- [What do plugins do?]()
|
||||
- [How do I write my own plugin?]()
|
||||
- [Radicale debugging.]()
|
||||
- [Collection versioning.]()
|
||||
- [Adding or fixing documentation.]()
|
||||
- [How does Radicale work?]({{ site.baseurl }}/architecture/)
|
||||
- [Plugins.]({{ site.baseurl }}/plugins/)
|
||||
- [Debugging.]({{ site.baseurl }}/debugging/)
|
||||
- [Collection versioning.]({{ site.baseurl }}/versioning/)
|
||||
- [Adding or fixing documentation.]({{ site.baseurl }}/edit/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue