<!--   FILE: %(FILE) - -->
<!-- AUTHOR: %(FULLNAME) (%(EMAIL)) -->
<!--   DATE: %(DAY) %(MONTH) %(YEAR) -->

<!-- Copyright (C) %(YEAR) %(FULLNAME) (%(EMAIL)) -->
<!-- All rights reserved. -->


<!doctype article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
	<!entity copyright SYSTEM "/etc/flyn_templates/copyright.sgml">
	<!entity building SYSTEM "/etc/flyn_templates/building.sgml">
	<!entity overview SYSTEM "overview_%(PROJ_NAME).sgml">
	<!entity nasty-details SYSTEM "nasty-details_%(PROJ_NAME).sgml">
]>

<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>
