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