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>2003-09-10 05:50:44 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-09-10 05:50:44 +0400
commitea61bb562d938fc34958bd95d512e3c4ad155a58 (patch)
tree8d79314ce69b13c55daa9b7b351d41846f609d77 /web
parent075316fdcbe5da14182a1022c5af6139d879bf57 (diff)
Flush
svn path=/trunk/mono/; revision=18017
Diffstat (limited to 'web')
-rw-r--r--web/documentation2
-rw-r--r--web/index3
-rw-r--r--web/web/makefile5
-rw-r--r--web/web/template.html.in2
4 files changed, 5 insertions, 7 deletions
diff --git a/web/documentation b/web/documentation
index 4cb6d0d3c5f..10a838acbc3 100644
--- a/web/documentation
+++ b/web/documentation
@@ -203,7 +203,7 @@
</pre>
Use this to create lists. Lists contains &lt;item&gt;
- elements
+ elements which have to contain &lt;term&gt; containers.
<pre>
&lt;list type="table"&gt; &lt;/lits&gt;
diff --git a/web/index b/web/index
index b006cfa09c1..95a036c52dc 100644
--- a/web/index
+++ b/web/index
@@ -142,9 +142,6 @@
</tr>
</table>
-@item Sep 3rd, 2003: Authenticode; WSE
-
-
@item Sep 1st, 2003: Ice for Mono; XmlSerializer generators; Monodoc progress.
<b>Ice:</b> Vladimir has checked into CVS (Module ginzu) an
diff --git a/web/web/makefile b/web/web/makefile
index c8ee16c9b53..c080e6c5927 100644
--- a/web/web/makefile
+++ b/web/web/makefile
@@ -9,7 +9,8 @@ CORCOMPARE=../../../mcs/tools/corcompare
OBJECTS= \
deploy/ado-net.html \
- deploy/provider-factory.html \
+ deploy/bugs.html \
+ deploy/provider-factory.html \
deploy/mysql.html \
deploy/odbc.html \
deploy/oledb.html \
@@ -128,7 +129,7 @@ transform.exe: transform.cs
.PRECIOUS: src/%.src
-src/%.src: ../% commands template.html.in #makefile
+src/%.src: ../% commands template.html.in makefile
perl htmlify $< > $@
.PRECIOUS: ../class-status-%
diff --git a/web/web/template.html.in b/web/web/template.html.in
index 3af630dc644..e311b86432f 100644
--- a/web/web/template.html.in
+++ b/web/web/template.html.in
@@ -56,7 +56,7 @@
<a class="topmenu" href="download.html">Downloads</a> |
<a class="topmenu" href="http://go-mono.com/daily">Daily snapshots</a> |
<a class="topmenu" href="screenshots.html">Screenshots</a> |
- <a class="topmenu" href="http://mono.ximian.com:8080">Documentation</a>
+ <a class="topmenu" href="http://www.go-mono.com:8080">Documentation</a> |
<a class="topmenu" href="bugs.html">Bugs</a>
</td>
</tr>