Eine voting seite für falsch zugeordnete Zitate https://zitate.prapsschnalinen.de
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Gitea aca445bfdb rotate stamp 8 months ago
static/assets make card thinner, so it's easier to read 2 years ago
templates rotate stamp 8 months ago
.gitignore add pages that show individual quotes + link quotes from rss feed 2 years ago
README.md add min_score argument 2 years ago
addquotes.py add search parameter to /wrongquotes 2 years ago
api.py Merge branch 'master' of https://codeberg.org/ulpa/falsch-zugeordnete-zitate 8 months ago
check.py changes 9 months ago
db.py also pass args when overriding save method 8 months ago
dbmigration.py add witzig/nichtwitzig questions and score limit for a/b question. 9 months ago
filter_authors.py add witzig/nichtwitzig questions and score limit for a/b question. 9 months ago
init_important_files.py add python file to generate important files (to allow easy dev setup) 2 years ago
webvoting.py rotate stamp 8 months ago

README.md

Falschzugeordnete Zitate

https://zitate.prapsschnalinen.de

API

api/wrongquotes

Methode URI Parameter Beschreibung
GET /api/wrongquotes quote(id), author(id), simulate, no_text, sort[author, quote, score, random], search, count, min_score Falschzugeordnete Zitate bekommen
POST /api/wrongquotes quote(id), author(id) Ein neues Falschzugeordnetes Zitat erstellen
GET /api/wrongquotes/[id] Ein falschzugeordnetes Zitat bekommen
POST /api/wrongquotes/[id] vote Ein falschzugeordnetes Zitat bewerten
GET /api/wrongquotes/count Anzahl der falschzugeordneten Zitate bekommen
GET /api/wrongquotes/random min_rating, count Zufällige falschzugeordnete Zitate bekommen

api/quotes

Methode URI Parameter Beschreibung
GET /api/quotes author(id) Zitate bekommen
POST /api/quotes quote, author(id) Zitat erstellen
GET /api/quotes/[id] Ein Zitat bekoommen
GET /api/quotes/count Anzahl der Zitate bekommen

api/authors

Methode URI Parameter Beschreibung
GET /api/authors Alle Autoren bekommen
POST /api/authors author Autor erstellen
GET /api/authors/[id] Einen Autor bekommen
GET /api/authors/count Anzahl der Autoren bekommen