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

Редакция

К новейшей редакции | Содержимое файла | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
3 alex-w 1
Readme for Mod::Geo::METAR
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
 
12
    This is the README file for the Mod::Geo::METAR Perl module.
13
 
14
    The Mod::Geo::METAR home page is located at:
15
 
16
        http://astro.uni-altai.ru/~aw/perl/Mod-Geo-METAR/
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
 
22
    Mod::Geo::METAR as been developed and tested on Linux and Solaris
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
31
    Mod::Geo::METAR. It may work with older versions of Perl, but I
32
    make no guarantees.
33
 
34
 
35
INSTALLATION
36
 
37
    Installing Mod::Geo::METAR is an easy process.
38
 
39
      $ perl Makefile.PL
40
      $ make
41
      $ make test
42
      $ make install
43
 
44
 
45
DOCUMENTATION
46
 
47
    The documentation is built-in to the Mod::Geo::METAR module in POD
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
53
    been installed on your system such that 'perldoc Mod::Geo::METAR'
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
 
64
      simple_dump.pl       Process a simple METAR.
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
 
73
    If you're wondering what will come next in Mod::Geo::METAR, see
74
    the TODO file.
75