aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornrew225 <nrew225@gmail.com>2016-08-04 02:42:05 +0000
committernrew225 <nrew225@gmail.com>2016-08-04 02:42:05 +0000
commitf03d9e5cb9c86982ac9a44846355b8b946ce850f (patch)
tree59f787dc27f0a0850d70d6b4a97336f23795c677
parentMerge branch 'directory-lister' (diff)
downloadawesome-selfhosted-f03d9e5cb9c86982ac9a44846355b8b946ce850f.tar.gz
awesome-selfhosted-f03d9e5cb9c86982ac9a44846355b8b946ce850f.zip
Agendav Fix
Added missing parenthesis around Source Code for Agendav
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aa202e51..c6e71217 100644
--- a/README.md
+++ b/README.md
@@ -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`