Wasn't Bert talking about documentation of the Swiki design?

> -----Original Message-----
> From: Mark Guzdial [mailto:[EMAIL PROTECTED]]
> Sent: donderdag 8 november 2001 18:14
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: [pws] Bug reports on Swiki as personal webserver
> 
> 
> >From: [EMAIL PROTECTED]
> >Date: Wed, 7 Nov 2001 18:53:24 -0500 (EST)
> >To: [EMAIL PROTECTED]
> >Subject: BOUNCE [EMAIL PROTECTED]: Non-member submission from 
> >[Sang-Hoon RHEE (�̻���) <[EMAIL PROTECTED]>]
> >
> > >From [EMAIL PROTECTED]  Wed Nov  7 18:53:19 2001
> >Received: from mp01.hananet.net ([211.202.13.159])
> >     by burdell.cc.gatech.edu (8.9.1/8.9.3) with ESMTP id SAA20715
> >     for <[EMAIL PROTECTED]>; Wed, 7 Nov 2001 18:53:17 -0500 (EST)
> >Received: from [210.220.165.82] by
> >          <mp01.hananet.net> (Terrace internet messaging server 3.0 
> >(for Hananet))
> >          with ESMTP id 2001110808:53:09:169521.24025.611
> >          for <[EMAIL PROTECTED]>;
> >          Thu, 08 Nov 2001 08:53:09 +0900 (KST)
> >Received: from rhee by sonic.linux.dnip.net with local (Exim 
> 3.33 #1 (Debian))
> >     id 161cVO-0007UU-00
> >     for <[EMAIL PROTECTED]>; Thu, 08 Nov 2001 08:53:14 +0900
> >Date: Thu, 8 Nov 2001 08:53:14 +0900
> >To: [EMAIL PROTECTED]
> >Subject: Two small problems
> >Message-ID: <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >References: <[EMAIL PROTECTED]> 
> ><[EMAIL PROTECTED]>
> >Mime-Version: 1.0
> >Content-Type: text/plain; charset=euc-kr
> >Content-Disposition: inline
> >Content-Transfer-Encoding: 8bit
> >In-Reply-To: <[EMAIL PROTECTED]>
> >User-Agent: Mutt/1.3.23i
> >From: =?iso-8859-1?Q?Sang-Hoon_RHEE_=28=C0=CC=BB=F3=C8=C6=29?= 
> ><[EMAIL PROTECTED]>
> >
> >I'm sorry if these were already known bugs.
> >
> >I've been using swiki for my personal web server for several
> >months. (And now considering learning Smalltalk to understand
> >this neat thing better. :-)
> >
> >Just two small problems:
> >
> >1. Anyone tried <xmp> ... </xmp> tag?  I noticed that a 
> literal "<br>"
> >   string is added to each lines between <xmp> and </xmp>.
> >
> >For example, when I type:
> >
> >    <xmp>
> >      first line
> >      second line
> >    </xmp>
> >
> >in the edit box, this will be shown as
> >
> >    <br>
> >      first line<br>
> >      second line<br>
> >
> >in 'view' mode.
> >
> >2. And I found that swiki encodes non-ASCII URL part in wierd way.
> >   For example when I create a directory named 'f�f�' in the uploads
> >directory of my test swiki, I can see the new directory name in the
> >listing.  (for non-Korans, this is euc-kr codes for a certain
> >meaningless Korean word. byte sequence 0xb0,0xa1,0xb0,0xa1 in
> >hexadecimal notation)
> >
> >   But when I click the directory, the URL goes to
> >http://a.b.c.d/test/uploads/%110%101%110%101.
> >
> >For above character sequence, the correct encoded URL should be
> >http://127.0.0.1:8888/public/uploads/%B0%A1%B0%A1.
> >
> >As you see, '110' = '11','0' and '101' = '10','1'.
> >
> >It seems that swiki splits uppper 4-bits and lower 4-bits correctly,
> >and then prints each nibble in decimal (11,10) when it 
> should print things
> >in hexadecimal (B, A).
> >
> >Thanks for reading.
> >
> >--EnD
> 
> --------------------------
> Mark Guzdial : Georgia Tech : College of Computing : Atlanta, 
> GA 30332-0280
> Associate Professor - Learning Sciences & Technologies.
> Collaborative Software Lab - http://coweb.cc.gatech.edu/csl/
> (404) 894-5618 : Fax (404) 894-0673 : [EMAIL PROTECTED]
> http://www.cc.gatech.edu/gvu/people/Faculty/Mark.Guzdial.html
> 


Reply via email to