Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/faq
diff options
context:
space:
mode:
authorJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2002-10-24 20:07:23 +0400
committerJaime Anguiano Olarra <jaime@mono-cvs.ximian.com>2002-10-24 20:07:23 +0400
commit36f283be191aeae5f05c3ae3817cd6cbba0e6cdc (patch)
tree713ba2b3c43d29d9566f20ae8cea11d770d083f3 /web/faq
parenta7eb397e81ccc11777030078440c99f12b129609 (diff)
Some updates.
svn path=/trunk/mono/; revision=8515
Diffstat (limited to 'web/faq')
-rw-r--r--web/faq11
1 files changed, 6 insertions, 5 deletions
diff --git a/web/faq b/web/faq
index d1c48690fce..441b5983b63 100644
--- a/web/faq
+++ b/web/faq
@@ -121,17 +121,18 @@ Q: When will you ship it?
A: Different parts of Mono will achieve usability at different stages,
once we are comfortable with the compiler, we will release "Mono Core",
which contains everything needed to develop applications with the base
- class libraries. This should be available at some point during 2002.
+ class libraries, this will happen soon and in the meantime you can
+ download daily snapshots of our work. Also the full ASP.NET support is
+ close to completion.
- Other higher level class libraries (ASP.NET, ADO.NET) will
+ Other higher level class libraries (ASP.NET, ADO.NET, WinForms) will
be released when they become stable.
Q: What major components will you include in Mono?
A: Hopefully everything that Microsoft ships on their Framework
- (ADO.NET, ASP.NET), and
- we encourage third party developers to create reusable components that
- work on both Mono and Windows.
+ (ADO.NET, ASP.NET, WinForms), and we encourage third party developers to
+ create reusable components that work on both Mono and Windows.
Q: How can I contribute?