diff --git a/.ruff.toml b/.ruff.toml index c4164f3..2723f2e 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -34,6 +34,7 @@ lint.ignore = [ 'SIM105', 'SIM108', 'SIM115', + 'DTZ007', # Naive datetime constructed using `datetime.datetime.strptime()` without %z ] [format] diff --git a/README.md b/README.md index 826ee17..1d82cd8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Contributions are more than welcome! - Load-balancer script works. Currently in monitoring-only mode, as Round-Robin DNS handles downtime. - This has been the production basemap service of [MapHub](https://maphub.net/) since June 2024. - ## Limitations of this project The only way this project can possibly work is to be super focused about what it is and what it isn't. OFM has the following limitations by design: @@ -115,7 +114,7 @@ Finally, it's uploaded to a public Cloudflare R2 bucket using rclone. The default styles. I've already put countless hours into tweaking up some nice looking styles, probably needs the most work in the long term future. -Of course, you are welcome to use custom styles. +Of course, you are welcome to use custom styles. #### load balancer script - modules/loadbalancer diff --git a/website/src/content/index/whatis.md b/website/src/content/index/whatis.md index 55ce0ee..3b62ead 100644 --- a/website/src/content/index/whatis.md +++ b/website/src/content/index/whatis.md @@ -2,6 +2,6 @@ OpenFreeMap provides free map hosting so you can display custom maps on your website and apps. -It is truly **free**: there are no limits on the number of map views or requests you can make, nor on how you use your map. There is no registration page, user database, API keys, or cookies. +It is truly **free**: there are no limits on the number of map views or requests you can make, nor on how you use your map. There is no registration page, no user database, no API keys, nor cookies. It is truly **open-source**: everything, including the full production setup, is on [GitHub](https://github.com/hyperknot/openfreemap). Map data is from OpenStreetMap.