View | Details | Raw Unified | Return to bug 40528 | Differences between
and this patch

Collapse All | Expand All

(-)a/management/univention-management-console/data/umc-module.dtd (-6 / +10 lines)
 Lines 1-10    Link Here 
1
<!ELEMENT umc (module|link|definitions|categories)>
1
<!ELEMENT umc ((module|link)+|categories)>
2
<!-- version:  only "2.0" -->
2
<!-- version:  only "2.0" -->
3
<!ATTLIST umc
3
<!ATTLIST umc
4
	version (2.0) #FIXED "2.0"
4
	version (2.0) #FIXED "2.0"
5
>
5
>
6
6
7
<!ELEMENT module ((name,description,keywords?)?,(flavor|categories)*,command+)>
7
<!ELEMENT module ((name,description,keywords?)?,flavor*,categories?,command*)>
8
<!-- priority: order of module
8
<!-- priority: order of module
9
	id:       unique module ID
9
	id:       unique module ID
10
	icon:     base directory
10
	icon:     base directory
 Lines 16-23    Link Here 
16
	priority CDATA #IMPLIED
16
	priority CDATA #IMPLIED
17
	version (1.0) #FIXED "1.0"
17
	version (1.0) #FIXED "1.0"
18
	notifier (qt) #IMPLIED
18
	notifier (qt) #IMPLIED
19
	deactivated  CDATA #IMPLIED
19
>
20
>
20
<!ELEMENT link ((name,url,description,keywords?)?,(categories)*)>
21
<!ELEMENT link (name,url,description,keywords?,categories?)>
21
<!-- priority: order of link
22
<!-- priority: order of link
22
	id:       unique link ID
23
	id:       unique link ID
23
	icon:     base directory -->
24
	icon:     base directory -->
 Lines 30-37    Link Here 
30
<!ELEMENT url (#PCDATA)>
31
<!ELEMENT url (#PCDATA)>
31
<!ELEMENT description (#PCDATA)>
32
<!ELEMENT description (#PCDATA)>
32
<!ELEMENT keywords (#PCDATA)>
33
<!ELEMENT keywords (#PCDATA)>
33
<!ELEMENT flavor (name,description,keywords?)>
34
<!ELEMENT flavor (name,description,keywords?,categories?)>
34
<!-- priority:   order of flavours (new with UCS-3.1)
35
<!-- priority:   order of flavours
35
	icon:       file name without suffix relative to umc/module/@icon
36
	icon:       file name without suffix relative to umc/module/@icon
36
	id:         unique module ID
37
	id:         unique module ID
37
	overwrites: over-write other flavor -->
38
	overwrites: over-write other flavor -->
 Lines 40-45    Link Here 
40
	priority CDATA #IMPLIED
41
	priority CDATA #IMPLIED
41
	id CDATA #REQUIRED
42
	id CDATA #REQUIRED
42
	overwrites CDATA #IMPLIED
43
	overwrites CDATA #IMPLIED
44
	deactivated  CDATA #IMPLIED
43
>
45
>
44
<!ELEMENT categories (category+)>
46
<!ELEMENT categories (category+)>
45
<!-- domain: ??? -->
47
<!-- domain: ??? -->
 Lines 47-56    Link Here 
47
	domain CDATA #IMPLIED
49
	domain CDATA #IMPLIED
48
>
50
>
49
<!ELEMENT category (name?)>
51
<!ELEMENT category (name?)>
50
<!-- priority: order of categories (new with UCS-3.1)
52
<!-- priority: order of categories
51
	name:     usage from umc/module; one of 'favorites'(100) 'system'(3) or a custom one
53
	name:     usage from umc/module; one of 'favorites'(100) 'system'(3) or a custom one
52
	id:       used for definition in umc/categories -->
54
	id:       used for definition in umc/categories -->
53
<!ATTLIST category
55
<!ATTLIST category
56
	icon CDATA #IMPLIED
57
	color CDATA #IMPLIED
54
	priority CDATA #IMPLIED
58
	priority CDATA #IMPLIED
55
	name CDATA #IMPLIED
59
	name CDATA #IMPLIED
56
	id CDATA #IMPLIED
60
	id CDATA #IMPLIED

Return to bug 40528