From endian.sign at gmail.com Fri Sep 3 21:30:11 2010 From: endian.sign at gmail.com (rrl) Date: Sat, 4 Sep 2010 00:30:11 +0300 Subject: [cl-who-devel] Case sensitive tags with cl-who In-Reply-To: <20100816221957.GA22080@minerva.freedsl.mg> References: <20100816221957.GA22080@minerva.freedsl.mg> Message-ID: <20100903213011.GA36283@minerva.freedsl.mg> Thinking about it again, I think this patch is a bad idea. It's possible to have the desired effect without touching the code base with something like: (defmacro with-xml ((&key (prologue "")) &body body) "Write the xml strings to the standard output." `(with-output-to-string (*standard-output*) ,(let (*downcase-tokens-p*) (macroexpand `(with-html-output (*standard-output* nil :prologue ,prologue) , at body))))) From edi at agharta.de Sun Sep 5 13:01:56 2010 From: edi at agharta.de (Edi Weitz) Date: Sun, 5 Sep 2010 15:01:56 +0200 Subject: [cl-who-devel] Case sensitive tags with cl-who In-Reply-To: <20100903213011.GA36283@minerva.freedsl.mg> References: <20100816221957.GA22080@minerva.freedsl.mg> <20100903213011.GA36283@minerva.freedsl.mg> Message-ID: On Fri, Sep 3, 2010 at 11:30 PM, rrl wrote: > Thinking about it again, I think this patch is a bad idea. ?It's > possible to have the desired effect without touching the code base That's good to hear... :) Sorry for not replying earlier, I was busy with other things. ISTR that you'll also find similar ideas if you search the archive of this mailing list. I have to admit that I haven't cared much about CL-WHO recently, even less then of my other open source libs. Some stuff has happened in the BKNR repository, but that too was more than a year ago. Edi. From mail at chaitanyagupta.com Tue Sep 14 15:45:07 2010 From: mail at chaitanyagupta.com (Chaitanya Gupta) Date: Tue, 14 Sep 2010 21:15:07 +0530 Subject: [cl-who-devel] Adding support for HTML5 doctype Message-ID: <4C8F9883.5070908@chaitanyagupta.com> Hi, I needed to emit some HTML5 from cl-who the other day. Attached is a patch which adds support for an :HTML5 mode to cl-who. Essentially, it just sends the correct doctype. Hope this patch is fine. Chaitanya -- http://chaitanyagupta.com/blog/ -------------- next part -------------- A non-text attachment was scrubbed... Name: who.patch Type: text/x-diff Size: 723 bytes Desc: not available URL: From edi at agharta.de Tue Sep 14 16:24:33 2010 From: edi at agharta.de (Edi Weitz) Date: Tue, 14 Sep 2010 18:24:33 +0200 Subject: [cl-who-devel] Adding support for HTML5 doctype In-Reply-To: <4C8F9883.5070908@chaitanyagupta.com> References: <4C8F9883.5070908@chaitanyagupta.com> Message-ID: Thanks, that looks OK. But could you please also update the docstrings and the HTML documentation? http://weitz.de/patches.html Thanks, Edi. On Tue, Sep 14, 2010 at 5:45 PM, Chaitanya Gupta wrote: > Hi, > > I needed to emit some HTML5 from cl-who the other day. Attached is a patch > which adds support for an :HTML5 mode to cl-who. Essentially, it just sends > the correct doctype. > > Hope this patch is fine. > > Chaitanya > > -- > http://chaitanyagupta.com/blog/ > > _______________________________________________ > cl-who-devel site list > cl-who-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-who-devel > From mail at chaitanyagupta.com Tue Sep 14 16:45:10 2010 From: mail at chaitanyagupta.com (Chaitanya Gupta) Date: Tue, 14 Sep 2010 22:15:10 +0530 Subject: [cl-who-devel] Adding support for HTML5 doctype In-Reply-To: References: <4C8F9883.5070908@chaitanyagupta.com> Message-ID: <4C8FA696.4020204@chaitanyagupta.com> Edi Weitz wrote: > Thanks, that looks OK. But could you please also update the > docstrings and the HTML documentation? > Sure. However, I have noticed that the released version is not the same as one that is on the bknr-svn repo. Which one should I create the patch against? Chaitanya > http://weitz.de/patches.html > > Thanks, > Edi. > > On Tue, Sep 14, 2010 at 5:45 PM, Chaitanya Gupta > wrote: >> Hi, >> >> I needed to emit some HTML5 from cl-who the other day. Attached is a patch >> which adds support for an :HTML5 mode to cl-who. Essentially, it just sends >> the correct doctype. >> >> Hope this patch is fine. >> >> Chaitanya >> >> -- >> http://chaitanyagupta.com/blog/ >> >> _______________________________________________ >> cl-who-devel site list >> cl-who-devel at common-lisp.net >> http://common-lisp.net/mailman/listinfo/cl-who-devel >> > > _______________________________________________ > cl-who-devel site list > cl-who-devel at common-lisp.net > http://common-lisp.net/mailman/listinfo/cl-who-devel > -- http://chaitanyagupta.com/blog/ From edi at agharta.de Tue Sep 14 18:18:23 2010 From: edi at agharta.de (Edi Weitz) Date: Tue, 14 Sep 2010 20:18:23 +0200 Subject: [cl-who-devel] Adding support for HTML5 doctype In-Reply-To: <4C8FA696.4020204@chaitanyagupta.com> References: <4C8F9883.5070908@chaitanyagupta.com> <4C8FA696.4020204@chaitanyagupta.com> Message-ID: The one in the BKNR repo, as it says on the patches page. Thanks, Edi. On Tue, Sep 14, 2010 at 6:45 PM, Chaitanya Gupta wrote: > Edi Weitz wrote: >> >> Thanks, that looks OK. ?But could you please also update the >> docstrings and the HTML documentation? >> > > Sure. However, I have noticed that the released version is not the same as > one that is on the bknr-svn repo. Which one should I create the patch > against? > > Chaitanya > >> http://weitz.de/patches.html >> >> Thanks, >> Edi. >> >> On Tue, Sep 14, 2010 at 5:45 PM, Chaitanya Gupta >> wrote: >>> >>> Hi, >>> >>> I needed to emit some HTML5 from cl-who the other day. Attached is a >>> patch >>> which adds support for an :HTML5 mode to cl-who. Essentially, it just >>> sends >>> the correct doctype. >>> >>> Hope this patch is fine. >>> >>> Chaitanya >>> >>> -- >>> http://chaitanyagupta.com/blog/ >>> >>> _______________________________________________ >>> cl-who-devel site list >>> cl-who-devel at common-lisp.net >>> http://common-lisp.net/mailman/listinfo/cl-who-devel >>> >> >> _______________________________________________ >> cl-who-devel site list >> cl-who-devel at common-lisp.net >> http://common-lisp.net/mailman/listinfo/cl-who-devel >> > > > -- > http://chaitanyagupta.com/blog/ > > From mail at chaitanyagupta.com Wed Sep 15 09:35:54 2010 From: mail at chaitanyagupta.com (Chaitanya Gupta) Date: Wed, 15 Sep 2010 15:05:54 +0530 Subject: [cl-who-devel] Adding support for HTML5 doctype In-Reply-To: References: <4C8F9883.5070908@chaitanyagupta.com> <4C8FA696.4020204@chaitanyagupta.com> Message-ID: <4C90937A.3090908@chaitanyagupta.com> Edi Weitz wrote: > The one in the BKNR repo, as it says on the patches page. > Oops! I didn't care to look at the updated patches page. Anyways, I have attached the updated patch. I have also changed a few things from the original patch: * Using HTML5's HTML syntax[1] instead of XHTML syntax -- this is required if is used * which means *EMPTY-TAG-END* is ">" and not " />" for HTML5 * Added new elements to *HTML-EMPTY-TAGS* -- from the list of void elements defined in the HTML5 spec[2] Chaitanya 1. http://dev.w3.org/html5/spec/Overview.html#syntax 2. http://dev.w3.org/html5/spec/Overview.html#void-elements > Thanks, > Edi. > > > On Tue, Sep 14, 2010 at 6:45 PM, Chaitanya Gupta > wrote: >> Edi Weitz wrote: >>> Thanks, that looks OK. But could you please also update the >>> docstrings and the HTML documentation? >>> >> Sure. However, I have noticed that the released version is not the same as >> one that is on the bknr-svn repo. Which one should I create the patch >> against? >> >> Chaitanya >> >>> http://weitz.de/patches.html >>> >>> Thanks, >>> Edi. >>> >>> On Tue, Sep 14, 2010 at 5:45 PM, Chaitanya Gupta >>> wrote: >>>> Hi, >>>> >>>> I needed to emit some HTML5 from cl-who the other day. Attached is a >>>> patch >>>> which adds support for an :HTML5 mode to cl-who. Essentially, it just >>>> sends >>>> the correct doctype. >>>> >>>> Hope this patch is fine. >>>> >>>> Chaitanya >>>> >>>> -- >>>> http://chaitanyagupta.com/blog/ >>>> >>>> _______________________________________________ >>>> cl-who-devel site list >>>> cl-who-devel at common-lisp.net >>>> http://common-lisp.net/mailman/listinfo/cl-who-devel >>>> >>> _______________________________________________ >>> cl-who-devel site list >>> cl-who-devel at common-lisp.net >>> http://common-lisp.net/mailman/listinfo/cl-who-devel >>> >> >> -- >> http://chaitanyagupta.com/blog/ >> >> > -- http://chaitanyagupta.com/blog/ -------------- next part -------------- A non-text attachment was scrubbed... Name: cl-who.patch Type: text/x-diff Size: 5703 bytes Desc: not available URL: From mail at chaitanyagupta.com Tue Sep 28 10:03:33 2010 From: mail at chaitanyagupta.com (Chaitanya Gupta) Date: Tue, 28 Sep 2010 15:33:33 +0530 Subject: [cl-who-devel] Adding support for HTML5 doctype In-Reply-To: <4C90937A.3090908@chaitanyagupta.com> References: <4C8F9883.5070908@chaitanyagupta.com> <4C8FA696.4020204@chaitanyagupta.com> <4C90937A.3090908@chaitanyagupta.com> Message-ID: <4CA1BD75.2030300@chaitanyagupta.com> Hi Edi, Haven't see any update on this thread. In case there's anything missing in the patch, let me know. Cheers, Chaitanya Chaitanya Gupta wrote: > Edi Weitz wrote: >> The one in the BKNR repo, as it says on the patches page. >> > > Oops! I didn't care to look at the updated patches page. > > Anyways, I have attached the updated patch. I have also changed a few > things from the original patch: > > * Using HTML5's HTML syntax[1] instead of XHTML syntax -- this is > required if is used > * which means *EMPTY-TAG-END* is ">" and not " />" for HTML5 > * Added new elements to *HTML-EMPTY-TAGS* -- from the list of void > elements defined in the HTML5 spec[2] > > Chaitanya > > 1. http://dev.w3.org/html5/spec/Overview.html#syntax > 2. http://dev.w3.org/html5/spec/Overview.html#void-elements > >> Thanks, >> Edi. >> >> >> On Tue, Sep 14, 2010 at 6:45 PM, Chaitanya Gupta >> wrote: >>> Edi Weitz wrote: >>>> Thanks, that looks OK. But could you please also update the >>>> docstrings and the HTML documentation? >>>> >>> Sure. However, I have noticed that the released version is not the >>> same as >>> one that is on the bknr-svn repo. Which one should I create the patch >>> against? >>> >>> Chaitanya >>> >>>> http://weitz.de/patches.html >>>> >>>> Thanks, >>>> Edi. >>>> >>>> On Tue, Sep 14, 2010 at 5:45 PM, Chaitanya Gupta >>>> wrote: >>>>> Hi, >>>>> >>>>> I needed to emit some HTML5 from cl-who the other day. Attached is a >>>>> patch >>>>> which adds support for an :HTML5 mode to cl-who. Essentially, it just >>>>> sends >>>>> the correct doctype. >>>>> >>>>> Hope this patch is fine. >>>>> >>>>> Chaitanya >>>>> >>>>> -- >>>>> http://chaitanyagupta.com/blog/ >>>>> >>>>> _______________________________________________ >>>>> cl-who-devel site list >>>>> cl-who-devel at common-lisp.net >>>>> http://common-lisp.net/mailman/listinfo/cl-who-devel >>>>> >>>> _______________________________________________ >>>> cl-who-devel site list >>>> cl-who-devel at common-lisp.net >>>> http://common-lisp.net/mailman/listinfo/cl-who-devel >>>> >>> >>> -- >>> http://chaitanyagupta.com/blog/ >>> >>> >> > > -- http://chaitanyagupta.com/blog/ From edi at agharta.de Tue Sep 28 10:10:39 2010 From: edi at agharta.de (Edi Weitz) Date: Tue, 28 Sep 2010 06:10:39 -0400 Subject: [cl-who-devel] Adding support for HTML5 doctype In-Reply-To: <4CA1BD75.2030300@chaitanyagupta.com> References: <4C8F9883.5070908@chaitanyagupta.com> <4C8FA696.4020204@chaitanyagupta.com> <4C90937A.3090908@chaitanyagupta.com> <4CA1BD75.2030300@chaitanyagupta.com> Message-ID: No worries, I'm just busy. I'll get to it eventually. Sorry for the delay. Edi. On Tue, Sep 28, 2010 at 6:03 AM, Chaitanya Gupta wrote: > Hi Edi, > > Haven't see any update on this thread. In case there's anything missing in > the patch, let me know. > > Cheers, > Chaitanya > > Chaitanya Gupta wrote: >> >> Edi Weitz wrote: >>> >>> The one in the BKNR repo, as it says on the patches page. >>> >> >> Oops! I didn't care to look at the updated patches page. >> >> Anyways, I have attached the updated patch. I have also changed a few >> things from the original patch: >> >> * Using HTML5's HTML syntax[1] instead of XHTML syntax -- this is required >> if is used >> * which means *EMPTY-TAG-END* is ">" and not " />" for HTML5 >> * Added new elements to *HTML-EMPTY-TAGS* -- from the list of void >> elements defined in the HTML5 spec[2] >> >> Chaitanya >> >> 1. http://dev.w3.org/html5/spec/Overview.html#syntax >> 2. http://dev.w3.org/html5/spec/Overview.html#void-elements >> >>> Thanks, >>> Edi. >>> >>> >>> On Tue, Sep 14, 2010 at 6:45 PM, Chaitanya Gupta >>> wrote: >>>> >>>> Edi Weitz wrote: >>>>> >>>>> Thanks, that looks OK. ?But could you please also update the >>>>> docstrings and the HTML documentation? >>>>> >>>> Sure. However, I have noticed that the released version is not the same >>>> as >>>> one that is on the bknr-svn repo. Which one should I create the patch >>>> against? >>>> >>>> Chaitanya >>>> >>>>> http://weitz.de/patches.html >>>>> >>>>> Thanks, >>>>> Edi. >>>>> >>>>> On Tue, Sep 14, 2010 at 5:45 PM, Chaitanya Gupta >>>>> wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> I needed to emit some HTML5 from cl-who the other day. Attached is a >>>>>> patch >>>>>> which adds support for an :HTML5 mode to cl-who. Essentially, it just >>>>>> sends >>>>>> the correct doctype. >>>>>> >>>>>> Hope this patch is fine. >>>>>> >>>>>> Chaitanya >>>>>> >>>>>> -- >>>>>> http://chaitanyagupta.com/blog/ >>>>>> >>>>>> _______________________________________________ >>>>>> cl-who-devel site list >>>>>> cl-who-devel at common-lisp.net >>>>>> http://common-lisp.net/mailman/listinfo/cl-who-devel >>>>>> >>>>> _______________________________________________ >>>>> cl-who-devel site list >>>>> cl-who-devel at common-lisp.net >>>>> http://common-lisp.net/mailman/listinfo/cl-who-devel >>>>> >>>> >>>> -- >>>> http://chaitanyagupta.com/blog/ >>>> >>>> >>> >> >> > > > -- > http://chaitanyagupta.com/blog/ > >