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
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-06-05 16:41:24 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-06-05 16:41:24 +0400
commit03846e09c1d379baf5c4bcc3285c589f2323c877 (patch)
tree162be819fc82d5b3d59ee93e8bc810c0bbc585bb /web
parent3165dc992de05efe4ec40d5a0d2c62bd28475322 (diff)
push index
svn path=/trunk/mono/; revision=5128
Diffstat (limited to 'web')
-rw-r--r--web/index23
-rw-r--r--web/web/makefile2
2 files changed, 24 insertions, 1 deletions
diff --git a/web/index b/web/index
index 47c75f5c7f9..719a185ca5d 100644
--- a/web/index
+++ b/web/index
@@ -1,3 +1,5 @@
+<link rel="alternate" type="application/rss+xml" title="RSS" href="index.rss"/>
+
<table>
<tr>
<td>
@@ -78,6 +80,27 @@
</tr>
</table>
+@item Jun 3rd, 2002
+
+ CodeDOM implementation from Daniel Stodden has got C# output support.
+
+@item May 31, 2002
+
+ Gonzalo got the Mono XSP page parser to run its first ASP.NET
+ .aspx file today. It is currently on its infancy. But very
+ good news, now we need to upgrade our System.Web runtime to run
+ natively on Linux.
+
+ Sergey's code for architecture and size-specific CPBLK has
+ been checked into CVS.
+
+ Paolo has checked the configuration code for Mono (to map
+ PInvoke dlls to other libraries).
+
+ <a href="ado-net.html">ADO support</a>: Daniel has checked in
+ a modified version of the MySQL data provider from Brad. And Rodrigo
+ started the OleDB using LibGDA.
+
@item May 27, 2002
An <a href="index.rss">RSS feed</a> is now available for the
diff --git a/web/web/makefile b/web/web/makefile
index 5a04e3dcd41..62a24af4157 100644
--- a/web/web/makefile
+++ b/web/web/makefile
@@ -59,7 +59,7 @@ all: $(OBJECTS) index.rss
perl process.pl commands template.html.in deploy
index.rss: mono-rss.exe ../index
- mono-rss.exe ../index deploy/index.rss
+ ./mono-rss.exe ../index deploy/index.rss
mono-rss.exe: mono-rss.cs rss.cs
$(CSC) mono-rss.cs rss.cs