gui.xml 1.2 KB

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