geochan/README.md

24 lines
741 B
Markdown
Raw Normal View History

2022-02-16 20:28:33 +01:00
# Permap
2021-11-05 14:13:28 +01:00
2022-02-16 20:28:33 +01:00
Permap is a open source geo-message-board software written in OCaml.
2021-11-05 14:13:28 +01:00
2022-02-16 20:28:33 +01:00
Permap was initially made to be a gardening/permaculture forum.
Permap's aim is to help people find friends with similar interests around them
and build local communities.
2021-11-05 14:13:28 +01:00
2022-02-16 20:28:33 +01:00
You can make threads with geographical coordinate,
this way you can find people near you doing interesting stuffs,
socialize with them and share local knowledge.
2021-11-05 14:13:28 +01:00
2022-02-16 20:28:33 +01:00
## Permap's future
2021-11-05 14:13:28 +01:00
2022-02-16 20:28:33 +01:00
- Make permap federate
2021-11-05 14:13:28 +01:00
2022-02-16 20:28:33 +01:00
- More than coordinates
2021-11-05 14:13:28 +01:00
2022-02-16 20:28:33 +01:00
Make threads on anything with a geographical position.
Instead of making threads with a simple (latitude * longitude) data,
we want to be able to make threads on any OpenStreetMap's item/ActivityPub object
that can resolve to a geographical position.
2021-11-05 14:13:28 +01:00