This file is indexed.

/usr/share/kde4/apps/doc/kdm/greeter.dtd is in kdm 4:4.11.13-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!ELEMENT greeter (item | normal | style)+>	<!-- The root is an item of type "rect". -->
<!ELEMENT item (fixed | box | pos | normal | active | prelight | show | text | stock | color | style | buddy)*>
<!ELEMENT fixed (item+)>
<!ELEMENT box (item+)>
<!ELEMENT pos EMPTY>
<!ELEMENT show EMPTY>
<!ELEMENT text (#PCDATA)>
<!ELEMENT normal EMPTY>
<!ELEMENT active EMPTY>
<!ELEMENT prelight EMPTY>
<!ELEMENT stock EMPTY>
<!ELEMENT color EMPTY>
<!ELEMENT style EMPTY>
<!ELEMENT buddy EMPTY>

<!--
Items with these IDs get special treatment:
	xconsole | userlist |
	caps-lock-warning | xauth-warning | pam-error | timed-label |
	login_button | session_button | system_button
Items with these IDs might get special treatment by conversation plugins:
	talker | domain-entry | user-entry | pw-entry
Items with these IDs are always hidden:
	pam-message | language_button
-->

<!ATTLIST item
	type (rect | entry | pixmap | label | svg | list | button) #REQUIRED
	id CDATA #IMPLIED
	button (true | false) #IMPLIED
	background (true | false) #IMPLIED
	screen (all | greeter | other) #IMPLIED
>
<!ATTLIST pos
	x CDATA #IMPLIED
	y CDATA #IMPLIED
	anchor CDATA "nw"
	width CDATA #IMPLIED
	height CDATA #IMPLIED
	min-width CDATA #IMPLIED
	min-height CDATA #IMPLIED
	max-width CDATA #IMPLIED
	max-height CDATA #IMPLIED
	expand (true | false) #IMPLIED
>
<!ENTITY % colorattrs "
	file CDATA #IMPLIED
	element CDATA #IMPLIED
	color CDATA #IMPLIED
	font CDATA #IMPLIED
	tint CDATA #IMPLIED
	alpha CDATA #IMPLIED">
<!ATTLIST normal
	%colorattrs;
>
<!ATTLIST active
	%colorattrs;
>
<!ATTLIST prelight
	%colorattrs;
>
<!ATTLIST stock
	type (language | session | system | disconnect | quit | halt | reboot | chooser | caps-lock-warning | timed-label | welcome-label | domain-label | username-label | password-label | login) #REQUIRED
>
<!ATTLIST box
	orientation (horizontal | vertical) "horizontal"
	spacing CDATA #IMPLIED
	xpadding CDATA #IMPLIED
	ypadding CDATA #IMPLIED
	min-width CDATA #IMPLIED
	min-height CDATA #IMPLIED
	homogeneous (true | false) #IMPLIED
>
<!-- modes: (everywhere | nowhere | console | * ) -->
<!-- type: !? (config | chooser | system | halt | reboot | suspend | timed | plugin-*) -->
<!ATTLIST show
	modes CDATA #IMPLIED
	type CDATA #IMPLIED
	min-screen-width CDATA #IMPLIED
	min-screen-height CDATA #IMPLIED
>
<!ATTLIST text
	xml:lang CDATA #IMPLIED
>
<!ATTLIST color
	labelcolor CDATA #IMPLIED
	altlabelcolor CDATA #IMPLIED
>
<!-- FIXME? the full syntax for the palette specs is
     ((all|active|inactive|disabled)-|)<role>-(color|alpha) -->
<!ATTLIST style
	font CDATA #IMPLIED
	edit-font CDATA #IMPLIED
	window-color CDATA #IMPLIED
	window-alpha CDATA #IMPLIED
	window-text-color CDATA #IMPLIED
	window-text-alpha CDATA #IMPLIED
	base-color CDATA #IMPLIED
	base-alpha CDATA #IMPLIED
	alternate-base-color CDATA #IMPLIED
	alternate-base-alpha CDATA #IMPLIED
	text-color CDATA #IMPLIED
	text-alpha CDATA #IMPLIED
	highlight-color CDATA #IMPLIED
	highlight-alpha CDATA #IMPLIED
	highlighted-text-color CDATA #IMPLIED
	highlighted-text-alpha CDATA #IMPLIED
	button-color CDATA #IMPLIED
	button-alpha CDATA #IMPLIED
	button-text-color CDATA #IMPLIED
	button-text-alpha CDATA #IMPLIED
	bright-text-color CDATA #IMPLIED
	bright-text-alpha CDATA #IMPLIED
	frame (true | false) #IMPLIED
>
<!ATTLIST buddy
	idref IDREF #REQUIRED
>