12345678910111213141516171819202122232425262728293031323334353637 |
- <PAGE>
- <INCLUDE file="inc/header.tmpl" />
- <VAR match="VAR_SEL_FEATURES" replace="selected" />
- <VAR match="VAR_SEL_FEATURE_GUI" replace="selected" />
- <PARSE file="menu1.xml" />
- <PARSE file="menu2-features.xml" />
- <INCLUDE file="inc/content.tmpl" />
- <h1>GUI Tools for OpenConnect</h1>
- <h2>NetworkManager</h2>
- <p>Support for OpenConnect in NetworkManager has been integrated into
- GNOME git and is released alongside NetworkManager's other VPN modules:
- <a href="https://download.gnome.org/sources/NetworkManager-openconnect/">
- https://download.gnome.org/sources/NetworkManager-openconnect/</a>.</p>
- <p>OpenConnect is also supported in KDE Plasma NM as well as the older
- widget-based NetworkManagement applet.</p>
- <h2>ConnMan</h2>
- <p><a href="https://01.org/connman">ConnMan</a> has core OpenConnect functionality
- as from version 0.48, and the corresponding support is also in the
- <a href="http://meego.gitorious.org/meego-netbook-ux/meego-panel-networks">meego-panel-networks</a>
- user interface. Other ConnMan UI front ends may lack VPN support.</p>
- <h2>OpenConnect-gui</h2>
- <p><a href="https://openconnect.github.io/openconnect-gui/">OpenConnect-gui</a>
- is a graphical (Windows and MacOSX) port of OpenConnect.</p>
- <INCLUDE file="inc/footer.tmpl" />
- </PAGE>
|