%(xml_comment template "header_doc")

<!-- If you have sub-packages, which you wish to reference in this -->
<!-- packages README file, add entity declarations for them here, -->
<!-- for example: -->

<!-- <!entity one-liner-qtsplit SYSTEM "one_liner_qtsplit.xml"> -->

<!-- Now generate one_liner_qtsplit.xml and reference them in -->
<!-- overview_%(PROJ_NAME).xml. -->

<!-- Flyn.org's build_index_xml.sh is one_liner file aware. -->

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
	<!ENTITY ISOnum PUBLIC "ISO 8879:1986//ENTITIES Numeric and Special Graphic//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/ent/iso-num.ent">
	<!ENTITY copyright SYSTEM "/etc/fctk/copyright.xml">
	<!ENTITY building SYSTEM "/etc/fctk/building.xml">
	<!ENTITY overview SYSTEM "overview_qtutils.xml">
	<!ENTITY nasty-details SYSTEM "nasty-details_qtutils.xml">
]>

<article>

<artheader>
	<title>README</title>
	<author><firstname>%(FIRSTNAME)</firstname><othername>%(MIDDLENAME)</othername><surname>%(LASTNAME)</surname></author>
</artheader>

<sect1>
<title>COPYRIGHT</title>
&copyright;
</sect1>

<sect1>
<title>OVERVIEW</title>
&overview;
</sect1>

<sect1>
<title>BUILDING</title>
&building;
</sect1>

<sect1>
<title>NASTY DETAILS</title>
&nasty-details;
</sect1>

</article>
