Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-06 | added new tool generatewebpages.py | daniel-Jones | 2 | -0/+258 | |
this tool will generate the static web pages. also added the index template. currently it doesn't output the correct html. | |||||
2018-06-05 | minor code edits | daniel-Jones | 2 | -3/+4 | |
2018-06-05 | don't require database file argument | daniel-Jones | 1 | -1/+1 | |
2018-06-05 | added argument -o to specify output directory | daniel-Jones | 1 | -3/+6 | |
2018-06-05 | add missing function comments | daniel-Jones | 1 | -0/+9 | |
2018-06-05 | added imagscraper tool | daniel-Jones | 1 | -0/+110 | |
this tool is used to scrape each anime cover from our database (image sourced from MAL) and save them locally. | |||||
2018-06-05 | change some spacing | daniel-Jones | 1 | -8/+8 | |
2018-06-05 | other licence changes | daniel-Jones | 1 | -1/+2 | |
2018-06-05 | fix licence text | daniel-Jones | 1 | -2/+2 | |
2018-06-05 | now inserts data into the database | daniel-Jones | 1 | -12/+125 | |
2018-06-05 | added new tool malimporter.py | daniel-Jones | 1 | -0/+97 | |
used to import mal anime data from exported xml file. currently collects the relevant data, yet to import it into the database. | |||||
2018-06-03 | removed misplaced ')', added it where needed | daniel-Jones | 1 | -2/+2 | |
2018-06-03 | further minor edits | daniel-Jones | 1 | -2/+2 | |
2018-06-03 | minor readme changes | daniel-Jones | 1 | -1/+2 | |
2018-06-03 | added link to live example | daniel-Jones | 1 | -0/+2 | |
2018-06-03 | first commit | daniel-Jones | 4 | -0/+553 | |