Get WWBOTA data via SSE. Thanks to Steven M1SDH for the patch. Closes #4

This commit is contained in:
Ian Renton
2025-10-05 08:09:06 +01:00
parent 74153a9d94
commit c4aac4973d
5 changed files with 103 additions and 39 deletions

View File

@@ -185,6 +185,8 @@ Finally, simply add the appropriate config to the `providers` section of `config
### Thanks
As well as being my work, I have also gratefully received feature patches from Steven, M1SDH.
The project contains a self-hosted copy of Font Awesome's free library, in the `/webasset/fa/` directory. This is subject to Font Awesome's licence and is not covered by the overall licence declared in the `LICENSE` file. This approach was taken in preference to using their hosted kits due to the popularity of this project exceeding the page view limit for their free hosted offering.
The software uses a number of Python libraries as listed in `requirements.txt`, and a number of JavaScript libraries such as jQuery and moment.js. This project would not have been possible without these libraries, so many thanks to their developers.