Nguyễn Gia Phong (3):
Update link to development guide
Remove trailing whitespaces in README
Prefer HTTPS where possible
README.md | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
--
2.45.2
References: dac55b5c8456 ("Remove doc folder - moved to mepo_website repo")
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4e34920483ab..d6f383b30089 100644
--- a/README.md+++ b/README.md
@@ -86,7 +86,7 @@ NLnet for accepting our application and making this development possible!
Mepo is surely welcome to contributors who have experience or interest
in mobile Linux, OSM, and/or Zig.
-- **Development Guide**: [here](doc/developguide.md)+- **Development Guide**: [here](https://mepo.milesalan.com/contribute.html)- **Mailing List**: [mepo-devel](https://lists.sr.ht/~mil/mepo-devel)
- **Tickets**: [mepo-tickets](https://todo.sr.ht/~mil/mepo-tickets)
- **IRC**: #mepo on irc.oftc.net (mla is my nick)
--
2.45.2
The line with only 4 spaces can be rendered as a code block
which is rather distracting to read.
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index d6f383b30089..fcdfb557fcf0 100644
--- a/README.md+++ b/README.md
@@ -22,7 +22,7 @@ UI, and more.
- **Fast & usable in resource-constrained environments**:
- Mepo **launches quickly and runs quickly** on the PinePhone and other
- resource-constrained devices. + resource-constrained devices. - Mepo renders using SDL which keeps things **fast** and lightweight;
also as a bonus: portable.
- Built in a non GC'd language ([Zig](https://ziglang.org/)) with an aim toward careful
@@ -47,7 +47,7 @@ UI, and more.
through a command-line flag.
- Users can download based on a bounding-box or a user-specified radius
from a specific point for multiple zoom levels.
- - Offline usage is a primary usecase and should be treated as such, we + - Offline usage is a primary usecase and should be treated as such, we can't assume a user is always online.
- **Supports touch AND keyboard-oriented operation**:
- A map application must of course be usable with a mouse / touch,
@@ -72,7 +72,6 @@ zig build version (master builds against zig 0.13.x). See the README of
the tag/release version you are testing with for up-to-date documentation.
Details on releases are available at: [releases page](https://git.sr.ht/~mil/mepo/refs).
-## **Funding**
Between October 2021 and October 2022, [NLnet](https://nlnet.nl) kindly
--
2.45.2
---
README.md | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index fcdfb557fcf0..f6555bebd25e 100644
--- a/README.md+++ b/README.md
@@ -11,12 +11,12 @@ API to allow the user to change & add functionality such as adding their
own search & routing scripts, add arbitrary buttons/keybindings to the
UI, and more.
-- [Documentation Website](http://mepo.milesalan.com)-- [Demo Video on postmarketOS phone](http://mepo.milesalan.com/demos.html#mobile-demo-major-features)-- [Videos of User Interface](http://mepo.milesalan.com/demos.html)-- [Install Guide](http://mepo.milesalan.com/installguide.html)-- [User Guide](http://mepo.milesalan.com/userguide.html)-- [JSON API](http://mepo.milesalan.com/mepolang.html)+- [Documentation Website](https://mepo.milesalan.com)+- [Demo Video on postmarketOS phone](https://mepo.milesalan.com/demos.html#mobile-demo-major-features)+- [Videos of User Interface](https://mepo.milesalan.com/demos.html)+- [Install Guide](https://mepo.milesalan.com/installguide.html)+- [User Guide](https://mepo.milesalan.com/userguide.html)+- [JSON API](https://mepo.milesalan.com/mepolang.html)## **Features**
@@ -27,7 +27,7 @@ UI, and more.
also as a bonus: portable.
- Built in a non GC'd language ([Zig](https://ziglang.org/)) with an aim toward careful
memory usage and allocations/deallocations
-- **Simple [JSON API for Scripting & Extending](http://mepo.milesalan.com/mepolang.html)**:+- **Simple [JSON API for Scripting & Extending](https://mepo.milesalan.com/mepolang.html)**: - Mepo's core UI is built out to be as minimal as possible, only handling map rendering,
displaying, pins, and simple IO operation (keybinding, mouse callbacks, etc.)
- Extendeded functionality such as menus & and search integrations (via Nominatim, Overpass),
@@ -61,7 +61,8 @@ UI, and more.
and portability to other future environments as well.
## **Documentation Website**
-Mepo has a documentation website which lives at: [mepo.milesalan.com](http://mepo.milesalan.com)+Mepo has a documentation website which lives at:+[mepo.milesalan.com](https://mepo.milesalan.com)## **Releases**
The most current release is 1.2.1 which builds against zig 0.12.x.
--
2.45.2