mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
Use the YAML configuration file
This commit is contained in:
parent
a101e8e47a
commit
cfb88170ff
2 changed files with 46 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"name": "Radicale",
|
||||
"description": "CalDAV Server",
|
||||
"menu": [
|
||||
{"name": "News", "link": "/news/"},
|
||||
{"name": "Documentation", "link": "/documentation/"},
|
||||
{"name": "Contribute", "link": "/contribute/"},
|
||||
{"name": "Download", "link": "/download/"}
|
||||
]
|
||||
}
|
46
configuration.yaml
Normal file
46
configuration.yaml
Normal file
|
@ -0,0 +1,46 @@
|
|||
name: Radicale
|
||||
description: CalDAV Server
|
||||
license: GPLv3
|
||||
public: true
|
||||
url: http://www.radicale.org/
|
||||
|
||||
menu:
|
||||
- News:
|
||||
link: /news/
|
||||
- Documentation:
|
||||
link: /documentation/
|
||||
- Contribute:
|
||||
link: /contribute/
|
||||
- Download:
|
||||
link: /download/
|
||||
|
||||
vcs:
|
||||
git:
|
||||
url: git://gitorious.org/radicale/radicale.git
|
||||
path: /home/lize/Informatique/radicale
|
||||
|
||||
code browser:
|
||||
gitorious:
|
||||
project name: radicale
|
||||
repository name: radicale
|
||||
redmine:
|
||||
base url: http://redmine.kozea.fr/
|
||||
project name: radicale
|
||||
|
||||
bug tracker:
|
||||
redmine:
|
||||
base url: http://redmine.kozea.fr/
|
||||
project name: radicale
|
||||
database: /var/
|
||||
|
||||
mailing list:
|
||||
mbox:
|
||||
folder: /var/local/
|
||||
|
||||
room:
|
||||
jabber:
|
||||
address: radicale@room.jabber.kozea.fr
|
||||
|
||||
package repository:
|
||||
pypi:
|
||||
project name: radicale
|
Loading…
Add table
Add a link
Reference in a new issue