aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/see-also/chapter.xml
blob: 75914209e07af254cf951a8d6184fc267bda66f3 (plain) (blame)
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
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (c) 1998, 1999 Nik Clayton, All rights reserved.

     Redistribution and use in source (SGML DocBook) and 'compiled' forms
     (SGML HTML, PDF, PostScript, RTF and so forth) with or without
     modification, are permitted provided that the following conditions
     are met:

      1. Redistributions of source code (SGML DocBook) must retain the above
         copyright notice, this list of conditions and the following
         disclaimer as the first lines of this file unmodified.

      2. Redistributions in compiled form (transformed to other DTDs,
         converted to PDF, PostScript, RTF and other formats) must reproduce
         the above copyright notice, this list of conditions and the
         following disclaimer in the documentation and/or other materials
         provided with the distribution.

     THIS DOCUMENTATION IS PROVIDED BY NIK CLAYTON "AS IS" AND ANY EXPRESS OR
     IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     DISCLAIMED. IN NO EVENT SHALL NIK CLAYTON BE LIABLE FOR ANY DIRECT,
     INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
     (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
     SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
     STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
     ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
     POSSIBILITY OF SUCH DAMAGE.

-->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="see-also">
  <title>See Also</title>

  <para>This document is deliberately not an exhaustive discussion of
    XML, the DTDs listed, and the FreeBSD Documentation Project.  For
    more information about these, you are encouraged to see the
    following web sites.</para>

  <sect1 xml:id="see-also-fdp">
    <title>The FreeBSD Documentation Project</title>

    <itemizedlist>
      <listitem>
	<para><link xlink:href="&url.base;/docproj/index.html">The FreeBSD
	    Documentation Project web pages</link></para>
      </listitem>

      <listitem>
	<para><link xlink:href="&url.books.handbook;/index.html">The FreeBSD
	    Handbook</link></para>
      </listitem>
    </itemizedlist>
  </sect1>

  <sect1 xml:id="see-also-xml">
    <title>XML</title>

    <itemizedlist>
      <listitem>
	<para><link xlink:href="http://www.w3.org/XML/">W3C's XML page
	    SGML/XML web page</link></para>
      </listitem>
    </itemizedlist>
  </sect1>

  <sect1 xml:id="see-also-html">
    <title>HTML</title>

    <itemizedlist>
      <listitem>
	<para><link xlink:href="http://www.w3.org/">The World Wide Web
	    Consortium</link></para>
      </listitem>

      <listitem>
	<para><link xlink:href="http://www.w3.org/TR/REC-html40/">The HTML
	    4.0 specification</link></para>
      </listitem>
    </itemizedlist>
  </sect1>

  <sect1 xml:id="see-also-docbook">
    <title>DocBook</title>

    <itemizedlist>
      <listitem>
	<para><link xlink:href="http://www.oasis-open.org/docbook/">The
	    DocBook Technical Committee</link>, maintainers of the
	  DocBook DTD</para>
      </listitem>

      <listitem>
	<para><link xlink:href="http://www.docbook.org/">DocBook: The
	    Definitive Guide</link>, the online documentation for the
	  DocBook DTD</para>
      </listitem>

      <listitem>
	<para><link xlink:href="http://docbook.sourceforge.net/">The DocBook
	    Open Repository</link> contains DSSSL stylesheets and
	  other resources for people using DocBook</para>
      </listitem>
    </itemizedlist>
  </sect1>

</chapter>