diff options
-rw-r--r-- | Changelog | 7 | ||||
-rw-r--r-- | table.html | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..a1583c4 --- /dev/null +++ b/Changelog @@ -0,0 +1,7 @@ +0.5 Jul 14 2004 + - escape HTML entities when showing printable format + - correct CVS information + +0.4 Jun 24 2003 + - fixes bug with very large staff sheets)</P> + @@ -87,7 +87,7 @@ automatically updates the storage directory.</P> <H2>Download</H2> <P>All relevant files are included in the -<A HREF="staff-0.4.tar.gz">staff-0.4.tar.gz</A> archive. (released Jun 24 2003, fixes bug with very large staff sheets)</P> +<A HREF="staff-0.5.tar.gz">staff-0.5.tar.gz</A> archive.</P> <P>You also need the <A HREF="http://search.cpan.org/search?dist=Text-Template">Text::Template</A>, @@ -228,18 +228,18 @@ chmod 755 /path/to/data_dir</PRE></P> <ul> <li>Anonymous CVS access:<BR>CVSROOT is - <B>:pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot</B><BR> + <B>:pserver:anonymous@pouncequick.420.am:/home/cvs/cvsroot</B><BR> The password for the user <B>anonymous</B> is <B>anonymous</B>.<BR> The module name is <B>staff</B>.<BR> So to check out the current tree, you would do (bash):<BR> -<PRE>$ export CVSROOT=":pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot" +<PRE>$ export CVSROOT=":pserver:anonymous@pouncequick.420.am:/home/cvs/cvsroot" $ cvs login -(Logging in to anonymous@cleanwhisker.420.am) +(Logging in to anonymous@pouncequick.420.am) CVS password: $ cvs checkout staff </PRE> -<li>Browse the CVS tree online via <a href="/cgi-bin/cvsweb/staff">cvsweb</a>. +<li>Browse the CVS tree online via <a href="/cgi-bin/viewcvs.cgi/staff">cvsweb</a>. <!-- li><a href="search-devel-list-archive.html">Search</a> or <a href="devel-list-archive">browse</a> the development list archive. --> |