This commit was manufactured by cvs2svn to create tag
[gnokii.git] / Docs / en_US / gnokii / todologo
1
2
3 todologo.perl                  GNOKII Tools                  todologo.perl
4
5
6 NAME
7         todologo.perl - Create operator logo that contains 3 lines of text
8
9 SYNOPSIS
10         todologo.perl <text of line> - <text of line 2> - <text of line 3>
11
12 DESCRIPTION
13         The `todologo.perl' program is used to create three lines of text 
14         that fits to the standard Nokia operator logo space (i.e. 72x14 
15         pixel space). This is achieved by using a proportional tiny font 
16         which most elements have size of 3x4 pixels (some are thinner). 
17
18         The name comes from an original intention that this program is
19         used to create todo entries to one's mobile phone screen so that
20         those are always visible and thus in user's memory. But the tool
21         can just be used to print arbitrary text to the space provided
22         by an operator logo.
23
24         The hand-crafted font currently supports the following characters:
25         abcdefghijklmnopqrstuvwxyz and 0123456789
26
27 OUTPUT
28         The standard `.nol' formatted operator logo is printed to 
29         standard output. The header information of that output is taken 
30         from `gnokii.nol' that is distributed with Gnokii -- so you most
31         probably need to give your operator code when uploading it to your
32         mobile phone. Use `Gnokii' or `Xlogos' to do the uploading.
33
34 EXAMPLES
35         First example writes some todo entries to todo.nol:
36
37           todologo.perl pick up kids - call wife - order chinese >todo.nol
38
39         This last example writes some wisdom to the stdout:
40
41           todologo.perl Never underestimate - the power of the dork - \
42                         side of the force
43
44 SEE ALSO
45         Gnokii, Xlogos
46
47 COPYING
48         This program is distributed under the GNU Public License.
49
50
51
52 Gnokii Tools                    25oct2000