1 | 1 | simandl | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
2 | | | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | | | |
4 | | | <html lang="en" xml:lang="en"> |
5 | | | <head> |
6 | | | <link rel="stylesheet" type="text/css" media="screen" href="pages/weathermap.css" /> |
7 | | | <meta name="generator" content= |
8 | | | "HTML Tidy for Mac OS X (vers 12 April 2006), see www.w3.org" /> |
9 | | | |
10 | | | <title>PHP Weathermap |
11 | | | v0.91 |
12 | | | </title> |
13 | | | <style type="text/css" media="print"> |
14 | | | /*<![CDATA[*/ |
15 | | | body { font-size: 12pt; } |
16 | | | a { color: black; text-decoration: underline; font-weight: normal;} |
17 | | | /*]]>*/ |
18 | | | </style> |
19 | | | |
20 | | | </head> |
21 | | | |
22 | | | <body bgcolor="#FFFFFF"> |
23 | | | <div id="frame"> |
24 | | | <div id="header"> |
25 | | | <h1>PHP Weathermap |
26 | | | v0.91 |
27 | | | </h1> |
28 | | | <h4>Copyright © 2005-2007 Howard Jones, <tt><a href="mailto:howie@thingy.com">howie@thingy.com</a></tt>. (<a href="http://www.network-weathermap.com/">Website</a>)</h4> |
29 | | | </div> |
30 | | | |
31 | | | <p style="text-align:center; font-size: 130%; margin-bottom: 3em; margin-top: 3em;"><a href="pages/main.html">The Weathermap manual starts here now.</a></p> |
32 | | | <p>There are several sections, including <a href="pages/main.html">Introduction</a>, <a href="pages/main.html#installation">Installation</a>, <a href="pages/main.html#basics">The Basics</a>, <a href="pages/faq.html">FAQ</a>, <a href="pages/config-reference.html">Reference</a>, and <a href="pages/advanced.html">Advanced Topics</a>. There are seperate pages for the <a href="pages/cacti-plugin.html">Cacti Plugin</a>, and for the <a href="pages/editor.html">optional web-based editor</a>.</p> |
33 | | | <p>For existing users, there's an overview to the <a href="pages/changes.html">changes from the previous version</a>, and a <a href="pages/upgrading.html">guide to upgrading</a>.</p> |
34 | | | <p>There are also a growing number of articles at <a href="http://www.network-weathermap.com/">network-weathermap.com</a> about |
35 | | | specific tricks and techniques for making your own maps, including animation, non-network maps and more!</p> |
36 | | | |
37 | | | <p>What I'm trying to say is <a |
38 | | | href="http://en.wikipedia.org/wiki/RTFM">RTFM</a>, but in a more polite |
39 | | | way! <tt>:-)</tt> I put a fair amount of my own time and effort into |
40 | | | writing the program, and then a whole bunch <i>more</i> into writing the |
41 | | | manual and other documentation. I also spend my spare time supporting Weathermap users, but a lot of questions asked are answered in |
42 | | | the manual, or worse still, in the FAQ section. <i>Please</i> take a |
43 | | | look. </p> |
44 | | | |
45 | | | <div style="width: 610px; margin-left: auto; margin-right: auto;"> |
46 | | | |
47 | | | <div style="width: 300px; float:left; margin-right: 5px;"> |
48 | | | <p class="card-photo"><a href="howto.png"><img src="images/howto-thumb.jpg" /></a></p> |
49 | | | <p class="card-desc">Diagram explaining a lot of the basic map formatting commands. Look in the <a href="config-reference.html">Configuration Reference</a> for more information on the commands mentioned.<br /><a href="howto.png">Larger version</a> | <a href="howto.pdf">PDF version</a></p> |
50 | | | </div> |
51 | | | |
52 | | | <div style="width: 300px; margin-left: 5px;float:right;"> |
53 | | | <p class="card-photo"><a href="images/weathermap-example.png"><img src="images/weathermap-mini.png" /></a></p> |
54 | | | <p class="card-desc">Sample output from php-weathermap, using data collected by Cacti and MRTG.<br /><a href="images/weathermap-example.png">Larger version</a></p> |
55 | | | </div> |
56 | | | |
57 | | | </div> |
58 | | | |
59 | | | <br clear="both" /> |
60 | | | |
61 | | | </div> |
62 | | | </body> |
63 | | | </html> |