updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / carddavmate / README.archlinux
blob2bd0ed4d37da32461ec888df1f37ea7ddc8060a8
2 Make sure you include /etc/httpd/conf/extra/httpd-carddavmate.conf to your /etc/httpd/conf/httpd.conf by appending the line to httpd.conf at the the end of the file as follows:
4 Include conf/extra/httpd-carddavmate.conf
6 Also, edit the httpd-carddavmate.conf file before activating it, see file contents for explanation.
8 Finally, edit config.js to adapt to your carddav server.
10 Then, restart apache:
12 sudo rc.d restart httpd
14 Then, login by going to: http://127.0.0.1/carddavmate
16 the login/password is test/test, to change this, edit the /srv/httpd/carddavmate/htpasswd file (see man htpasswd).
18 Comments, suggestions, help requests are welcome at aur-carddavmate@awayand.sleepmail.com. Enjoy!
20 PS: you can troubleshoot using the javascript console in chrome.
22 PPS: This was taken from www.inf-it.com at time of this release:
23 ==================
24 ardDavMATE is an open source web CardDav client implementation released under GNU Affero General Public License (version 3.0).
26 Latest release: version 0.5.1 [2011-10-03] - minor bugfixes (full changelog: changelog.txt)
28 The source code can be downloaded here: CardDavMATE_0.5.1.zip.
30 Supported HTML5 browsers: Safari, Webkit, Chrome and Firefox (Opera and IE are not supported)
32 Tested with the following CardDav server: DAViCal (should work with other servers)
34 For cross domain queries append the following lines to your apache configuration: config.txt
36 Screenshots: standard view, editor view
38 For CardDavMATE configuration see: config.js
40 Simple setup:
42 download the source code and extract the archive on your local computer
43 set the configuration parameters in config.js
44 open the index.html using Safari, Webkit or Chrome (only these browsers allow cross domain queries from local source)
45 if everythink works upload the CardDavMATE to your server
46 if the CardDavMATE is installed on the same domain as your CardDav software, the setup is complete
47 if the CardDavMATE is NOT installed on the same domain as your CardDav software, you need to update your web server configuration (on the domain where your CardDav software is installed) according to config.txt and set proper value for the Access-Control-Allow-Origin (the origin of the domain where the CardDavMATE is installed).
48 do not forget to set up password(s) using .htaccess to disallow public access to your installation
49 done ;)
51 Support, documentation and more coming soon ...
53 Ján Máté <jan.mate at inf-it dot com>
54 ==================