Update translations from Transifex
[platform/upstream/openconnect.git] / www / gui.xml
1 <PAGE>
2         <VAR match="VAR_ORIGIN" replace="" />
3         <VAR match="VAR_CVSID" replace=""/>
4         <INCLUDE file="inc/header.tmpl" />
5
6         <VAR match="VAR_SEL_FEATURES" replace="selected" />
7         <VAR match="VAR_SEL_FEATURE_GUI" replace="selected" />
8         <PARSE file="menu1.xml" />
9         <PARSE file="menu2-features.xml" />
10
11         <INCLUDE file="inc/content.tmpl" />
12
13         <h1>GUI Tools for OpenConnect</h1>
14
15 <h2>NetworkManager</h2>
16
17 <p>Support for OpenConnect in NetworkManager has been integrated into
18 GNOME git and is released alongside NetworkManager's other VPN modules:
19 <a href="http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/">
20 http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/</a>.</p>
21
22 <p>Prior to OpenConnect v3.00, the <tt>auth-dialog</tt>
23 tool which handles GUI authentication was part of OpenConnect itself,
24 rather than included in the <tt>network-manager-openconnect</tt>
25 package. Versions of <tt>network-manager-openconnect</tt> earlier than 0.8.4
26 will expect the <tt>auth-dialog</tt> to be provided for them, and thus will
27 not work with a version of OpenConnect any newer then v2.26.</p>
28
29 <p>To use OpenConnect v3.00 or newer with NetworkManager, you will need to be
30 using NetworkManager-openconnect v0.8.4 or newer.</p>
31
32 <p><b>Note for KDE users:</b> KDE does not support using OpenConnect with version 0.8 of NetworkManager <i>(unless of course you run OpenConnect manually from the command line and don't use NetworkManager for the VPN at all)</i>. It is only supported since 2011-06-22 with the NetworkManager 0.9, and with the corresponding <a href="https://projects.kde.org/projects/extragear/base/networkmanagement/repository/show?rev=nm09"><tt>nm09</tt></a> branch of the <a href="http://userbase.kde.org/NetworkManagement">kde-plasma-networkmanagement</a> widget.</p>
33 <p>This support was added by Ilia Kats, as <a href="https://bugs.kde.org/show_bug.cgi?id=226028">KDE bug #226028</a>.</p>
34
35 <h2>ConnMan</h2>
36
37 <p><a href="http://connman.net/">ConnMan</a> has core OpenConnect functionality
38 as from version 0.48, and the corresponding support is also in the
39 <a href="http://meego.gitorious.org/meego-netbook-ux/meego-panel-networks">meego-panel-networks</a>
40 user interface. Other ConnMan UI front ends may lack VPN support.</p>
41
42 <INCLUDE file="inc/footer.tmpl" />
43 </PAGE>