File: bookinfo.xml

package info (click to toggle)
cl-hyperobject 2.11.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 300 kB
  • ctags: 224
  • sloc: lisp: 1,820; xml: 215; makefile: 161; sh: 28
file content (75 lines) | stat: -rw-r--r-- 2,199 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % myents SYSTEM "entities.inc">
%myents;
]>

<bookinfo>
  <title>&hyperobject; Reference Guide</title>
  <author>
    <firstname>Kevin</firstname>
    <othername>M.</othername>
    <surname>Rosenberg</surname>
    <affiliation>
      <orgname>Heart Hospital of New Mexico</orgname>
      <address>
	<email>kevin@rosenberg.net</email>
	<street>504 Elm Street N.E.</street>
	<city>Albuquerque</city>
	<state>New Mexico</state>
	<postcode>87102</postcode>
      </address>
    </affiliation>
  </author>
  
  <printhistory>
    <simpara>$Id: bookinfo.xml 8263 2003-11-21 05:44:46Z kevin $</simpara>
    <simpara>File $Date: 2003-11-20 22:44:46 -0700 (Thu, 20 Nov 2003) $</simpara>
  </printhistory>
  <copyright>
    <year>2002-2003</year>
    <holder>Kevin M. Rosenberg</holder>
  </copyright>
  <legalnotice>
    <itemizedlist>
      <listitem>
	<para>The &hyperobject; package was designed and
	  written by Kevin M. Rosenberg.
	</para>
      </listitem>
      <listitem>
	<para>
	  Permission is granted to copy, distribute and/or modify this document
	  under the terms of the GNU Free Documentation License, Version 1.1
	  or any later version published by the Free Software Foundation;
	  with no Invariant Sections, with the no
	  Front-Cover Texts, and with no Back-Cover Texts.
	  A copy of the license is included in the &hyperobject; distribution.
	</para>
      </listitem>
      <listitem>
	<para><application>Allegro CL</application>&reg; is a registered
	  trademark of Franz Inc.
	</para>
      </listitem>
      <listitem>
	<para><application>Lispworks</application>&reg; is a registered
	  trademark of Xanalys Inc.
	</para>
      </listitem>
      <listitem>
	<para><application>Microsoft
	  Windows</application>&reg; is a registered trademark of
	  Microsoft Inc.
	</para>
      </listitem>
      <listitem>
	<para>Other brand or
	  product names are the registered trademarks or trademarks of
	  their respective holders.
	</para>
      </listitem>
    </itemizedlist>
  </legalnotice>
</bookinfo>