aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2011-12-11 21:17:10 +0100
committerThomas Tanghus <thomas@tanghus.net>2011-12-11 21:17:10 +0100
commitd55e689261314b3eae88f1477a3887adec361df1 (patch)
treec82ad43556098ef4eaf8ddc5c3ac424ad20e67c4
parent39430c837fbb7f2626a557a90c445d030befae9b (diff)
downloadnextcloud-server-d55e689261314b3eae88f1477a3887adec361df1.tar.gz
nextcloud-server-d55e689261314b3eae88f1477a3887adec361df1.zip
Added readme.tanghus
-rw-r--r--apps/contacts/README.tanghus19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/contacts/README.tanghus b/apps/contacts/README.tanghus
new file mode 100644
index 00000000000..d5b3fa23e11
--- /dev/null
+++ b/apps/contacts/README.tanghus
@@ -0,0 +1,19 @@
+As I like to run regular, automated backups of my PIM data I looked into an
+easy way of getting the direct link to an address book, and noticed the
+elegant way it was possible in the calendar, where you can click on the
+'Calendars' button and download it directly.
+I modified the export.php script for the contacts app and can now run backups
+with wget and http authentication. Hence the name 'tanghus_remote_backup' for
+this branch.
+Then I implemented the nice popup window function to get an UI for it and one
+thing lead to another:
+
+As for the Calendar app there's a js popup for address book activation, CardDAV link, export,
+edit, delete and add address books.
+
+When making changes to the address books the contact list is updated to show the
+contacts in the active address book(s).
+
+When an address book is activated the setting is saved using OC_Preferences::setValue().
+
+Most of the code is copy/paste from the Calendar and Contacts apps ;-) \ No newline at end of file