diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-09 19:24:29 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-09 19:24:29 -0700 |
commit | 2661fbe6b809c937a60c2c1ca5ddb8280e399bd8 (patch) | |
tree | 774a16e2cefff0cdb105a25e2a184b379517ae10 | |
parent | f99f1380bbf7bb2a0c491acad4a3d8db44bfd752 (diff) |
XIM spec title page minor formatting cleanup
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | specs/XIM/xim.xml | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/specs/XIM/xim.xml b/specs/XIM/xim.xml index 783cab8..d396d12 100644 --- a/specs/XIM/xim.xml +++ b/specs/XIM/xim.xml @@ -1,32 +1,28 @@ <?xml version="1.0" encoding="UTF-8" ?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" +<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> <!-- lifted from troff+ms+XMan by doclifter --> -<book id="smlibms"> +<article class="specification" id="xim"> -<bookinfo> +<articleinfo> <title>The Input Method Protocol</title> <subtitle>X Consortium Standard</subtitle> <releaseinfo>X Version 11, Release 6.4</releaseinfo> <authorgroup> - <othercredit> + <author> <firstname>Masahiko</firstname><surname>Narita</surname> <affiliation><orgname>FUJITSU Limited.</orgname></affiliation> - </othercredit> - <othercredit> + </author> + <author> <firstname>Hideki</firstname><surname>Hiura</surname> <affiliation><orgname>SunSoft, Inc.</orgname></affiliation> - </othercredit> + </author> </authorgroup> - <corpname>X Consortium Standard</corpname> - <copyright><year>1993</year><holder>X Consortium</holder></copyright> - <copyright><year>1994</year><holder>X Consortium</holder></copyright> - <copyright><year>1993</year><holder>FUJITSU LIMITED</holder></copyright> - <copyright><year>1994</year><holder>FUJITSU LIMITED</holder></copyright> - <copyright><year>1993</year><holder>Oracle and/or its affiliates</holder></copyright> - <copyright><year>1994</year><holder>Oracle and/or its affiliates</holder></copyright> + <copyright><year>1993</year><year>1994</year><holder>X Consortium</holder></copyright> + <copyright><year>1993</year><year>1994</year><holder>FUJITSU LIMITED</holder></copyright> + <copyright><year>1993</year><year>1994</year><holder>Oracle and/or its affiliates</holder></copyright> <releaseinfo>Version 1.0</releaseinfo> <affiliation><orgname>X Consortium</orgname></affiliation> <productnumber>X Version 11, Release 7</productnumber> @@ -53,9 +49,8 @@ This specifies a protocol between IM library and IM (Input Method) Server for in </legalnotice> -</bookinfo> +</articleinfo> -<chapter><title>TITLE</title> <sect1 id="Introduction"> <title>Introduction</title> <sect2 id="Scope"> @@ -2548,7 +2543,6 @@ Masaki Wakao, Nobuyuki Tanaka, Shigeru Yamada, Katsuhisa Yano, Jinsoo Yoon. <author><firstname>Robert W.</firstname><surname>Scheifler</surname></author> </biblioentry> </bibliography> -</chapter> <appendix id="common_extensions"> <title>Common Extensions</title> @@ -3915,4 +3909,4 @@ If the client disconnect with the IM Server, shutdown function should free the communication window properties and etc.. </para> </appendix> -</book> +</article> |