From ca0f6201321f55681d6429c0ae65130aca8abedf Mon Sep 17 00:00:00 2001 From: mguessan Date: Sun, 30 Oct 2011 11:30:32 +0000 Subject: [PATCH] Doc: reformat urls in FAQ git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1840 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- src/site/xdoc/faq.xml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index da3b5494..2304c120 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -219,14 +219,10 @@ calendar.debug.log.verbose=true]]>

To access public folders in Lightning, the URL scheme is:

- http://localhost:1080/public/ - path/to/calendar - + http://localhost:1080/public/path/to/calendar

To access public folders in iCal, the URL scheme is:

- http://localhost:1080/principals/public/ - path/to/calendar - + http://localhost:1080/principals/public/path/to/calendar

Note: iCal does not support folder names with spaces or special characters

@@ -234,14 +230,10 @@ calendar.debug.log.verbose=true]]>

To access a shared calendar in Lightning, the URL scheme is:

- http://localhost:1080/users/ - user@company.com - + http://localhost:1080/users/user@company.com

To access a shared calendar in iCal, the URL scheme is:

- http://localhost:1080/principals/users/ - user@company.com - + http://localhost:1080/principals/users/user@company.com