update readme

This commit is contained in:
yggverse 2025-08-12 00:40:58 +03:00
parent 6a2e4b586f
commit d7cf21faf4

View file

@ -17,27 +17,45 @@ See the [Wiki](https://github.com/YGGverse/btracker/wiki/Screenshots) page
## Roadmap ## Roadmap
* [x] RSS feeds * [ ] Listing (index) page
* [ ] Torrents listing
* [x] Basic metainfo * [x] Basic metainfo
* [x] Pagination * [x] Pagination
* [x] Search filter * [x] Search filter
* [x] By torrent name * [x] multiple keywords
* [x] By torrent files name * [x] torrent meta match
* [ ] Options form * [x] name
* [ ] Results order * [x] comment
* [x] Torrent details page * [x] created by
* [x] Files list * [x] publisher
* [x] Preloaded content preview * [x] publisher URL
* [x] announce
* [x] announce list
* [x] file names
* [ ] relevance ranking
* [ ] fast n-memory index
* [ ] search options form
* [ ] results order controls (torrent indexed by default)
* [x] Details page
* [x] files
* [x] clickable content preview
* [x] name
* [x] comment
* [x] created at
* [ ] created by
* [ ] publisher
* [ ] publisher URL
* [ ] announce
* [ ] announce list
* [ ] Common features * [ ] Common features
* [ ] Scrape peers/seeders/leechers * [ ] scrape peers/seeders/leechers
* [x] UDP * [x] UDP
* [ ] TCP * [ ] TCP
* [ ] Download * [ ] download
* [x] Magnet link * [x] magnet link
* [ ] Torrent file * [ ] torrent file
* [x] From the `public` location * [x] from the `public` location
* [ ] Filtered trackers binary * [ ] filtered trackers binary
* [x] RSS feed
## Install ## Install