Update of /cvsroot/cvsshell/cvsshell
In directory usw-pr-cvs1:/tmp/cvs-serv28367
Modified Files:
README index.html
Log Message:
corrected some errors
Index: README
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README 27 May 2002 07:41:56 -0000 1.4
--- README 27 May 2002 07:54:34 -0000 1.5
***************
*** 1,4 ****
! Welcome to CvsShell 0.1
=======================
--- 1,4 ----
! Welcome to CvsShell 0.2
=======================
Index: index.html
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.html 16 Mar 2002 13:30:50 -0000 1.3
--- index.html 27 May 2002 07:54:34 -0000 1.4
***************
*** 10,14 ****
<p>
CvsShell is a console-based cvs-client written in <a href="http://www.python.org">Python</a>.
! The current version is 0.1 (2002-03-16).
</p>
--- 10,14 ----
<p>
CvsShell is a console-based cvs-client written in <a href="http://www.python.org">Python</a>.
! The current version is 0.2 (2002-05-27).
</p>
***************
*** 27,35 ****
<p>You can view a screenshot <a href="images/screenshot.jpg">here</a>.</p>
<hr>
<address><a href="mailto:ma...@st...">Stefan Heimann</a></address>
<!-- Created: Fri Mar 15 20:53:58 CET 2002 -->
<!-- hhmts start -->
! Last modified: Sat Mar 16 14:30:05 CET 2002
<!-- hhmts end -->
<br>
--- 27,40 ----
<p>You can view a screenshot <a href="images/screenshot.jpg">here</a>.</p>
+ <p>Release history:</p>
+ <ul>
+ <li>0.2: 2002-05-27</li>
+ <li>0.1: 2002-03-16</li>
+ </ul>
<hr>
<address><a href="mailto:ma...@st...">Stefan Heimann</a></address>
<!-- Created: Fri Mar 15 20:53:58 CET 2002 -->
<!-- hhmts start -->
! Last modified: Mon May 27 09:51:38 CEST 2002
<!-- hhmts end -->
<br>
|