all repos — openbox @ 2ff10b4260fd01ebb69adc36e0dabb2fb6355885

openbox fork - make it a bit more like ryudo

relocate the xsd's so they don't clash, and point to the right places
Dana Jansens danakj@orodu.net
commit

2ff10b4260fd01ebb69adc36e0dabb2fb6355885

parent

5eba6007e78eb52da0a20e954fec9d88124c026d

M data/menu.xmldata/menu.xml

@@ -2,7 +2,7 @@ <?xml version="1.0" encoding="UTF-8"?>

<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://openbox.org/"> + xsi:schemaLocation="http://openbox.org/4.0/menu"> <menu id="games-menu" label="Games"> <item label="Crack-Attack">
M data/menu.xsddata/menu.xsd

@@ -15,8 +15,8 @@ Mon Sep 22 02:42:10 EDT 2003 - xor(a)orodu.net

fix some capitalization --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" - targetNamespace="http://openbox.org/" - xmlns:ob="http://openbox.org/" + targetNamespace="http://openbox.org/4.0/menu" + xmlns:ob="http://openbox.org/4.0/menu" elementFormDefault="qualified"> <!-- root node
M data/rc.xmldata/rc.xml

@@ -5,7 +5,7 @@ Copy the file to $HOME/.config/openbox/ instead. -->

<openbox_config xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://openbox.org/"> + xsi:schemaLocation="http://openbox.org/4.0/rc"> <resistance> <strength>10</strength>
M data/rc.xsddata/rc.xsd

@@ -55,8 +55,8 @@ Thu Apr 26 09:11:03 EDT 2007 - danakj(a)orodu.net

Add the place attribute for fonts --> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" - targetNamespace="http://openbox.org/" - xmlns:ob="http://openbox.org/" + targetNamespace="http://openbox.org/4.0/rc" + xmlns:ob="http://openbox.org/4.0/rc" elementFormDefault="qualified"> <!-- root node
M data/themerc.xsddata/themerc.xsd

@@ -1,8 +1,8 @@

<?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" - targetNamespace="http://openbox.org/themerc" - xmlns:obt="http://openbox.org/themerc" + targetNamespace="http://openbox.org/4.0/themerc" + xmlns:obt="http://openbox.org/4.0/themerc" elementFormDefault="qualified" version="1.0">
M themes/Artwiz-boxed/openbox-3/themerc.xmlthemes/Artwiz-boxed/openbox-3/themerc.xml

@@ -1,5 +1,5 @@

<?xml version="1.0"?> -<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> +<openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc"> <about> <author></author> <email></email>
M themes/Bear2/openbox-3/themerc.xmlthemes/Bear2/openbox-3/themerc.xml

@@ -1,5 +1,5 @@

<?xml version="1.0"?> -<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> +<openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc"> <about> <author></author> <email></email>
M themes/Clearlooks-Olive/openbox-3/themerc.xmlthemes/Clearlooks-Olive/openbox-3/themerc.xml

@@ -1,5 +1,5 @@

<?xml version="1.0"?> -<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> +<openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc"> <about> <author></author> <email></email>
M themes/Clearlooks/openbox-3/themerc.xmlthemes/Clearlooks/openbox-3/themerc.xml

@@ -1,5 +1,5 @@

<?xml version="1.0"?> -<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> +<openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc"> <about> <author></author> <email></email>
M themes/Mikachu/openbox-3/themerc.xmlthemes/Mikachu/openbox-3/themerc.xml

@@ -1,5 +1,5 @@

<?xml version="1.0"?> -<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> +<openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc"> <about> <author></author> <email></email>
M themes/Natura/openbox-3/themerc.xmlthemes/Natura/openbox-3/themerc.xml

@@ -1,5 +1,5 @@

<?xml version="1.0"?> -<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> +<openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc"> <about> <author></author> <email></email>
M themes/Orang/openbox-3/themerc.xmlthemes/Orang/openbox-3/themerc.xml

@@ -1,5 +1,5 @@

<?xml version="1.0"?> -<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> +<openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc"> <about> <author></author> <email></email>
M themes/Syscrash/openbox-3/themerc.xmlthemes/Syscrash/openbox-3/themerc.xml

@@ -1,5 +1,5 @@

<?xml version="1.0"?> -<openbox_theme engine="box" version="1" xmlns="http://openbox.org/themerc"> +<openbox_theme engine="box" version="1" xmlns="http://openbox.org/4.0/themerc"> <about> <author></author> <email></email>
M tools/themetoxml/themetoxml.ctools/themetoxml/themetoxml.c

@@ -325,7 +325,7 @@ (doc,(root = xmlNewNode(NULL, (const xmlChar*)"openbox_theme")));

xmlSetProp(root, (const xmlChar*)"engine", (const xmlChar*)"box"); xmlSetProp(root, (const xmlChar*)"version", (const xmlChar*)"1"); xmlSetProp(root, (const xmlChar*)"xmlns", - (const xmlChar*)"http://openbox.org/themerc"); + (const xmlChar*)"http://openbox.org/4.0/themerc"); CONT2("about", "author", ""); CONT2("about", "email", ""); CONT2("about", "webpage", "");