~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to gui/xml/grass-interface.dtd

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
<!ELEMENT gisprompt    EMPTY>
102
102
<!ATTLIST gisprompt    age            (any | old | new | mapset) #REQUIRED
103
103
                       element        (cell | fcell | cellhd | cats | colr |
104
 
                                       colr2 | cell_misc | hist | dig | dig_ascii |
105
 
                                       dig_att | dig_cats | dig_plus | reg | arc |
106
 
                                       bldg | dlg | dxf | camera | icons | paint |
107
 
                                       group | site_lists | windows | CDATA) #REQUIRED
 
104
                                       colr2 | cell_misc | hist | paint |
 
105
                                       group | vector | windows | CDATA) #REQUIRED
108
106
                       prompt         CDATA #REQUIRED>
109
107
 
110
108
<!--    A flag must have a name and should have a description.
154
152
<!--    list of keywords that describes a task
155
153
-->
156
154
<!ELEMENT keywords   (#PCDATA)>
 
155
 
 
156
<!--    option inter-dependency rules
 
157
-->
 
158
<!ELEMENT rules   (rule+)>
 
159
 
 
160
<!--    an option inter-dependency rule
 
161
-->
 
162
<!ELEMENT rule   (rule-flag*, rule-option*)>
 
163
<!ATTLIST rule   type            (exclusive | required | requires | requires-all |
 
164
                                  excludes | collective) #REQUIRED>
 
165
 
 
166
<!--    a flag name
 
167
-->
 
168
<!ELEMENT rule-flag    EMPTY>
 
169
<!ATTLIST rule-flag    key       CDATA #REQUIRED>
 
170
 
 
171
<!--    an option name
 
172
-->
 
173
<!ELEMENT rule-option    EMPTY>
 
174
<!ATTLIST rule-option    key       CDATA #REQUIRED>