Хранилища Subversion geo-modmetar

Редакция

Редакция 3 | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
4 alex-w 1
Readme for Geo::ModMETAR
3 alex-w 2
 
3
          Accessing Aviation Weather Information with Perl.
4
 
5
   Copyright (c) 1997-2000, Jeremy D. Zawodny <Jeremy@Zawodny.com>
6
   Copyright (c) 2007, Koos van den Hout <koos@kzdoos.xs4all.nl>
7
   Copyright (c) 2010, Alexander Wolf <alex.v.wolf@gmail.com>
8
 
9
 
10
BACKGROUND
11
 
4 alex-w 12
    This is the README file for the Geo::ModMETAR Perl module.
3 alex-w 13
 
4 alex-w 14
    The Geo::ModMETAR home page is located at:
3 alex-w 15
 
4 alex-w 16
        http://astro.uni-altai.ru/~aw/perl/Geo-ModMETAR/
3 alex-w 17
 
18
    There may be bugs in the code as well as in the documentation. If
19
    you find either, I'd appreciate a patch or at least a mail message
20
    to let me know what's wrong so that I can add it to the TODO list.
21
 
4 alex-w 22
    Geo::ModMETAR as been developed and tested on Linux and Solaris
3 alex-w 23
    as well as Windows NT. It may well work on other platforms. It is
24
    pure Perl. If you install it on another platform, and have trouble
25
    I'd like to hear about it. If you develop patches for that
26
    platform, I'd REALLY like to hear about it. Send me a note.
27
 
28
REQUIREMENTS
29
 
30
    You will need Perl 5.005 or newer to install and use
4 alex-w 31
    Geo::ModMETAR. It may work with older versions of Perl, but I
3 alex-w 32
    make no guarantees.
33
 
34
 
35
INSTALLATION
36
 
4 alex-w 37
    Installing Geo::ModMETAR is an easy process.
3 alex-w 38
 
39
      $ perl Makefile.PL
40
      $ make
41
      $ make test
42
      $ make install
43
 
44
 
45
DOCUMENTATION
46
 
4 alex-w 47
    The documentation is built-in to the Geo::ModMETAR module in POD
3 alex-w 48
    format.  You can use any of the pod2* converters to translate it
49
    to a more readable format. The three most common formats are
50
    'man', 'html', and 'text'.
51
 
52
    When you ran the 'make install' above, documentation should have
4 alex-w 53
    been installed on your system such that 'perldoc Geo::ModMETAR'
3 alex-w 54
    will spit it out.  Of course, you can run your favorite pod
55
    converter and generate it in alternative formats.
56
 
57
 
58
EXAMPLE SCRIPTS
59
 
60
    The following scripts are included in the `examples'
61
    directory. They are provided as examples. They should provide an
62
    idea of what you can do with this module.
63
 
4 alex-w 64
      simple_dump.pl       Process a simple ModMETAR.
3 alex-w 65
      fetch_temp.pl	       Fetch the temperature and print it out.
66
 
67
    If you develop a good example that would be useful to others, I'd
68
    be glad to add it to the distribution.
69
 
70
 
71
TODO LIST
72
 
4 alex-w 73
    If you're wondering what will come next in Geo::ModMETAR, see
3 alex-w 74
    the TODO file.
75