-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutT.htm
332 lines (319 loc) · 14 KB
/
aboutT.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="<#location> weather data" />
<meta name="keywords" content="Cumulus MX, Cumulus, <#location> weather data, weather, data, weather station" />
<meta name="author" content="Chris Hudson">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>Latham Weather</title>
<!-- Bootstrap core CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<!-- Fonts -->
<script src="https://kit.fontawesome.com/c3f5da6441.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Paprika" rel="stylesheet">
<!-- Weather Icons -->
<link rel="stylesheet" href="css/weather-icons.min.css">
<link rel="stylesheet" href="css/weather-icons-wind.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/sticky-footer-navbar.css">
<link rel="stylesheet" href="css/weather.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.htm" >Latham Weather</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarcollapse" aria-controls="navbarcollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarcollapse">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link" href="index.htm"><i class="fa-solid fa-house-chimney fa-lg"></i> Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Historical<span class="caret"></span></a>
<div class="dropdown-menu" aria-labelledby="dropdown01" role="menu">
<a class="dropdown-item" href="today.htm">Today</a>
<a class="dropdown-item" href="yesterday.htm">Yesterday</a>
<a class="dropdown-item" href="thismonth.htm">This Month</a>
<a class="dropdown-item" href="thisyear.htm">This Year</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown02" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Graphics<span class="caret"></span></a>
<div class="dropdown-menu" aria-labelledby="dropdown02" role="menu">
<a class="dropdown-item" href="gauges.htm">Gauges</a>
<a class="dropdown-item" href="charts.htm">Recent Trends</a>
<a class="dropdown-item" href="historic.htm">Historic Charts</a>
<a class="dropdown-item" href="tempvar.htm">Monthly Temp Variations</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown03" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Records<span class="caret"></span></a>
<div class="dropdown-menu" aria-labelledby="dropdown03" role="menu">
<a class="dropdown-item" href="monthlyrecord.htm">Monthly</a>
<a class="dropdown-item" href="record.htm">Alltime</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown04" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Testing<span class="caret"></span></a>
<div class="dropdown-menu" aria-labelledby="dropdown04" role="menu">
<a class="dropdown-item" href="chartsannual.htm">Annual Charts</a>
<a class="dropdown-item" href="webcam.htm">Weather Cam</a>
<a class="dropdown-item" href="windmap.htm">WindMap</a>
<a class="dropdown-item" href="history/history.php">History</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown05" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Other Sites<span class="caret"></span></a>
<div class="dropdown-menu" aria-labelledby="dropdown05" role="menu">
<a class="dropdown-item" href="http://bom.gov.au/act" target="_blank" rel="noopener">BOM ACT Site</a>
<a class="dropdown-item" href="https://app.weathercloud.net/d0419553521#current" target="_blank" rel="noopener">WeatherCloud</a>
<a class="dropdown-item" href="https://www.wunderground.com/dashboard/pws/I90580966" target="_blank" rel="noopener">WeatherUnderground Historical</a>
<a class="dropdown-item" href="https://www.pwsweather.com/station/pws/LATHAMACT" target="_blank" rel="noopener">PWS Weather</a>
</div>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="about.htm"><i class="fa-solid fa-circle-info fa-lg"></i> About</a>
</li>
</ul>
</div> <!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div id="weatherquote" style="font-family: 'Paprika', serif;"></div>
<div class="alert alert-info" role="alert">
<h4 class="my-auto">About Latham Weather</h4>
</div>
<div class="alert alert-secondary" role="alert">
<h6 class="my-auto">Under construction</h6>
</div>
<div class="row">
<div class="col-md-4">
<img src="images/who.jpg" alt="Fern frond by ~Aquila~" class="img-rounded" />
<p></p>
<p></p>
</div>
<div class="col-md-8">
<h5><strong>Summary</strong></h5>
<p>This website displays weather information from the suburb of Latham in the Australian Capital Territory. The weather station in use is a <#stationtype>, and these pages are updated every <#interval> minutes. The meteorological day used at this station ends at <#rollovertime>.</p>
<p>The weather graphs are generated automatically by <a href="https://cumuluswiki.org/a/Software" target="_blank">Cumulus MX</a> v<#version> (<#build>)</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<table class="table table-bordered table-hover table-sm">
<tbody>
<tr class="table-info">
<th colspan="7">Almanac</th>
</tr>
<tr>
<th>Dawn:</th>
<td><#dawn></td>
<th>Sunrise:</th>
<td><#sunrise></td>
<th>Moonrise:</th>
<td><#moonrise></td>
<td rowspan="4" class="text-center"><img class="img-responsive" src="images/moon.png" alt="Moon"/></td>
</tr>
<tr>
<th>Dusk:</th>
<td><#dusk></td>
<th>Sunset:</th>
<td><#sunset></td>
<th>Moonset:</th>
<td><#moonset></td>
</tr>
<tr>
<th>Daylight:</th>
<td><#daylightlength></td>
<th>Day length:</th>
<td><#daylength></td>
<th>Moon Phase:</th>
<td><#moonphase></td>
</tr>
<tr>
<th>Latitude:</th>
<td><#latitude></td>
<th>Longitude:</th>
<td><#longitude></td>
<th>Elevation:</th>
<td><#altitude></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h5><strong>Credits</strong></h5>
<ul>
<li>The CSS and Javascript framework for the website is based on <a href="http://getbootstrap.com">Twitter Bootstrap 5</a></li>
<li>The fern image above was taken by my Flickr alterego <a href="http://www.flickr.com/photos/28469131@N00/">CJHudson</a>.</li>
<li>Raspberry Pi is a trademark of the <a href="http://www.raspberrypi.org">Raspberry Pi Foundation</a></li>
<li>Scripts used on the Gauges page are from Mark Crossley - version <span id="scriptVer">2.5.15</span></li>
<li>The gauges are from <a href="http://harmoniccode.blogspot.com">Gerrit Grunwald's</a> <a href="https://github.com/HanSolo/SteelSeries-Canvas">SteelSeries JavaScript library</a></li>
<li>The Wind Rose is from <a href="http://www.rgraph.net/">RGraph</a></li>
<li>Cookies are used to store your Units of Measurement and gauge preferences.</li>
</ul>
</div>
<div class="col-md-6">
<h5><strong>Work Underway</strong></h5>
<ul>
<li>Minor tweaks to cater for Bootstrap 5 change.</li>
</ul>
<h5><strong>Future Plans</strong></h5>
<ul>
<li>Am considering changing the theme of the page.</li>
<li>Website hosting to move to AWS</li>
<li>Data currently stored locally to move to AWS SQL instance</li>
</ul>
<h5><strong>Previous Changes</strong></h5>
<h6><strong>April 2024</strong></h6>
<ul>
<li>Addition of Weather Cam</li>
</ul>
<h6><strong>July 2023</strong></h6>
<ul>
<li>Upgrade to Bootstrap 5.3.1</li>
</ul>
<h6><strong>April 2023</strong></h6>
<ul>
<li>Upgrade to CumulusMX v3.24.2</li>
</ul>
<h6><strong>February 2023</strong></h6>
<ul>
<li>Upgrade to CumulusMX v3.23.1</li>
</ul>
<h6><strong>January 2023</strong></h6>
<ul>
<li>Upgrade to CumulusMX v3.23.0</li>
<li>Upgrade to Bootstrap 5.2.3</li>
</ul>
<h6><strong>October 2022</strong></h6>
<ul>
<li>Upgrade to CumulusMX v3.22.2</li>
</ul>
<h6><strong>July 2022</strong></h6>
<ul>
<li>Upgrade to CumulusMX v3.19.3</li>
<li>Upgrade to FontAwesome 6.1.2</li>
</ul>
<h6><strong>June 2022</strong></h6>
<ul>
<li>Upgrade to CumulusMX v3.17.0</li>
<li>Upgrade to CumulusMX v3.12.0</li>
</ul>
<h6><strong>May 2022</strong></h6>
<ul>
<li>Addition of new historic trends charts</li>
<li>Upgrade to CumulusMX v3.9.6</li>
<li>Upgrade Raspberry Pi to Raspbian Bullseye release - needed Mono v5.0 so made the jump from Stretch to Bullseye</li>
<li>Upgrade to CumulusMX v3.7.0</li>
<li>Upgrade to CumulusMX v3.5.1</li>
</ul>
<h6><strong>Jan 2022</strong></h6>
<ul>
<li>Upgrade to Bootstrap 5</li>
</ul>
<h6><strong>Jan 2018 -> onwards</strong></h6>
<ul>
<li>Code now maintained on <a href="https://github.com/cjhudson/LathamWeather" target="_blank" rel="noopener">GitHub</a></li>
</ul>
<h6><strong>Jan 2018</strong></h6>
<ul>
<li>Upgrade to Bootstrap 4 and change to dark theme.</li>
</ul>
<h6><strong>Jan 2017</strong></h6>
<ul>
<li>Hosting moved from iiNet to GoDaddy.</li>
</ul>
<h6><strong>Dec 2016</strong></h6>
<ul>
<li>Change of weather station to a Davis Vantage Pro2 combined with a move to a Raspberry Pi 3 with inbuilt wireless</li>
</ul>
<h6><strong>Apr 2016</strong></h6>
<ul>
<li>With the successful move to the Raspberry Pi and CumulusMX, I have retired the VWS software.</li>
</ul>
<h6><strong>Mar 2016</strong></h6>
<ul>
<li>Change of theme to the blue theme.</li>
<li>Addition of FontAwesome icons.</li>
<li>Addition of random weather quotes to each page.</li>
</ul>
<h6><strong>Feb 2016</strong></h6>
<ul>
<li>Switched to using Cumulus as primary source of Latham Weather website</li>
</ul>
<h6><strong>Oct 2015</strong></h6>
<ul>
<li>Moved hosting from internode.on.net to iinet.net.au</li>
<li>Addition of this About page</li>
</ul>
<h6><strong>May 2015</strong></h6>
<ul>
<li>Started running Cumulus v1.9 software alongside VWS</li>
</ul>
<h6><strong>Mar 2015</strong></h6>
<ul>
<li>Converted website to using Twitter Bootstrap with the dark theme.</li>
</ul>
<h6><strong>Jun 2009 - Mar 2015</strong></h6>
<ul>
<li>... More detail to be added here ...</li>
</ul>
<h6><strong>Jun 2009</strong></h6>
<ul>
<li>Version 1 of Latham Weather uploaded to the web</li>
<li>Hosted on internode.on.net</li>
</ul>
<h6><strong>Dec 2006</strong></h6>
<ul>
<li>Oregon Scientific WMR100 Weather Station setup</li>
<li>Web presence confined to Weather Underground uploads</li>
</ul>
<h6 class="text-end"><em>Page updated <#update>.</em></h6>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<br>
<p class="text-light">© LathamWeather.net 2024</p>
</div>
</footer>
<!-- jQuery and Bootstrap JavaScript-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<!-- Custom JavaScript-->
<script src="js/weather.js"></script>
<script>
$(document).ready(function(){
showQuote();
});
</script>
</body>
</html>