Revision
1708 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 5 13:51:51 2004 UTC (9 years, 4 months ago) by
gage
File length: 3406 byte(s)
Diff to
previous 1663
removed <xml? line from the top of the file that is giving
the newest msie headaches. The line is from bbedit and gives
info on the character set begin used. msie tries to interpret
it as xml and gets confused. Other browsers, including msie on
the mac ignore it.
--Mike
Revision
1663 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 9 01:12:32 2003 UTC (9 years, 5 months ago) by
sh002i
File length: 3356 byte(s)
Diff to
previous 1100
Normalized headers. All files now contain the text below as a header.
This is important since all files now (a) use the full name of the
package, (b) assign copyright to "The WeBWorK Project", (c) give the
full path of the file (relative to CVSROOT) instead of simply the file
name, and (d) include license and warranty information.
Here is the new header:
################################################################################
# WeBWorK Online Homework Delivery System
# Copyright © 2000-2003 The WeBWorK Projcct, http://openwebwork.sf.net/
# $CVSHeader$
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of either: (a) the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any later
# version, or (b) the "Artistic License" which comes with this package.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the
# Artistic License for more details.
################################################################################
Revision
1100 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Added
Tue Jun 10 00:18:14 2003 UTC (9 years, 11 months ago) by
sh002i
File length: 2471 byte(s)
in the interest of alleviating crowding:
moved snippets to conf/snippets.
moved templates to conf/templates.
updated global.conf.dist to match.
-sam