Skip to content

Commit 695ca14

Browse files
committed
website
1 parent 65faeb4 commit 695ca14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ lint.ignore = [
3434
'SIM105',
3535
'SIM108',
3636
'SIM115',
37+
'DTZ007', # Naive datetime constructed using `datetime.datetime.strptime()` without %z
3738
]
3839

3940
[format]

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Contributions are more than welcome!
3838
- Load-balancer script works. Currently in monitoring-only mode, as Round-Robin DNS handles downtime.
3939
- This has been the production basemap service of [MapHub](https://maphub.net/) since June 2024.
4040

41-
4241
## Limitations of this project
4342

4443
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.
115114

116115
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.
117116

118-
Of course, you are welcome to use custom styles.
117+
Of course, you are welcome to use custom styles.
119118

120119
#### load balancer script - modules/loadbalancer
121120

website/src/content/index/whatis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
OpenFreeMap provides free map hosting so you can display custom maps on your website and apps.
44

5-
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.
5+
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.
66

77
It is truly **open-source**: everything, including the full production setup, is on [GitHub](https://github.com/hyperknot/openfreemap). Map data is from OpenStreetMap.

0 commit comments

Comments
 (0)