Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-28 Thread Peter Hutterer
On Tue, Feb 28, 2012 at 09:14:18AM -0500, Kristian Høgsberg wrote: > 2012/2/25 Peter Hutterer : > > On 25/02/12 01:04 , Kristian Høgsberg wrote: > >> > >> On Fri, Feb 24, 2012 at 2:42 AM, Peter Hutterer > >>  wrote: > >>> > >>> On Thu, Feb 23, 2012 at 04:26:23PM -0500, Kristian Hoegsberg wrote: >

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-28 Thread Kristian Høgsberg
2012/2/25 Peter Hutterer : > On 25/02/12 01:04 , Kristian Høgsberg wrote: >> >> On Fri, Feb 24, 2012 at 2:42 AM, Peter Hutterer >>  wrote: >>> >>> On Thu, Feb 23, 2012 at 04:26:23PM -0500, Kristian Hoegsberg wrote: On Thu, Feb 23, 2012 at 03:58:37PM +1000, Peter Hutterer wrote: > >>>

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-24 Thread Peter Hutterer
On 25/02/12 01:04 , Kristian Høgsberg wrote: On Fri, Feb 24, 2012 at 2:42 AM, Peter Hutterer wrote: On Thu, Feb 23, 2012 at 04:26:23PM -0500, Kristian Hoegsberg wrote: On Thu, Feb 23, 2012 at 03:58:37PM +1000, Peter Hutterer wrote: Includes rudimentary styling only. Signed-off-by: Peter Hut

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-24 Thread Kristian Høgsberg
On Fri, Feb 24, 2012 at 2:42 AM, Peter Hutterer wrote: > On Thu, Feb 23, 2012 at 04:26:23PM -0500, Kristian Hoegsberg wrote: >> On Thu, Feb 23, 2012 at 03:58:37PM +1000, Peter Hutterer wrote: >> > Includes rudimentary styling only. >> > >> > Signed-off-by: Peter Hutterer >> > --- >> > A few thing

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-24 Thread Peter Hutterer
On 24/02/12 20:15 , Michael Hasselmann wrote: On Fri, 2012-02-24 at 17:42 +1000, Peter Hutterer wrote: I've played around a bit today and the result is this: http://people.freedesktop.org/~whot/Wayland/tmp/en-US/html/ The blue text for type names etc. is a bit confusing, in the sense that they

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-24 Thread Michael Hasselmann
On Fri, 2012-02-24 at 17:42 +1000, Peter Hutterer wrote: > I've played around a bit today and the result is this: > http://people.freedesktop.org/~whot/Wayland/tmp/en-US/html/ The blue text for type names etc. is a bit confusing, in the sense that they are not links. regards, Michael ___

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-23 Thread Peter Hutterer
On Thu, Feb 23, 2012 at 04:26:23PM -0500, Kristian Hoegsberg wrote: > On Thu, Feb 23, 2012 at 03:58:37PM +1000, Peter Hutterer wrote: > > Includes rudimentary styling only. > > > > Signed-off-by: Peter Hutterer > > --- > > A few things to note: > > - I'm not a designer > > - Having a html version

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-23 Thread Kristian Høgsberg
On Thu, Feb 23, 2012 at 4:26 PM, Kristian Hoegsberg wrote: > On Thu, Feb 23, 2012 at 03:58:37PM +1000, Peter Hutterer wrote: >> Includes rudimentary styling only. >> >> Signed-off-by: Peter Hutterer >> --- >> A few things to note: >> - I'm not a designer >> - Having a html version of the protocol

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-23 Thread Michael Hasselmann
On Thu, 2012-02-23 at 16:26 -0500, Kristian Hoegsberg wrote: > On Thu, Feb 23, 2012 at 03:58:37PM +1000, Peter Hutterer wrote: > > Includes rudimentary styling only. > > > > Signed-off-by: Peter Hutterer > > --- > > A few things to note: > > - I'm not a designer > > - Having a html version of the

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-23 Thread Kristian Hoegsberg
On Thu, Feb 23, 2012 at 03:58:37PM +1000, Peter Hutterer wrote: > Includes rudimentary styling only. > > Signed-off-by: Peter Hutterer > --- > A few things to note: > - I'm not a designer > - Having a html version of the protocol makes it a lot easier to read, and > it certainly reveals missing

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-23 Thread Michael Hasselmann
On Thu, 2012-02-23 at 21:20 +1000, Peter Hutterer wrote: > On 23/02/12 19:57 , Tiago Vignatti wrote: > > On 02/23/2012 07:58 AM, Peter Hutterer wrote: > >> Includes rudimentary styling only. > >> > >> Signed-off-by: Peter Hutterer > >> --- > >> A few things to note: > >> - I'm not a designer > >> -

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-23 Thread Peter Hutterer
On 23/02/12 19:57 , Tiago Vignatti wrote: On 02/23/2012 07:58 AM, Peter Hutterer wrote: Includes rudimentary styling only. Signed-off-by: Peter Hutterer --- A few things to note: - I'm not a designer - Having a html version of the protocol makes it a lot easier to read, and it certainly reveals

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-23 Thread Pekka Paalanen
On Thu, 23 Feb 2012 11:57:31 +0200 Tiago Vignatti wrote: > On 02/23/2012 07:58 AM, Peter Hutterer wrote: > > Includes rudimentary styling only. > > > > Signed-off-by: Peter Hutterer > > --- > > A few things to note: > > - I'm not a designer > > - Having a html version of the protocol makes it a l

Re: [PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-23 Thread Tiago Vignatti
On 02/23/2012 07:58 AM, Peter Hutterer wrote: Includes rudimentary styling only. Signed-off-by: Peter Hutterer --- A few things to note: - I'm not a designer - Having a html version of the protocol makes it a lot easier to read, and it certainly reveals missing bits of documentation in the pr

[PATCH RFC] protocol: add xslt stylesheet to prettify the protocol

2012-02-22 Thread Peter Hutterer
Includes rudimentary styling only. Signed-off-by: Peter Hutterer --- A few things to note: - I'm not a designer - Having a html version of the protocol makes it a lot easier to read, and it certainly reveals missing bits of documentation in the protocol - the .css file is the one from wayland.f