L J Bayuk | 1 Mar 2001 02:25
Picon

Double-quoted attributes?

> date: 2001/02/26 10:51:38;  author: jberanek;  state: Exp;  lines: +2 -2
>  * Added double quotes around all uses of color and class attributes, as
>  HTML dictates.

   <       echo "<td class=BR align=right>($count) "
   ---
   >       echo "<td class=\"BR\" align=right>($count) "

I'm not criticizing your changes, but am I curious if you have a
reference for this. I've never heard of any special treatment for one
kind of attribute (class or color) versus another, nor can I find it on
www.w3c.org. Have they changed the rules again?

John Beranek | 1 Mar 2001 10:57
Picon

Re: Double-quoted attributes?

On Thu 01 Mar, L J Bayuk wrote:
> > date: 2001/02/26 10:51:38;  author: jberanek;  state: Exp;  lines: +2 -2
> >  * Added double quotes around all uses of color and class attributes, as
> >  HTML dictates.
> 
>    <       echo "<td class=BR align=right>($count) "
>    ---
>    >       echo "<td class=\"BR\" align=right>($count) "
> 
> I'm not criticizing your changes, but am I curious if you have a
> reference for this. I've never heard of any special treatment for one
> kind of attribute (class or color) versus another, nor can I find it on
> www.w3c.org. Have they changed the rules again?

http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2

Section 3.2.2 of the HTML 4.01 spec says:

> > By default, SGML requires that all attribute values be delimited using
> > either double  quotation marks (ASCII decimal 34) or single quotation
> > marks (ASCII decimal 39).  Single quote marks can be included within the
> > attribute value when the value is  delimited by double quote marks, and
> > vice versa. Authors may also use numeric  character references to
> > represent double quotes (&#34;) and single quotes (&#39;).  For double
> > quotes authors can also use the character entity reference &quot;.

OK, so it additionally says:

> > In certain cases, authors may specify the value of an attribute without
> > any quotation  marks. The attribute value may only contain letters (a-z
(Continue reading)

Daniel Gardner | 2 Mar 2001 11:13
Picon
Picon

a new release

hi everyone,

it looks like all the furied cvs committing recently has calmed
down a bit, so i'm thinking of making a tarball as a release soon,
hopefully there'll be some good suggestions about the current
state of things after that.

i was thinking sometime sunday evening (uk time). does anyone
have any objections? some cool thing that they've been working on
and would like to see released?

thanks,
daniel

Michael Redinger | 2 Mar 2001 13:37
Picon
Favicon

Re: CVS commit defunct


Hm, this should be ok. Did the following:

export CVSROOT=:pserver:mred <at> cvs.mrbs.sourceforge.net:/cvsroot/mrbs
export CVS_RSH=ssh
cvs login
cvs co mrbs
[add a file]
cvs add [new file]
cvs [server aborted]: "add" requires write access to the repository

Doesn't work (verified that ssh works by doing a ssh to sourceforge).
Normal commit (only changing a file, not adding a new one) gives
a similar message:
cvs [server aborted]: "commit" requires write access to the repository

Michael

On Wed, 28 Feb 2001, Daniel Gardner wrote:

> you need to do have checked out using ssh. sourceforge only lets
> you write if it's over ssh.
>
> this is taken straight off sourceforge
> (http://sourceforge.net/cvs/?group_id=5113)
>
>
> Developer CVS Access via SSH
>
> Only project developers can access the CVS tree via this method.
(Continue reading)

Michael Redinger | 2 Mar 2001 14:10
Picon

CVS update: mrbs

Date:	Friday March 2, 2001  <at>  5:10
Author:	mred

Update of /cvsroot/mrbs/mrbs
In directory usw-pr-cvs1:/tmp/cvs-serv16758

Modified Files:
	AUTHENTICATION 
Added Files:
	auth_pam.pl 
Log Message:

mred: added auth_pam, updated AUTHENTIFICATION

L J Bayuk | 4 Mar 2001 03:05
Picon

Re: a new release

Daniel Gardner wrote:
>...
> i'm thinking of making a tarball as a release soon,

Do it. And be brave: call it 1.0. Not beta, not 0.999, not "pre-x".  In my
opinion, many open-source projects wait too long for the magic "1.0". If
something is even marginally useful and doesn't crash too often (the
"Windows test"), beta is over and it's time for whole numbers. MRBS has
been far beyond that standard for a long time.

-------
Just heard a funny weather forecast on the radio for the US East Coast: "Snow
on Sunday and Monday. Accumulation: well, if you're short, don't go outside,
or they may not find you."

Daniel | 5 Mar 2001 00:25
Picon

CVS update: mrbs

Date:	Sunday March 4, 2001  <at>  15:25
Author:	nambit

Update of /cvsroot/mrbs/mrbs
In directory usw-pr-cvs1:/tmp/cvs-serv12458

Modified Files:
	ChangeLog 
Log Message:
Changes for release 1.0-pre1

Daniel Gardner | 5 Mar 2001 00:49
Picon
Picon

Release 1.0pre1

hi there,

i've made up a release from the current cvs sources.

many things have been restructured since the 0.9.2 release, so i
have called this one 1.0pre1. i'm mainly looking for people to
help update the language files so that all of them are complete,
and then i can make a real 1.0 release.

http://download.sourceforge.net/mrbs/mrbs-1.0pre1.tar.gz

thanks,
daniel

Daniel | 7 Mar 2001 01:34
Picon

CVS update: mrbs/web

Date:	Tuesday March 6, 2001  <at>  16:34
Author:	nambit

Update of /cvsroot/mrbs/mrbs/web
In directory usw-pr-cvs1:/tmp/cvs-serv31910/web

Modified Files:
	lang.nl 
Log Message:
Update lang.nl

Daniel | 7 Mar 2001 01:34
Picon

CVS update: mrbs

Date:	Tuesday March 6, 2001  <at>  16:34
Author:	nambit

Update of /cvsroot/mrbs/mrbs
In directory usw-pr-cvs1:/tmp/cvs-serv31910

Modified Files:
	ChangeLog 
Log Message:
Update lang.nl


Gmane