Compare commits

...

No commits in common. "0e7e6d841327e8372aaba5adc5326689abb645c6" and "e2ca2ef6ab129730f4b8807331a347fa43bff0f7" have entirely different histories.

View file

@ -1,6 +1,6 @@
# tinyweb-forum # tinyweb-forum
A decentralized link-sharing forum for [TinyWeb](https://git.example.com/user/tinyweb). Share URLs and discuss them with other TinyWeb instances over the Reticulum mesh. No accounts, no sign-up, no central server. A decentralized link-sharing forum for [TinyWeb](https://git.derickphan.com/lichenblankie/tinyweb). Share URLs and discuss them with other TinyWeb instances over the Reticulum mesh. No accounts, no sign-up, no central server.
## Install ## Install
@ -13,7 +13,7 @@ Enable the forum in TinyWeb's customize page (`/style`).
## Development ## Development
```bash ```bash
git clone https://git.example.com/user/tinyweb-forum git clone https://git.derickphan.com/lichenblankie/tinyweb-forum
pip install -e . pip install -e .
``` ```