/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugin-runner.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-19 13:25:14 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080819132514-wawrvgmfjovg9poj
* Makefile (DOCBOOKTOMAN): Added "--xinclude".

* mandos-options.xml: New file; moved mandos(8) option descriptions
                      here.

* mandos.conf.xml: Add XInclude namespace.
  (OPTIONS): New separate section with options from old "DESCRIPTION"
             section.  Changed all options to include a synopsis and
             include its paragraph from "mandos-options.xml".
  (FILES): Moved to before "EXAMPLES".
  (BUGS): New section.
  (EXAMPLES): Renamed to "EXAMPLE", as per man-pages(7).  Unindented
              example text.

* mandos.xml: Removed OVERVIEW entity.  Add XInclude namespace.
  (OPTIONS): Moved all descriptive paragraphs to "mandos-options.xml"
             and just <xi:include/> them from here.
  (OVERVIEW): Changed to do <xi:include/>.

* overview.xml: Added DOCTYPE; reportedly needed for XInclude to work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
5
5
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
6
6
<!ENTITY VERSION "1.0">
7
 
<!ENTITY COMMANDNAME "mandos-client">
 
7
<!ENTITY COMMANDNAME "plugin-runner">
8
8
]>
9
9
 
10
10
<refentry>
230
230
  <refsect1 id="file">
231
231
    <title>FILES</title>
232
232
    <para>
233
 
      </para>
 
233
    </para>
234
234
  </refsect1>  
235
235
 
236
236
  <refsect1 id="notes">
237
237
    <title>NOTES</title>
238
238
    <para>
239
 
      </para>
 
239
    </para>
240
240
  </refsect1>
241
241
  
242
242
  <refsect1 id="bugs">
243
243
    <title>BUGS</title>
244
244
    <para>
245
 
      </para>
 
245
    </para>
246
246
  </refsect1>  
247
247
 
248
248
  <refsect1 id="examples">
249
249
    <title>EXAMPLES</title>
250
250
    <para>
251
 
      </para>
 
251
    </para>
252
252
  </refsect1>
253
253
 
254
254
  <refsect1 id="security">
255
255
    <title>SECURITY</title>
256
256
    <para>
257
 
      </para>
 
257
    </para>
258
258
  </refsect1>
259
259
 
260
260
  <refsect1 id="see_also">
263
263
      <citerefentry><refentrytitle>mandos</refentrytitle>
264
264
      <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
265
265
      <refentrytitle>password-request</refentrytitle>
266
 
      <manvolnum>8mandos</manvolnum></citerefentry> and <citerefentry>
 
266
      <manvolnum>8mandos</manvolnum></citerefentry>, <citerefentry>
267
267
      <refentrytitle>password-prompt</refentrytitle>
268
 
      <manvolnum>8mandos</manvolnum></citerefentry>
 
268
      <manvolnum>8mandos</manvolnum></citerefentry>, and
 
269
      <citerefentry><refentrytitle>cryptsetup</refentrytitle>
 
270
      <manvolnum>8</manvolnum></citerefentry>
269
271
    </para>
270
272
  </refsect1>
271
273