Information about XDC 2022 - next week!

2022-09-29 Thread Jeremy White
good place to learn what restaurants and bars are chosen, and just a good way to track the social aspects of the conference. We look forward to seeing you next week! Cheers, Jeremy

Allow easy disabling of PRIMARY selection thru configuration?

2016-04-12 Thread Jeremy Morton
luded). -- Best regards, Jeremy Morton (Jez) ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

[PATCH][web]

2011-04-07 Thread jeremy
ns to building.html to apply this patch, and added tags around the description for setting up the Noveau Kernel in Ubuntu Maverick to make the HTML validator happy. The patch to apply these changes is attached to this email. --Jeremy Kemp From 3db113b7f467084597283825e377751aff11a13f Mon Sep 17

Re: wayland implementation conformance

2011-01-27 Thread Jeremy Volkman
Here's a DTD to go along with the relaxng schema. The DTD is less restrictive, but still provides basic validation. This would go along with a DOCTYPE definition on the protocol document. Perhaps something like this: http://wayland.freedesktop.org/wayland-1.0.dtd";> -Jeremy O

Re: wayland implementation conformance

2011-01-27 Thread Jeremy Volkman
Sure. xmllint, which comes with libxml2 (libxml2-utils in Ubuntu), supports RELAX NG these days. scout:protocol jvolkman$ xmllint --noout --relaxng schema.xml wayland.xml wayland.xml validates -Jeremy 2011/1/27 Kristian Høgsberg > On Wed, Jan 26, 2011 at 5:09 PM, Jeremy Volkman >

Re: wayland implementation conformance

2011-01-26 Thread Jeremy Volkman
Here's my stab at a Wayland schema written in RELAX NG. It can be converted to a W3C schema if preferred, but RELAX NG provides more functionality. For example, the schema is able to require an "interface" attribute for an argument only if the argument type is "object" or