diff options
author | yvesf <yvesf-git@xapek.org> | 2011-04-12 14:04:56 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-04-12 14:04:56 +0200 |
commit | 7ae48b2b9d749520ee28b7370f9c7c46a337529b (patch) | |
tree | b5ad1db9daedb7b1b901df51c31f0e7dd9eb6f34 /src/site/xdoc/user-outlook.xml | |
parent | 9d295af293fb75d28989719b0f7d97b8acf39ce8 (diff) | |
download | dhbw-calendar-7ae48b2b9d749520ee28b7370f9c7c46a337529b.tar.gz dhbw-calendar-7ae48b2b9d749520ee28b7370f9c7c46a337529b.zip |
Windows-Screenshots; Neue maven reports
Diffstat (limited to 'src/site/xdoc/user-outlook.xml')
-rw-r--r-- | src/site/xdoc/user-outlook.xml | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/src/site/xdoc/user-outlook.xml b/src/site/xdoc/user-outlook.xml deleted file mode 100644 index 8884049..0000000 --- a/src/site/xdoc/user-outlook.xml +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> - <properties> - <title>Anbindung Microsoft Outlook</title> - <author>Yves Fischer</author> - <date>27.02.2011</date> - </properties> - - <body> - <section name="Anbindung Microsoft Windows Live/Hotmail"> - <p>Melden Sie sich bei Windows Live an. Rufen Sie die - Kalendarfunktion auf.</p> - <p>Klicken sie in der Toolbar auf Subscribe/Abonnieren. Geben Sie als - Kalendar URL die URL ihrer DHBW Calendar Installation an. Der Server - muss für Microsoft erreichbar sein.</p> - <p>Achtung, dieses Vorgehen ist nur - theoretisch möglich, praktisch - unterstützt Windows Live keine - Authentifizierung bei externen - iCalendar Resourcen. Es ist daher - nötig, die iCalendar Daten über - Drittprogramme zu beziehen und Windows - Live ohne Authentifizierung zur - Verfügung zu stellen.</p> - - <subsection name="Screenshot Web"> - <img src="images/windows-live-web.jpg" alt="Windows Live im Web" /> - </subsection> - <subsection name="Screenshot Desktop"> - <img src="images/windows-live-desktop.jpg" alt="Windows Live im Web" /> - </subsection> - </section> - <section name="Anbindung Microsoft Outlook 2007"> - <p>Bei der Nutzung von Microsoft Outlook 2007 muss beachtet werden, - dass der in Outlook integrierte Dialog nicht richtig funktioniert. - </p> - <p> - Der Kalender kann hinzugefügt werden, in dem im Internet Explorer - eine URL - <tt>webcal://host/path</tt> - geöffnet wird. Folgend sollte nach einigen Bestätigungsdialogen die - Anmeldedaten abgefragt werden. - </p> - <p> - <img src="images/outlook-2007.jpg" alt="Outlook 2007" /> - </p> - </section> - </body> -</document> - |