~ubuntu-branches/ubuntu/vivid/lurker/vivid

« back to all changes in this revision

Viewing changes to debian/lurker-index-lc.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Meurer
  • Date: 2006-12-20 05:05:31 UTC
  • mfrom: (3.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061220050531-79inzy7o6uu95qx7
Tags: 2.1-7
* updated vi debconf translations, thanks to Clytie Siddall
  <clytie@riverland.net.au>
* fixed typo in one template (that you would like, not that
  would you like), thanks as well to Clytie Siddall
  - unfuzzied all translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
 
2
 
 
3
<!-- Process this file with docbook-to-man to generate an nroff manual
 
4
     page: `docbook-to-man lurker-index-lc.sgml > lurker-index-lc.1'.
 
5
     You may view the manual page with:
 
6
     `docbook-to-man lurker-index-lc.sgml | nroff -man | less'.
 
7
     A typical entry in a Makefile or Makefile.am is:
 
8
 
 
9
lurker-index-lc.1: lurker-index-lc.sgml
 
10
        docbook-to-man $< > $@
 
11
  -->
 
12
 
 
13
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
 
14
  <!ENTITY dhfirstname "<firstname>Jonas</firstname>">
 
15
  <!ENTITY dhsurname   "<surname>Meurer</surname>">
 
16
  <!-- Please adjust the date whenever revising the manpage. -->
 
17
  <!ENTITY dhdate      "<date>May 21, 2004</date>">
 
18
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
 
19
       allowed: see man(7), man(1). -->
 
20
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
 
21
  <!ENTITY dhemail    "<email>jonas@freesources.org</email>">
 
22
  <!ENTITY dhusername "Jonas Meurer">
 
23
  <!ENTITY dhucpackage "<refentrytitle>LURKER-INDEX-LC</refentrytitle>">
 
24
  <!ENTITY dhpackage   "lurker-index-lc">
 
25
 
 
26
  <!ENTITY debian      "<productname>Debian</productname>">
 
27
  <!ENTITY lurker      "<productname>lurker</productname>">
 
28
  <!ENTITY gnu         "<acronym>GNU</acronym>">
 
29
]>
 
30
 
 
31
<refentry>
 
32
  <refentryinfo>
 
33
    <address>
 
34
      &dhemail;
 
35
    </address>
 
36
    <author>
 
37
      &dhfirstname;
 
38
      &dhsurname;
 
39
    </author>
 
40
    <copyright>
 
41
      <year>2003</year>
 
42
      <holder>&dhusername;</holder>
 
43
    </copyright>
 
44
    &dhdate;
 
45
  </refentryinfo>
 
46
  <refmeta>
 
47
    &dhucpackage;
 
48
 
 
49
    &dhsection;
 
50
  </refmeta>
 
51
  <refnamediv>
 
52
    <refname>&dhpackage;</refname>
 
53
 
 
54
    <refpurpose>wrapper for lurker-index to lowercase mailing list names</refpurpose>
 
55
  </refnamediv>
 
56
  <refsynopsisdiv>
 
57
    <cmdsynopsis>
 
58
      <command>&dhpackage;</command>
 
59
    </cmdsynopsis>
 
60
  </refsynopsisdiv>
 
61
  <refsect1>
 
62
    <title>DESCRIPTION</title>
 
63
 
 
64
    <para><command>&dhpackage;</command> is a wrapper for lurker-index
 
65
      which converts the mailing list name to lowercase letters.
 
66
      </para>
 
67
 
 
68
  </refsect1>
 
69
  <refsect1>
 
70
    <title>SEE ALSO</title>
 
71
 
 
72
    <para>lurker-index(1)</para>
 
73
 
 
74
  </refsect1>
 
75
  <refsect1>
 
76
    <title>COPYRIGHT</title>
 
77
 
 
78
    <para>Copyright (C) 2003-2005: &dhusername; <&dhemail;>
 
79
 
 
80
      This program is free software; you can redistribute it and/or modify
 
81
      it under the terms of the GNU General Public License as published by
 
82
      the Free Software Foundation; version 2.
 
83
 
 
84
      This  program  is  distributed in the hope that it will be useful,
 
85
      but WITHOUT ANY WARRANTY; without even the implied warranty of
 
86
      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
87
      General Public License for more details.
 
88
 
 
89
      You should have received a copy of the GNU General Public License
 
90
      along with this program; if not, write to the Free Software
 
91
      Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 
92
      02110-1301, USA.
 
93
      </para>
 
94
 
 
95
  </refsect1>
 
96
</refentry>
 
97
 
 
98
<!-- Keep this comment at the end of the file
 
99
Local variables:
 
100
mode: sgml
 
101
sgml-omittag:t
 
102
sgml-shorttag:t
 
103
sgml-minimize-attributes:nil
 
104
sgml-always-quote-attributes:t
 
105
sgml-indent-step:2
 
106
sgml-indent-data:t
 
107
sgml-parent-document:nil
 
108
sgml-default-dtd-file:nil
 
109
sgml-exposed-tags:nil
 
110
sgml-local-catalogs:nil
 
111
sgml-local-ecat-files:nil
 
112
End:
 
113
-->
 
114
 
 
115