mirror of
https://github.com/YunoHost-Apps/agendav_ynh.git
synced 2024-09-03 20:36:12 +02:00
36 lines
1.2 KiB
Markdown
36 lines
1.2 KiB
Markdown
AgenDAV - CalDAV web client
|
|
===========================
|
|
|
|
AgenDAV is a CalDAV web client which features an AJAX interface to allow
|
|
users to manage their own calendars and shared ones. It's released under
|
|
the GPLv3 license.
|
|
|
|
Requisites
|
|
----------
|
|
|
|
* A CalDAV server (developed mainly with [DAViCal](http://www.davical.org/))
|
|
* A web server
|
|
* PHP >= 5.3.0
|
|
* PHP mbstring extension
|
|
* PHP cURL extension
|
|
* MySQL > 5.1 or PostgreSQL >= 8.1
|
|
|
|
Thanks
|
|
------
|
|
|
|
AgenDAV is possible thanks to the following projects:
|
|
|
|
* [CodeIgniter](http://codeigniter.com)
|
|
* [DAViCal](http://www.davical.org/)
|
|
* [AWL, Andrew's Web Libraries](http://andrew.mcmillan.net.nz/projects/awl)
|
|
* [iCalCreator](http://www.kigkonsult.se/iCalcreator/)
|
|
* [FullCalendar](http://arshaw.com/fullcalendar/)
|
|
* [jQuery](http://jquery.com)
|
|
* [jQuery UI](http://jqueryui.com)
|
|
* [Freeow!](http://pjdietz.com/jquery-plugins/freeow/)
|
|
* [Really Simple Color Picker](http://laktek.com/2008/10/27/really-simple-color-picker-in-jquery/)
|
|
* [qTip2](http://craigsworks.com/projects/qtip2/)
|
|
* [timePicker](https://github.com/perifer/timePicker)
|
|
* [LoadMask](http://code.google.com/p/jquery-loadmask/)
|
|
* [FatCow.com free icons](http://www.fatcow.com/free-icons)
|
|
* And other projects I may forget (please, ask for credit!)
|