~ctrlproxy/ctrlproxy/trunk

« back to all changes in this revision

Viewing changes to doc/motd-file.mod.xml

  • Committer: jelmer
  • Date: 2005-10-30 01:15:57 UTC
  • Revision ID: jelmer@samba.org-20051030011557-7137f871b7495c7c
Re-importĀ docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ctrlproxy:module name="motd-file"
 
2
        xmlns:ctrlproxy="http://ctrlproxy.vernstok.nl/common">
 
3
        <modulemeta>
 
4
                <description>Reading MOTD from file</description>
 
5
                <version>0.1</version>
 
6
                <author>Jelmer Vernooij</author>
 
7
                <email>jelmer@vernstok.nl</email>
 
8
                <homepage>http://ctrlproxy.vernstok.nl/</homepage>
 
9
        </modulemeta>
 
10
 
 
11
        <description>
 
12
                <para>This module reads a MOTD from a specified location and shows that 
 
13
                        to the user when (s)he logs into ctrlproxy.</para>
 
14
        </description>
 
15
 
 
16
        <configuration>
 
17
                <element name="file">
 
18
                        <description>File to read the MOTD from. By default, <parameter>sharedir</parameter>/motd is used. (sharedir is usually <parameter>/usr/share/ctrlproxy</parameter></description>
 
19
                </element>
 
20
        </configuration>
 
21
 
 
22
</ctrlproxy:module>