~ubuntu-branches/ubuntu/precise/icecc-monitor/precise

« back to all changes in this revision

Viewing changes to debian/icemon.xml

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2006-09-11 23:15:00 UTC
  • Revision ID: james.westby@ubuntu.com-20060911231500-v1c7bu5ilxnunvcx
Tags: 1.1-1
* Initial Debian release (Closes: #388327)
* Merge Andre Woebbeking and Jonathan Riddell package
* KDE_3_5_BRANCH update (up to r583517)
  * Fix typo license in kabout BSD->GPL_V2
* Export kde_htmldir to fix doc installation path

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 
3
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
4
]>
 
5
<refentry>
 
6
  <refentryinfo>
 
7
    <author>
 
8
      <firstname>Jonathan</firstname>
 
9
      <surname>Riddell</surname>
 
10
      <email>jriddell@ubuntu.com</email>
 
11
    </author>
 
12
    <copyright>
 
13
      <year>2006</year>
 
14
      <holder>Jonathan Riddell</holder>
 
15
    </copyright>
 
16
    <!-- XXX IMPORTANT XXX -->
 
17
    <!-- Keep this date up to date: -->
 
18
    <date>2006-05-01</date>
 
19
    <!--  ^^^^^^^^^^ -->
 
20
  </refentryinfo>
 
21
  <refmeta>
 
22
    <refentrytitle>icemon</refentrytitle>
 
23
    <manvolnum>1</manvolnum>
 
24
  </refmeta>
 
25
  <refnamediv>
 
26
    <refname>icemon</refname>
 
27
    <refpurpose>View your icecream compile cluster</refpurpose>
 
28
  </refnamediv>
 
29
  <refsynopsisdiv>
 
30
    <cmdsynopsis>
 
31
      <command>icemon  --netname &lt;name&gt;</command>
 
32
      <arg choice="opt">
 
33
        <option><replaceable>Qt-options</replaceable></option>
 
34
      </arg>
 
35
      <arg choice="opt">
 
36
        <option><replaceable>KDE-options</replaceable></option>
 
37
      </arg>
 
38
    </cmdsynopsis>
 
39
  </refsynopsisdiv>
 
40
  <refsect1>
 
41
    <title>DESCRIPTION</title>
 
42
    <para>
 
43
      icemon is a GUI to view an icecream compile cluster.
 
44
    </para>
 
45
  </refsect1>
 
46
  <refsect1>
 
47
    <title>OPTIONS</title>
 
48
    <para>
 
49
      <variablelist>
 
50
        <title>Options:</title>
 
51
        <varlistentry>
 
52
          <term> <option>-n, --netname</option> </term>
 
53
          <listitem> <para>Icecream network name</para> </listitem>
 
54
        </varlistentry>
 
55
      </variablelist>
 
56
    </para>
 
57
    <para>
 
58
      <variablelist>
 
59
        <title>Generic options:</title>
 
60
        <varlistentry>
 
61
          <term> <option>--help</option> </term>
 
62
          <listitem> <para>Show help about options</para> </listitem>
 
63
        </varlistentry>
 
64
        <varlistentry>
 
65
          <term> <option>--help-qt</option> </term>
 
66
          <listitem> <para>Show Qt specific options</para> </listitem>
 
67
        </varlistentry>
 
68
        <varlistentry>
 
69
          <term> <option>--help-kde</option> </term>
 
70
          <listitem> <para>Show KDE specific options</para> </listitem>
 
71
        </varlistentry>
 
72
        <varlistentry>
 
73
          <term> <option>--help-all</option> </term>
 
74
          <listitem> <para>Show all options</para> </listitem>
 
75
        </varlistentry>
 
76
        <varlistentry>
 
77
          <term> <option>--author</option> </term>
 
78
          <listitem> <para>Show author information</para> </listitem>
 
79
        </varlistentry>
 
80
        <varlistentry>
 
81
          <term> <option>-v</option>, <option>--version</option> </term>
 
82
          <listitem> <para>Show version information</para> </listitem>
 
83
        </varlistentry>
 
84
        <varlistentry>
 
85
          <term> <option>--license</option> </term>
 
86
          <listitem> <para>Show license information</para> </listitem>
 
87
        </varlistentry>
 
88
        <varlistentry>
 
89
          <term> <option>--</option> </term>
 
90
          <listitem> <para>Indicates end of options</para> </listitem>
 
91
        </varlistentry>
 
92
      </variablelist>
 
93
      <!-- TODO * add all the rest of the options, but maybe find an automated
 
94
      way to keep it up to date -->
 
95
    </para>
 
96
  </refsect1>
 
97
  <refsect1>
 
98
    <title>COPYRIGHT</title>
 
99
    <para>
 
100
      This manual page was written by Jonathan Riddell
 
101
      <email>jriddell@ubuntu.com</email> for the
 
102
      <productname>Kubuntu</productname> system (but may be used by others).
 
103
      Permission is granted to copy, distribute and/or modify this document
 
104
      under the terms of the <acronym>GNU</acronym> General Public License,
 
105
      Version 2 or any later version published by the Free Software Foundation.
 
106
    </para>
 
107
    <para>
 
108
      On Debian systems, the complete text of the GNU General Public
 
109
      License can be found in
 
110
      <filename>/usr/share/common-licenses/GPL</filename>.
 
111
    </para>
 
112
  </refsect1>
 
113
</refentry>