File: test-configlets.refentry

package info (click to toggle)
configlet 1.8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,044 kB
  • ctags: 211
  • sloc: python: 1,417; xml: 709; makefile: 139; sh: 44
file content (84 lines) | stat: -rw-r--r-- 2,059 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" 
[
<!ENTITY % progeny-entity SYSTEM "../doctools/progeny.ent">
%progeny-entity;
]>

<!-- $Progeny: test-configlets.refentry,v 1.6 2002/02/12 16:44:42 epg Exp $ -->

<refentry>
  <refentryinfo>
    <authorgroup>
      <author>
        <firstname>John</firstname>
        <othername role="mi">R.</othername>
        <surname>Daily</surname>
      </author>
    </authorgroup>
    <copyright>
      <year>2002</year>
      <year>2001</year>
      <holder>Progeny Linux Systems, Inc.</holder>
    </copyright>
    <date>2002-01-11</date>
  </refentryinfo>

  <refmeta>
    <refentrytitle>TEST-CONFIGLETS</refentrytitle>
    <manvolnum>1</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>test-configlets</refname>
    <refpurpose>Simple &gnome; front end for testing
    configlets.</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <cmdsynopsis>
      <command>test-configlets</command>
      <arg choice="opt"><replaceable>configlet_dir</replaceable></arg>
    </cmdsynopsis>
  </refsynopsisdiv>

  <refsect1>
    <title>DESCRIPTION</title>

    <para>
      This serves as a simple &gnome; front end for configlets.  It
      implements a tabbed interface, with each configlet page getting
      its own tab.
    </para>

    <para>
      See
      <filename>/usr/share/doc/python-configlets/book/book.html</filename>
      or <literal>http://hackers.progeny.com/configlets/</literal> for
      more information.
    </para>

  </refsect1>

  <refsect1>
    <title>OPTIONS</title>
    <variablelist>
      <varlistentry>
        <term><replaceable>configlet_dir</replaceable></term>
        <listitem>
          <para>
            The directory in which configlets are installed. Defaults to
            <filename>/usr/share/configlets</filename>.
          </para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1>
    <title>AUTHOR</title>

    <para>
      Jeff Licquia &lt;<email>jlicquia@progeny.com</email>&gt;
    </para>
  </refsect1>
</refentry>