New
[metaproxy-moved-to-github.git] / doc / template.xml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" 
2     "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [
3  <!ENTITY copyright SYSTEM "copyright.xml">
4 ]>
5 <!-- $Id: template.xml,v 1.1 2006-04-19 15:42:06 mike Exp $ -->
6 <refentry>
7  <refmeta>
8   <refentrytitle>template</refentrytitle>
9   <manvolnum>3mp</manvolnum>
10   <refmiscinfo>Metaproxy Module</refmiscinfo>
11  </refmeta>
12  
13  <refnamediv>
14   <refname>template</refname>
15   <refpurpose>Template module that does nothing</refpurpose>
16  </refnamediv>
17  
18  <refsect1><title>DESCRIPTION</title>
19   <para>
20    This module does nothing at all, simply passing packages through
21    untouched.  It exists not to be instantiated, but to be copied by
22    programmers creating new filters.
23   </para>
24  </refsect1>
25
26   <refsect1><title>SEE ALSO</title>
27   <para>
28    <citerefentry>
29     <refentrytitle>metaproxy</refentrytitle>
30     <manvolnum>1</manvolnum>
31    </citerefentry>
32   </para>
33  </refsect1>
34  
35  &copyright;
36 </refentry>
37
38 <!-- Keep this comment at the end of the file
39 Local variables:
40 mode: sgml
41 sgml-omittag:t
42 sgml-shorttag:t
43 sgml-minimize-attributes:nil
44 sgml-always-quote-attributes:t
45 sgml-indent-step:1
46 sgml-indent-data:t
47 sgml-parent-document:nil
48 sgml-local-catalogs: nil
49 sgml-namecase-general:t
50 End:
51 -->