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/status
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-03-16 17:49:05 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-03-16 17:49:05 +0300
commitb2e8911e2b7f23a0611b5e62a79ca4ec55852cea (patch)
tree41813c843af1317582e5a523f6bd9c60ed0a14ea /status
parent678ca86b52b708ef0831b5db245b92f374b25f18 (diff)
web site updates
svn path=/trunk/mono/; revision=3146
Diffstat (limited to 'status')
-rwxr-xr-xstatus/ByMaintainer.cs2
-rwxr-xr-xstatus/ByNamespace.cs2
-rwxr-xr-xstatus/commands3
-rw-r--r--status/makefile9
4 files changed, 8 insertions, 8 deletions
diff --git a/status/ByMaintainer.cs b/status/ByMaintainer.cs
index c6643834af1..d76a0c8755b 100755
--- a/status/ByMaintainer.cs
+++ b/status/ByMaintainer.cs
@@ -33,7 +33,7 @@ namespace Mono.StatusReporter {
//sw.WriteLine ("<li><a href=\"" + email + ".html\">" + email + "</a>");
- XmlWriter writer = new XmlTextWriter ("bm/" + email, null);
+ XmlWriter writer = new XmlTextWriter ("src/" + email, null);
XsltArgumentList xslArg = new XsltArgumentList ();
xslArg.AddParam ("email", "", email);
diff --git a/status/ByNamespace.cs b/status/ByNamespace.cs
index 7d16ef434ef..9ca3a7bf44c 100755
--- a/status/ByNamespace.cs
+++ b/status/ByNamespace.cs
@@ -37,7 +37,7 @@ namespace Mono.StatusReporter {
foreach (string str in nsList) {
//sw.WriteLine ("<li><a href=\"" + str + ".html\">" + str + "</a>");
- XmlWriter writer = new XmlTextWriter ("bn/" + str, null);
+ XmlWriter writer = new XmlTextWriter ("src/" + str, null);
XsltArgumentList xslArg = new XsltArgumentList ();
xslArg.AddParam ("ns", "", str);
diff --git a/status/commands b/status/commands
index 1f4e2831d1b..6c169d7baf5 100755
--- a/status/commands
+++ b/status/commands
@@ -36,15 +36,14 @@
1,System.Web.UI,System.Web.UI.html,bn/System.Web.UI
1,System.Web.UI.HtmlControlls,System.Web.UI.HtmlControlls.html,bn/System.Web.UI.HtmlControlls
1,System.Web.UI.WebControls,System.Web.UI.WebControls.html,bn/System.Web.UI.WebControls
-1,System.Web.Utils,System.Web.Utils.html,bn/System.Web.Utils
1,System.Xml,System.Xml.html,bn/System.Xml
0,Maintainer,maintainer.html,maintainer.src
1,Matthew.S.Ford@rose-hulman.edu,Matthew.S.Ford@rose-hulman.edu.html,bm/Matthew.S.Ford@rose-hulman.edu
-1,Patrik.Torstensson@framfablabs.com,Patrik.Torstensson@framfablabs.com.html,bm/Patrik.Torstensson@framfablabs.com
1,Patrik.Torstensson@labs2.com,Patrik.Torstensson@labs2.com.html,bm/Patrik.Torstensson@labs2.com
1,angryjohn69@nc.rr.com,angryjohn69@nc.rr.com.html,bm/angryjohn69@nc.rr.com
1,bob@thestuff.net,bob@thestuff.net.html,bm/bob@thestuff.net
1,cpodurgiel@msn.com,cpodurgiel@msn.com.html,bm/cpodurgiel@msn.com
+1,crichton@gimp.org,crichton@gimp.org.html,bm/crichton@gimp.org
1,czw@home.se,czw@home.se.html,bm/czw@home.se
1,daniel-weber@austin.rr.com,daniel-weber@austin.rr.com.html,bm/daniel-weber@austin.rr.com
1,develop@wtfo-guru.com,develop@wtfo-guru.com.html,bm/develop@wtfo-guru.com
diff --git a/status/makefile b/status/makefile
index 510b1396627..8bb3931012a 100644
--- a/status/makefile
+++ b/status/makefile
@@ -11,25 +11,26 @@ xml:
./compare.exe $(NETDIR)\\mscorlib.dll $(MCSCLASSDIR)\\corlib\\corlib.dll > corlib.xml
push:
- scp *.xml web/*html www@www.ximian.com:/web/cvsmodules/mono/class-status
+ scp -P 2200 *.xml web/*html www@www.ximian.com:/web/cvsmodules/mono/class-status
clean:
-rm -f compare.exe compare.pdb corlib.xml ByMaintainer.exe ByNamespace.exe commands *~ .*~
- -rm -rf bn
+ -rm -rf src
-rm -rf bm
-rm -rf web
ByNamespace: ByNamespace.xsl class.xml
$(CSC) ByNamespace.cs
- -mkdir bn
+ -mkdir src
./ByNamespace
ByMaintainer: ByMaintainer.xsl class.xml
$(CSC) ByMaintainer.cs
- -mkdir bm
+ -mkdir src
./ByMaintainer
webfiles:
-mkdir web
./make_web.pl
+ cp *.src src
../doc/web/process.pl commands ../doc/web/template.html.in web