Better README.
Added images and checkboxes to the features section.
This commit is contained in:
parent
46b82a18b5
commit
98cd823999
11 changed files with 33 additions and 12 deletions
29
README.md
29
README.md
|
|
@ -1,17 +1,32 @@
|
|||
# LivingRoom
|
||||
|
||||

|
||||
|
||||
This is a work-in-progress kinda of game launcher. LivingRoom is a server software that allows you to organize, display and distribute your catalog of games.
|
||||
|
||||
The server includes a (working but very WIP) HTTP API for third-party clients and an web interface.
|
||||
|
||||
## Features
|
||||
The server includes a (working but very WIP) HTTP API for third-party clients and a web interface.
|
||||
|
||||
- HTTP API (NO AUTHENTICATION YET)
|
||||
- Web interface
|
||||
- User management
|
||||
## Features
|
||||
### HTTP API
|
||||
- [ ] Authentication
|
||||
- [x] Library info
|
||||
- [x] Game info
|
||||
- [x] Downloads
|
||||
- [ ] Resumable downloads
|
||||
- [ ] User Management
|
||||
- [ ] Search
|
||||
|
||||
### Web interface
|
||||
- [x] Authentication
|
||||
- [x] Game listing
|
||||
- [x] Game page
|
||||
- [x] Admin actions
|
||||
- [x] Deindex game
|
||||
- [x] Trigger new scan
|
||||
- [x] Downloads (from the API)
|
||||
- [x] User Management
|
||||
|
||||
## Stack
|
||||
|
||||
- **Freemarker** for web rendering
|
||||
- **Manual HTTP** handling
|
||||
- **SQLite** for storing game information
|
||||
Loading…
Add table
Add a link
Reference in a new issue