Doc: reformat urls in FAQ

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1840 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2011-10-30 11:30:32 +00:00
parent 5e1ac4ef1e
commit ca0f620132
1 changed files with 4 additions and 12 deletions

View File

@ -219,14 +219,10 @@ calendar.debug.log.verbose=true]]></source>
</p>
<p>To access public folders in Lightning, the URL scheme is:
</p>
<source>http://localhost:<i>1080</i>/public/
<i>path/to/calendar</i>
</source>
<source>http://localhost:<i>1080</i>/public/<i>path/to/calendar</i></source>
<p>To access public folders in iCal, the URL scheme is:
</p>
<source>http://localhost:<i>1080</i>/principals/public/
<i>path/to/calendar</i>
</source>
<source>http://localhost:<i>1080</i>/principals/public/<i>path/to/calendar</i></source>
<p>Note: iCal does not support folder names with spaces or special characters</p>
<p>
@ -234,14 +230,10 @@ calendar.debug.log.verbose=true]]></source>
</p>
<p>To access a shared calendar in Lightning, the URL scheme is:
</p>
<source>http://localhost:<i>1080</i>/users/
<i>user@company.com</i>
</source>
<source>http://localhost:<i>1080</i>/users/<i>user@company.com</i></source>
<p>To access a shared calendar in iCal, the URL scheme is:
</p>
<source>http://localhost:<i>1080</i>/principals/users/
<i>user@company.com</i>
</source>
<source>http://localhost:<i>1080</i>/principals/users/<i>user@company.com</i></source>
</subsection>