diff options
author | nrew225 <nrew225@gmail.com> | 2016-08-04 02:42:05 +0000 |
---|---|---|
committer | nrew225 <nrew225@gmail.com> | 2016-08-04 02:42:05 +0000 |
commit | f03d9e5cb9c86982ac9a44846355b8b946ce850f (patch) | |
tree | 59f787dc27f0a0850d70d6b4a97336f23795c677 | |
parent | Merge branch 'directory-lister' (diff) | |
download | awesome-selfhosted-f03d9e5cb9c86982ac9a44846355b8b946ce850f.tar.gz awesome-selfhosted-f03d9e5cb9c86982ac9a44846355b8b946ce850f.zip |
Agendav Fix
Added missing parenthesis around Source Code for Agendav
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ See also [Static Site Generators](#static-site-generators), [Content Management Some [Groupware](#groupware) solutions also feature calendar/address book editing and synchronization. - * [AgenDAV](http://agendav.org/) - Multilanguage CalDAV web client with a rich AJAX interface and shared calendars support. [Source Code](https://github.com/adobo/agendav) `GPLv3` `PHP` + * [AgenDAV](http://agendav.org/) - Multilanguage CalDAV web client with a rich AJAX interface and shared calendars support. ([Source Code](https://github.com/adobo/agendav)) `GPLv3` `PHP` * [Baïkal](http://baikal-server.com/) - Lightweight CalDAV+CardDAV server. ([Source Code](https://github.com/fruux/Baikal)) `GPLv3` `PHP` * [CalendarServer](http://trac.calendarserver.org/) - A standards-compliant server implementing the CalDAV and CardDAV protocols. `Apache` `Python` * [calypso](http://keithp.com/calypso/) - A python-based CalDAV/CardDAV server. ([Source Code](http://keithp.com/cgi-bin/gitweb.cgi?p=calypso.git;a=tree)) `GPLv3` `Python` |