GayBSD documentation tree
Find a file
Nik Clayton c6bb359c12 DTD for the FreeBSD Documentation Project.
Extends DocBook v3.0, with (currently) the following additions.

 1. <hostid>, <username>, <devicename>, <makevar>, and <maketarget> have
    been added. Sample uses would be be.

      <para>By convention, the the local machine can always be referred
	to as <hostid>localhost</hostid>, with the IP address
	<hostid role="ipaddr">127.0.0.1</hostid>.</para>

      <para>The most powerful account on the system is
	<username>root</username>, able to leap tall buildings in a single
	bound.</para>

      <para>Some devices have an entry in <filename>/dev</filename>. For
	example, <filename>/dev/cuaa0</filename> corresponds to
	<devicename>sio0</devicename>. Other devices, such as
	<devicename>ed0</devicename> do not have entries in
	<filename>/dev</filename>.

      <para>To rebuild the system, use the <maketarget>world</maketarget>
	target. If you do not want to build profiled libraries then ensure
	that <makevar>NOPROFILE</makevar> is set.</para>

 2. <FAQList> has been added as a new list type, with its own listitem.

    Use like so;

      <FAQList>
	<FAQListItem>
	  <FAQQuestion>
	    <para>I have bad blocks on my hard drive!</para>

	    <!-- Nothing restricting a question to one paragraph -->
          </FAQQuestion>

	  <FAQAnswer>
	    <para>With SCSI drives, the drive should be capable&hellip;</para>

	    <para>&hellip;</para>
          </FAQAnswer>
	</FAQListItem>
      </FAQList>

    Long winded, but comprehensive, and in keeping with the rest of DocBook.

As I convert the handbook from LinuxDoc to DocBook I'm working on an
extensive markup guide for the project, where constructs like these will be
fully documented.
1998-06-29 08:08:52 +00:00
en A cleanup to get it to validate. Fixed some invalid and missplet markup. 1998-06-26 11:37:37 +00:00
en_US.ISO8859-1 A cleanup to get it to validate. Fixed some invalid and missplet markup. 1998-06-26 11:37:37 +00:00
en_US.ISO_8859-1 A cleanup to get it to validate. Fixed some invalid and missplet markup. 1998-06-26 11:37:37 +00:00
FAQ (applications.sgml, hardware.sgml, install.sgml, troubleshoot.sgml): 1998-06-27 01:13:49 +00:00
handbook Add SADA Kenji <sada@e-mail.ne.jp> for jcode.pl port. 1998-06-28 19:07:44 +00:00
ja Changes in the English version(1.4 -> 1.5) are merged. 1998-06-24 02:11:16 +00:00
ja_JP.eucJP Changes in the English version(1.4 -> 1.5) are merged. 1998-06-24 02:11:16 +00:00
sgml DTD for the FreeBSD Documentation Project. 1998-06-29 08:08:52 +00:00
Makefile Moving doc/ja_JP.EUC/* to doc/ja. (Already repository copied.) 1998-02-15 17:04:57 +00:00