/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-29 06:38:27 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080829063827-hbjl6t92tyjl5305
* mandos-clients.conf.xml (ENTITY TIMESTAMP): New.  Automatically
                                              updated by Emacs
                                              time-stamp by using
                                              Emacs local variables.
  (/refentry/refentryinfo/date): New; set to "&TIMESTAMP;".
* mandos-keygen.xml: - '' -
* mandos.conf.xml: - '' -
* mandos.xml: - '' -
* plugin-runner.xml: - '' -
* plugins.d/password-request.xml: - '' -

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
<!ENTITY TIMESTAMP "2008-08-29">
8
9
]>
9
10
 
10
11
<refentry>
13
14
    <!-- NWalsh's docbook scripts use this to generate the footer: -->
14
15
    <productname>&COMMANDNAME;</productname>
15
16
    <productnumber>&VERSION;</productnumber>
 
17
    <date>&TIMESTAMP;</date>
16
18
    <authorgroup>
17
19
      <author>
18
20
        <firstname>Björn</firstname>
230
232
  <refsect1 id="file">
231
233
    <title>FILES</title>
232
234
    <para>
233
 
      </para>
 
235
    </para>
234
236
  </refsect1>  
235
237
 
236
238
  <refsect1 id="notes">
237
239
    <title>NOTES</title>
238
240
    <para>
239
 
      </para>
 
241
    </para>
240
242
  </refsect1>
241
243
  
242
244
  <refsect1 id="bugs">
243
245
    <title>BUGS</title>
244
246
    <para>
245
 
      </para>
 
247
    </para>
246
248
  </refsect1>  
247
249
 
248
250
  <refsect1 id="examples">
249
251
    <title>EXAMPLES</title>
250
252
    <para>
251
 
      </para>
 
253
    </para>
252
254
  </refsect1>
253
255
 
254
256
  <refsect1 id="security">
255
257
    <title>SECURITY</title>
256
258
    <para>
257
 
      </para>
 
259
    </para>
258
260
  </refsect1>
259
261
 
260
262
  <refsect1 id="see_also">
263
265
      <citerefentry><refentrytitle>mandos</refentrytitle>
264
266
      <manvolnum>8</manvolnum></citerefentry>, <citerefentry>
265
267
      <refentrytitle>password-request</refentrytitle>
266
 
      <manvolnum>8mandos</manvolnum></citerefentry> and <citerefentry>
 
268
      <manvolnum>8mandos</manvolnum></citerefentry>, <citerefentry>
267
269
      <refentrytitle>password-prompt</refentrytitle>
268
 
      <manvolnum>8mandos</manvolnum></citerefentry>
 
270
      <manvolnum>8mandos</manvolnum></citerefentry>, and
 
271
      <citerefentry><refentrytitle>cryptsetup</refentrytitle>
 
272
      <manvolnum>8</manvolnum></citerefentry>
269
273
    </para>
270
274
  </refsect1>
271
275
 
272
276
</refentry>
 
277
<!-- Local Variables: -->
 
278
<!-- time-stamp-start: "<!ENTITY TIMESTAMP [\"']" -->
 
279
<!-- time-stamp-end: "[\"']>" -->
 
280
<!-- time-stamp-format: "%:y-%02m-%02d" -->
 
281
<!-- End: -->