7749b93fb15e3e82159b1567a392b6d0a3060e6b
[mono.git] / web / index
1 <link rel="alternate" type="application/rss+xml" title="RSS" href="index.rss"/>
2
3
4         <table align="right" border=1 padding=0 width=25%>
5          <tr>
6             <td colspan="2" bgcolor=lightgrey>
7               <b><center>Mono Status</center></b>
8             </td>
9           </tr>
10           <tr>
11             <td>
12               <b><a href="c-sharp.html">C# Compiler:</a></b>
13             </td>
14             <td>
15               Self hosting on Linux and .NET
16             </td>
17           </tr>
18           <tr>
19             <td>
20               <b>JIT:</b>
21             </td>
22             <td>
23               Works for Linux/x86
24             </td>
25           </tr>
26           <tr>
27             <td>
28               <b>Interpreter:</b>
29             </td>
30             <td>
31               Works for 
32               Linux/x86, Linux/PPC, S390, StrongARM, SPARC, HPPA, SPARC v9
33             </td>
34           </tr>
35           <tr>
36             <td><b><a href="asp-net.html">ASP.NET</a></b></td>
37             <td>Webforms and WebServices working<br></td>
38           </tr>
39           <tr>
40             <td>
41               <b><a href="class-status.html">Classes</a></b>
42             </td>
43             <td>
44               All assemblies compile.
45             </td>
46           </tr>
47           <tr>
48             <td>
49               RSS feed:
50             </td>
51             <td>
52               <a href="index.rss"><img src="images/xml.gif"></a>
53             </td>
54           </tr>
55           <tr>
56             <td colspan="2" bgcolor=lightgrey>
57               <b><center>In the news</center></b>
58             </td>
59           </tr>
60           <tr>
61             <td>
62               <img src="images/2003osdirwinnerbadge.gif">
63             </td>
64             <td>
65               <a href="http://osdir.com/Article198.phtml">Dec 19th, 2003</a>: Editor's Choice Award.
66             </td>
67           </tr>
68           <tr>
69             <td>
70               <img src="images/netmagazine.png">
71             </td>
72             <td>
73                 
74               <a href="http://www.ftponline.com/wss/2003_TE/magazine/columns/trends">May 31st, 2003</a>: CLI integration.
75             </td>
76           </tr>
77           <tr>
78             <td>
79               <img src="images/infoworld.png">
80             </td>
81             <td>
82               <a href="http://www.infoworld.com/article/03/05/22/HNmono_1.html">May 22nd, 2003</a>: Mono 1.0 plans.
83             </td>
84           </tr>
85           <tr>
86             <td>
87               <img src="images/infoworld.png">
88             </td>
89             <td>
90               <a href="http://www.infoworld.com/article/03/03/14/11stratdev_1.html">Mar 14th, 2003</a>: Whither Mono?
91             </td>
92           </tr>
93           <tr>
94             <td>
95               <img src="images/b2.png">
96             </td>
97             <td>
98               <a href="http://www.infoworld.com/article/03/05/22/HNmono_1.html">Dec, 2002</a>: The Penguin takes flight.
99             </td>
100           </tr>
101         </table>
102
103
104 <p>
105         The Mono project is an open source effort sponsored by  <a
106         href="http://novell.com">Novell</a> to create a free
107         implementation of the .NET Development Framework.
108 </p>
109
110 <p>
111         Mono includes <a href="c-sharp.html">a compiler</a> for the
112         C# language, a <a href="runtime.html">Common Language
113         Runtime</a> (CLR) for the Common Language Infrastructure (CLI) and a
114         set of <a href="class-library.html">class libraries</a>.  The
115         runtime can be <a href="embedded-api.html">embedded</a> into your
116         application.  It implements both <a href="ado-net.html">ADO.NET</a>
117         and <a href="asp-net.html">ASP.NET</a>.
118 </p>
119 <p>
120         If you have questions about the project, read <a
121         href="rationale.html">the project launch statement</a> 
122         or visit our list of <a href="faq.html">Frequently Asked
123         Questions</a>. 
124 </p>
125
126 <p>
127         For details on the project's future direction, read the
128         <a href="mono-roadmap.html">roadmap</a>, and <a
129         href="download.html">download</a> the latest software version.
130         You can also get a <a href="snapshots">snapshot</a> of our
131         current work, or <a
132         href="http://cvs.hispalinux.es/cgi-bin/cvsweb/?hidenonreadable=1&f=u&logsort=date&sortby=file&hideattic=1&cvsroot=mono">browse
133         the source tree.</a>
134 </p>
135 <p>
136         To participate in discussion and development, <a
137         href="mailing-lists.html">subscribe to our mailing lists</a>.
138         You can also visit the <a
139         href="http://www.gotmono.com/cgi-bin/yabb/YaBB.pl">forum</a> at <a
140         href="http://www.gotmono.com">GotMono</a> or the <a
141         href="http://www.nullenvoid.com/gtksharp/wiki">Gtk#</a> and
142         <a href="http://www.nullenvoid.com/mono/wiki">Mono
143         </a> Wikis.
144 </p>
145 <br>
146 <br>
147
148 @item Feb 13, 2004: Mono 0.30.1 released
149
150         We have released a small bug-fix release of Mono, the release
151         notes are available <a
152         href="archive/mono-0.30.1.html">here</a> and you can download
153         it from our <a href="download.html">download</a> page.
154
155 @item Feb 13, 2004: Mono Performance Optimization
156
157         We have a new document that describes some <a
158         href="performance.html">common tricks to improve the
159         performance</a> of your Mono or .NET application.  These are a
160         summary of techniques that we employed to tune our own C#
161         compiler.
162
163 @item Feb 2nd, 2004: Mono 0.30 has been released
164
165         Check out the <a
166         href="http://www.go-mono.com/archive/mono-0.30.html">Release
167         notes</a> for details on Mono 0.30.  Or go directly to our <a
168         href="download.html">download</a> section
169
170 @item Jan 18th, 2004: LDAP class libraries in Mono tutorial.
171
172         Sunil Kumar has written an <a
173         href="http://www.novell.com/coolsolutions/cooldev/features/a_net_cplus_ldap_library_cdev.html">introduction
174         to Novell.LDAP</a> class libraries, which are part of Mono.
175
176 @item Jan 13th, 2004: MonoDoc 0.9 released.
177
178         A new edition of MonoDoc, the Mono Documentation Browser, has been released, available in source form from:
179         <a href="archive/monodoc-0.9.tar.gz">archive/monodoc-0.9.tar.gz</a>
180
181 @item Jan 11th, 2004: Call for Stories
182
183         If you have a success story about using Mono or one of the Mono
184         components in any way, we want to hear about you.  Please mail
185         your details to miguel@ximian.com
186
187 @item Jan 4th, 2004: Windows Installer for Mono 0.29
188
189         There is a <a href="archive/mono-0.29-win32-1.exe">Windows
190         Installer for Mono 0.29</a> available now.
191         
192 <h2>Older News</h2>
193
194         Click <a href="oldnews.html">here</a> to see older news.
195