2003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>
[mono.git] / doc / ideas
index 2664dfad1e214b44c6360e30b161ec8b140097e5..f34f4495e0214882739ab3d04d69cd020518f693 100644 (file)
--- a/doc/ideas
+++ b/doc/ideas
@@ -1,5 +1,14 @@
 * Ideas
 
+       There are many pending classes that need to be implemented.  Those have
+       the highest impact in the Mono project: the sooner they are done,
+       the sooner we can start using this platform to create new and
+       exciting applications.
+
+       That being said, if you are not very excited about working on class
+       libraries, here is a list of other related projects or tools that might
+       be useful to the Mono project.
+
        Here are a few ideas of tools, classes and projects that you
        could start. More are forthcoming.
 
@@ -42,32 +51,11 @@ TODO=multimedia
                  href="mailto:vladimir@ximian.com">Vladimir</a> has
                  researched the problem before 
 
-TODO=gtk,Gtk+ wrappers for Mono and .NET
-               * Wrap the Gtk+ API.  This is simple and can be done
-                 on Windows as Gtk+ 1.3 works on Windows.
-
-                 This work can also be used on Windows and will
-                 enable developers on Windows to use some of Gtk+'s
-                 advanced features.
-
-                 The idea is to wrap the Gtk+ API and allow us to
-                 build GUI applications using Gtk+ and in the future
-                 other Gtk+-based libraries from Mono (Gal, GtkHTML).
-
-                 There is extensive knowledge on wrapping Gtk+ in
-                 other languages (this has been done this for Perl,
-                 Python, Java, Scheme, Haskel and other languages in
-                 the past).
        </ul>
 
 <a name="projects">
 ** Projects
 
-       <ul>
-TODO=xmlStorage,
-               * Implement an xmlStorageSystem for the CLI:
-               <a href="http://www.soapware.org/xmlStorageSystem">
-               http://www.soapware.org/xmlStorageSystem</a>
 
 TODO=guavac,Java compiler for .NET
                * You could take one of the existing Java compilers