summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-07now generates a simple index, index template addedHEADmasterdaniel-Jones2-20/+22
2018-06-06added new tool generatewebpages.pydaniel-Jones2-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-05minor code editsdaniel-Jones2-3/+4
2018-06-05don't require database file argumentdaniel-Jones1-1/+1
2018-06-05added argument -o to specify output directorydaniel-Jones1-3/+6
2018-06-05add missing function commentsdaniel-Jones1-0/+9
2018-06-05added imagscraper tooldaniel-Jones1-0/+110
this tool is used to scrape each anime cover from our database (image sourced from MAL) and save them locally.
2018-06-05change some spacingdaniel-Jones1-8/+8
2018-06-05other licence changesdaniel-Jones1-1/+2
2018-06-05fix licence textdaniel-Jones1-2/+2
2018-06-05now inserts data into the databasedaniel-Jones1-12/+125
2018-06-05added new tool malimporter.pydaniel-Jones1-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-03removed misplaced ')', added it where neededdaniel-Jones1-2/+2
2018-06-03further minor editsdaniel-Jones1-2/+2
2018-06-03minor readme changesdaniel-Jones1-1/+2
2018-06-03added link to live exampledaniel-Jones1-0/+2
2018-06-03first commitdaniel-Jones4-0/+553