~ubuntu-branches/ubuntu/utopic/leafpad/utopic

« back to all changes in this revision

Viewing changes to debian/leafpad.1.pod

  • Committer: Bazaar Package Importer
  • Author(s): Jari Aalto
  • Date: 2010-12-26 16:04:23 UTC
  • mfrom: (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20101226160423-x3dihuw6ca2hr3em
Tags: 0.8.17-4
* debian/control
  - (Standards-Version): Update to 3.9.1.
* debian/leafpad.1.pod
  - (DESCRIPTION): Add warning about undefined locales and data loss
* debian/patches
  - (30): New. Fix saving with in UTF16 encoding.
    Patch thanks to Alex <davian818@gmail.com>.
    (Grave; Closes: #606145).
* debian/rules
  - Simplify targets for dh(1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#  Copyright and License
2
 
#
3
 
#      Copyright (C) 2009 Jari Aalto
4
 
#      Released under GNU GPL v2 or (at your option) later.
5
 
#
6
 
#  To learn what TOP LEVEL section to use in manual pages,
7
 
#  see POSIX/Susv standard and "tility Description Defaults" at
8
 
#  http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap01.html#tag_01_11
9
 
#
10
 
#  This is manual page in Perl POD format. Read more at
11
 
#  http://perldoc.perl.org/perlpod.html or run command:
12
 
#
13
 
#     perldoc perlpod | less
14
 
#
15
 
#  To check the syntax:
16
 
#
17
 
#     podchecker *.pod
18
 
#
19
 
#  Create manual page with command:
20
 
#
21
 
#    pod2man PAGE.N.pod > PAGE.N
22
 
#
23
 
#  A better command to make proper headings:
24
 
#
25
 
#    NAME="Foo Bar" PROGRAM="myprogram" ; \
26
 
#    LC_ALL= LANG=C \
27
 
#       pod2man \
28
 
#        --utf8 \
29
 
#        --center="$NAME" \
30
 
#        --name="$PROGRAM" \
31
 
#        --section="1" \
32
 
#        $PROGRAM.pod |
33
 
#    sed "s,[Pp]erl v[0-9.]\+,$PROGRAM,"
 
1
#   Copyright
 
2
#
 
3
#       Copyright (C) 2009-2010 Jari Aalto
 
4
#
 
5
#   License
 
6
#
 
7
#       This program is free software; you can redistribute it and/or modify
 
8
#       it under the terms of the GNU General Public License as published by
 
9
#       the Free Software Foundation; either version 2 of the License, or
 
10
#       (at your option) any later version.
 
11
#
 
12
#       This program is distributed in the hope that it will be useful,
 
13
#       but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 
15
#       GNU General Public License for more details.
 
16
#
 
17
#       You should have received a copy of the GNU General Public License
 
18
#       along with this program. If not, see <http://www.gnu.org/licenses/>.
 
19
#
 
20
#   Description
 
21
#
 
22
#       This is manual page in Perl POD format. Read more at
 
23
#       http://perldoc.perl.org/perlpod.html or run command:
 
24
#
 
25
#           perldoc perlpod | less
 
26
#
 
27
#       To learn what TOP LEVEL section to use in manual pages,
 
28
#       see POSIX/Susv standard and "Utility Description Defaults" at
 
29
#       http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap01.html#tag_01_11
 
30
#
 
31
#       To check syntax:
 
32
#
 
33
#           podchecker *.pod
 
34
#
 
35
#       Create manual page with command:
 
36
#
 
37
#           pod2man [options] PAGE.N.pod > PAGE.N
34
38
 
35
39
=pod
36
40
 
44
48
similar to Windows(tm) I<notepad>. It aims to be lighter than GEdit
45
49
and KWrite and to be as useful as them.
46
50
 
 
51
B<WARNING:> The encoding feature is derived from built-in Glib's iconv
 
52
feature (g_convert), which you can check with command C<iconv -l>.
 
53
Leafpad can use only the listed encoding. Any other encoding cause
 
54
serious data loss.
 
55
 
47
56
=head1 SYNOPSIS
48
57
 
49
58
  leafpad [options] [filename]