diff options
author | ivan <ivan> | 2004-07-14 13:25:40 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-07-14 13:25:40 +0000 |
commit | 3e401d28cbbc86f6b65b674ab0de540b73817969 (patch) | |
tree | fa31a6e3e0d6a0ec789a82897a4016c8cab43fd6 | |
parent | 3c7fb6a60c385fece59ef0bc663cfcf1b3c6ae9c (diff) |
-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. --> |