Update of /cvsroot/mvp-xml/WebSite
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv789
Modified Files:
index.html upload.cmd
Log Message:
Fixed some mistakes.
Index: index.html
===================================================================
RCS file: /cvsroot/mvp-xml/WebSite/index.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- index.html 1 Nov 2004 17:42:03 -0000 1.6
+++ index.html 3 Nov 2004 12:59:55 -0000 1.7
@@ -27,7 +27,7 @@
<p>The Mvp.Xml project consists of several modules listed below.<br>
</p>
<ul>
- <li><a href="Common/index.html">Common</a> module</li>
+ <li><a href="common/index.html">Common</a> module</li>
<li><a href="xinclude/index.html">XInclude.NET</a> module<br>
</li>
<li><a href="xpointer/index.html">XPointer.NET</a> module</li>
Index: upload.cmd
===================================================================
RCS file: /cvsroot/mvp-xml/WebSite/upload.cmd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- upload.cmd 1 Nov 2004 19:34:25 -0000 1.2
+++ upload.cmd 3 Nov 2004 12:59:55 -0000 1.3
@@ -1,8 +1,8 @@
@echo off
set USER=helgy
rem You need to install PSCP from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html and have it on your %path%
-rem pscp index.html %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs
-rem pscp style.css %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs
+pscp index.html %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs
+pscp style.css %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs
pscp common/index.html %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs/common
pscp xinclude/index.html %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs/xinclude
pscp xpointer/index.html %USER%@shell.sourceforge.net:/home/groups/m/mv/mvp-xml/htdocs/xpointer
\ No newline at end of file
|