mirror of
https://github.com/weewx/weewx.git
synced 2026-04-19 17:16:56 -04:00
Trim the number of copyright notifications
This commit is contained in:
@@ -651,6 +651,3 @@ attached. Otherwise, no label is attached.
|
||||
|
||||
- `localize` If truthy, then the results will be localized. For
|
||||
example, in some locales, a comma will be used as the decimal specifier.
|
||||
|
||||
|
||||
© [Copyright](../copyright) 2009-2023 Thomas Keffer <tkeffer@gmail.com>
|
||||
|
||||
@@ -430,7 +430,3 @@ Note that whatever unit system is used in the database, data can be _displayed_
|
||||
Each _observation type_, such as `outTemp` or `pressure`, is associated with a _unit group_, such as `group_temperature` or `group_pressure`. Each unit group is associated with a _unit type_ such as `degree_F` or `mbar`. The reporting service uses this architecture to convert observations into a target unit system, to be displayed in your reports.
|
||||
|
||||
With this architecture one can easily create reports with, say, wind measured in knots, rain measured in mm, and temperatures in degree Celsius. Or one can create a single set of templates, but display data in different unit systems with only a few stanzas in a configuration file.
|
||||
|
||||
## Copyright
|
||||
|
||||
© [Copyright](../copyright) 2009-2023 Thomas Keffer <tkeffer@gmail.com>
|
||||
|
||||
@@ -752,5 +752,3 @@ This is a glossary of terminology used throughout the code.
|
||||
</tr>
|
||||
</table>
|
||||
</html>
|
||||
|
||||
© [Copyright](../copyright) 2009-2023 Thomas Keffer <tkeffer@gmail.com>
|
||||
|
||||
@@ -4981,12 +4981,6 @@ wind_gust_max_time: None</pre>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<p class="copyright">
|
||||
© <a href="copyright.htm">Copyright</a> Tom Keffer
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -151,7 +151,7 @@ install the required daemon file.
|
||||
you will have to modify the file `/etc/systemd/system/weewx.service`.
|
||||
|
||||
```shell
|
||||
# If SELinux is enabled, you will first need the following command:
|
||||
# If SELinux is enabled, you will need the following command first:
|
||||
chcon -R --reference /bin/ls ~/.local/bin
|
||||
|
||||
# Then proceed as normal:
|
||||
|
||||
@@ -2386,11 +2386,6 @@ rm bin/weewx/mainloop.py</pre>
|
||||
<pre class="tty cmd">rm readme.htm</pre>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<p class="copyright"> © <a href="copyright.htm">Copyright</a> Tom Keffer</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -11,5 +11,3 @@ This is the complete guide to installing, configuring, and troubleshooting WeeWX
|
||||
Initial development began in the winter of 2008-2009, with the first release in 2009.
|
||||
|
||||
The source code is hosted on [GitHub](https://github.com/weewx/weewx). It can be installed using package installers or pip. Download are available at [weewx.com/downloads](http://weewx.com/downloads).
|
||||
|
||||
© [Copyright](../copyright) 2009-2023 Thomas Keffer <tkeffer@gmail.com>
|
||||
|
||||
@@ -56,6 +56,3 @@ The following will evaluate **True**: `true`, `True`, `yes`, `Yes`, `1`.
|
||||
|
||||
The following will evaluate **False**: `false`, `False`, `no`, `No`, `0`.
|
||||
|
||||
## Copyright
|
||||
|
||||
© [Copyright](../copyright) 2009-2023 Thomas Keffer <tkeffer@gmail.com>
|
||||
|
||||
@@ -4688,10 +4688,6 @@ Missing records:
|
||||
|
||||
</div> <!-- end technical_content -->
|
||||
|
||||
<div class="footer">
|
||||
<p class="copyright"> © <a href="copyright.htm">Copyright</a> Tom Keffer</p>
|
||||
</div>
|
||||
|
||||
</div> <!-- end class main -->
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user