From c86a55d088d7b31efb8064e7064a9710ccff29be Mon Sep 17 00:00:00 2001 From: l29utp0 <23908-l29utp0@users.noreply.gitgud.io> Date: Sun, 24 Oct 2021 00:24:53 +0000 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index dcdd5ec7..5e96f51b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,37 @@ https://ptchan.org/ http://jieq75a6uwqbj5sjzaxlnd7xwgs35audjmkk4g3gfjwosfrz7cp47xid.onion/ IRC: + Web: https://irc.fatpeople.lol/#ptchan Cliente: irc.fatpeople.lol port 6697 sala #ptchan + +## Goals +- Oldschool look, newschool features +- Work with javascript disabled +- Support using anonymizers such as Tor, Lokinet or I2P +- Be usable on mobile +- Simple static file serving + +## Features +- [x] User created boards ala infinity +- [x] Multiple files per post +- [x] Basic antispam & multiple captcha options +- [x] Read-only JSON api +- [x] Multi-select moderation actions +- [x] Websocket update threads w/o polling +- [x] Webring w/proxy support (compatible with [lynxchan](https://gitlab.com/alogware/LynxChanAddon-Webring) & [infinity](https://gitlab.com/Tenicu/infinityaddon-webring) versions) +- [x] Manage everything from the web panel +- [x] Works properly with anonymizer networks + +## License +GNU AGPLv3, see [LICENSE](LICENSE). + +## Installation & Upgrading +See [INSTALLATION.md](INSTALLATION.md) for instructions on setting up a jschan instance or upgrading to a newer version. + +## Changelog +See [CHANGELOG.md](CHANGELOG.md) for changes between versions. + +## Contributing +Interested in contributing to jschan development? See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.