summaryrefslogtreecommitdiffstats
path: root/wm-spec
diff options
context:
space:
mode:
authorlanius <lanius>2003-07-09 13:50:06 +0000
committerlanius <lanius>2003-07-09 13:50:06 +0000
commit0ebd2485eea7d0704a2030becc4644fd7437bbc8 (patch)
treed74bfb15884c2ed0d451ee30add6f1cdbd7923c5 /wm-spec
parent81e304e252c8d5d8487354932fbc85a90bbe4fa1 (diff)
downloadxdg-specs-0ebd2485eea7d0704a2030becc4644fd7437bbc8.tar.xz
changed from sgml to xml
Diffstat (limited to 'wm-spec')
-rw-r--r--wm-spec/wm-spec.dsl44
-rw-r--r--wm-spec/wm-spec.xml (renamed from wm-spec/wm-spec.sgml)16
2 files changed, 8 insertions, 52 deletions
diff --git a/wm-spec/wm-spec.dsl b/wm-spec/wm-spec.dsl
deleted file mode 100644
index a4b5f6c..0000000
--- a/wm-spec/wm-spec.dsl
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
-<!ENTITY db-html PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA dsssl>
-<!ENTITY db-print PUBLIC "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" CDATA dsssl>
-]>
-<style-sheet>
-<style-specification id="html" use="common db-html">
-<style-specification-body>
-;; html customization goes here
-
-(define %root-filename% "index")
-(define %html-ext% ".html")
-
-</style-specification-body>
-</style-specification>
-
-<style-specification id="print" use="common db-print">
-<style-specification-body>
-;; print customization goes here
-</style-specification-body>
-</style-specification>
-
-<style-specification id="common">
-<style-specification-body>
-;; common customization goes here
-
-(define %section-autolabel% #t)
-(define %quanda-inherit-numeration% #t)
-(define %generate-article-toc% #t)
-(define (article-titlepage-recto-elements)
- (list (normalize "title")
- (normalize "subtitle")
- (normalize "corpauthor")
- (normalize "authorgroup")
- (normalize "author")
- (normalize "releaseinfo")
- (normalize "date")))
-
-</style-specification-body>
-</style-specification>
-
-<external-specification id="db-html" document="db-html">
-<external-specification id="db-print" document="db-print">
-</style-sheet>
-
diff --git a/wm-spec/wm-spec.sgml b/wm-spec/wm-spec.xml
index 9cfddd5..3019eb7 100644
--- a/wm-spec/wm-spec.sgml
+++ b/wm-spec/wm-spec.xml
@@ -155,7 +155,7 @@ can be shown on the screen at a time. There is some variation among the
features of virtual desktop implementations. There may be a fixed number
of desktops, or new ones may be created dynamically. The size of the desktops
may be fixed or variable. If the desktops are larger than the root window,
-their viewports (see <xref linkend="largedesks">) may be independent or forced
+their viewports (see <xref linkend="largedesks"/>) may be independent or forced
to be at the same position.</para>
<para>A window manager which implements virtual desktops generally offers a way for the user
to move clients between desktops. Clients may be allowed to occupy more than
@@ -163,9 +163,9 @@ one desktop simultaneously.</para>
<sect3>
<title>Implementation note</title>
<para>There are at least two options for implementing virtual desktops.
-The first is to use multiple virtual roots (see <xref linkend="largedesksimpl">) and change the current
+The first is to use multiple virtual roots (see <xref linkend="largedesksimpl"/>) and change the current
desktop by manipulating the stacking order of the virtual roots. This is
-completely ICCCM compliant, but has the issues outlined in <xref linkend="largedesksimpl"></para>
+completely ICCCM compliant, but has the issues outlined in <xref linkend="largedesksimpl"/></para>
<para>The second option is to keep all managed windows as children of the root
window and unmap the frames of those which are not on the current
desktop. Unmapped windows should be placed in IconicState, according to
@@ -181,7 +181,7 @@ communicate to pagers that the window should not be represented as
<para>A pager offers a different UI for window management tasks. It shows a
miniature view of the desktop(s) representing managed windows by small
rectangles and allows the user to initiate various window manager actions by manipulating
-these representations. Typically offered actions are activation (see <xref linkend="activation">),
+these representations. Typically offered actions are activation (see <xref linkend="activation"/>),
moving, restacking, iconification, maximization and closing. On a large
desktop, the pager may offer a way to move the viewport. On virtual desktops,
the pager may offer ways to move windows between desktops and to change the
@@ -997,19 +997,19 @@ _NET_WM_STATE_FULLSCREEN indicates that the window should fill the entire
</para>
<para>
_NET_WM_STATE_ABOVE indicates that the window should be on top of most
-windows (see <xref linkend="STACKINGORDER"> for details).
+windows (see <xref linkend="STACKINGORDER"/> for details).
</para>
<para>
_NET_WM_STATE_BELOW indicates that the window should be below most
-windows (see <xref linkend="STACKINGORDER"> for details).
+windows (see <xref linkend="STACKINGORDER"/> for details).
</para>
<para>
_NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW are mainly meant for user
preferences and should not be used by applications e.g. for drawing
attention to their dialogs (the Urgency
- hint should be used in that case, see <xref linkend="URGENCY">).'
+ hint should be used in that case, see <xref linkend="URGENCY"/>).'
</para>
<para>
@@ -1825,7 +1825,7 @@ WM_TRANSIENT_FOR=root dialect.
<listitem><para>
Explain _NET_DESKTOP_GEOMETRY and _NET_WM_HANDLED_ICONS in more detail and
improve the explanation of WM_CLIENT_MACHINE in
- <xref linkend="KILLINGWINDOWS">.
+ <xref linkend="KILLINGWINDOWS"/>.
</para></listitem>
<listitem><para>
Add Lubos Lunak to the list of contributors.