diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-06-03 15:12:14 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-06-03 15:12:14 +0930 |
commit | 60479c6e36fecb277d9bbf78af73c8c887cb3aff (patch) | |
tree | 3c60282cbceeea623287c9fb2db74638389706b5 | |
parent | 8a453f95a5519a64edf72880f62b435511f454b3 (diff) | |
download | animedb-60479c6e36fecb277d9bbf78af73c8c887cb3aff.tar.gz animedb-60479c6e36fecb277d9bbf78af73c8c887cb3aff.zip |
minor readme changes
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,7 @@ I want a personalised way if displaying my anime history and progress without re * static webpages generated with scripts * no javascript, php or cgi (html and css web pages only) * usable on mobile and browser -* display anime with information about it (name, year created, rating, genre, number of episodes etc) +* display anime with information about it (name, year created, rating, genre, number of episodes etc)) * display user rating, episodes watched, personal notes etc) * source information from MAL API (maybe others, I don't know of any) or allow the user to enter it manually * sqlite database to hold the information @@ -23,3 +23,4 @@ I want a personalised way if displaying my anime history and progress without re * provide filters (highest/lowest score first, date created, watch status (watching, finished, on hold etc) * these will be generated html pages * script to import anime from MAL profiles (maybe others, again I don't know any personally) + * possibly using exported XML data instead of API |