+++ /dev/null
-To whom it may concern, this is -*- outline -*- mode.
-
-* The library - libfko:
-** C-based test suite.
-** Get it out there and get feedback.
-
-* The fwknop C client:
-** Config file support (~/.fwknoprc ?).
-** Server Auth support (maybe).
-
-* The fwknopd server:
-** Sniffer support to acquire SPA packet data ala the fwknopd Perl server:
-** SPA packet decryption:
-*** Add support for ipfw and pf support eventually.
-** Test on embedded platforms - especially OpenWRT on a Linksys router.
-
-* Nice to haves:
-** Binary packages:
-*** Redhat RPMS
-*** Debian .deb
-** Linux/Unix platform:
-*** A GNOME or KDE GUI app for the client.
-** Windows platform:
-*** VB and/or C# class wrappers around libfko.dll.
-*** A Windows GUI app that uses the dll or wrapper classes.
-** Misc:
-*** Python module wrapping libfko.
-*** Ruby module wrapping libfko.
-*** PHP module wrapping libfko.
-
-
-Copyright 2009-2010 - Damien Stuart
-
-This file is free software; as a special exception the author gives
-unlimited permission to copy and/or distribute it, with or without
-modifications, as long as this notice is preserved.
-
-This file is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
-implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE.
** [test suite] backwards compatibility tests
The test suite should have the ability to test backwards compatibility
between fwknop versions.
+** For Linux/Unix - a GNOME or KDE GUI app for the fwknop client.
+ Although there is currently a functioning web proxy that can serve as a
+ UI via a browser, it would be nice to have native GNOME and KDE GUI
+ wrappers for the fwknop client.
+** For Windows - VB and/or C# class wrappers around libfko.dll
+ Extend Windows support with VB and/or C# class wrappers around the
+ libfko.dll
+** Ruby bindings to libfko
+ Perl and Python bindings already exist for libfko, so add Ruby to this list
+ as well.