From 4abf0e7011000b751c16fad86e6f1384bc1c27e4 Mon Sep 17 00:00:00 2001 From: Bryce Allen Date: Thu, 19 Nov 2015 20:04:53 -0600 Subject: [PATCH] add hunter arts to translate page --- bin/mkmobilelist.py | 182 +++- bin/parse-wikia.py | 65 ++ db/hunter_arts.json | 302 +++++++ web/index.html | 6 + web/translate/index.html | 1791 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 2338 insertions(+), 8 deletions(-) create mode 100755 bin/parse-wikia.py create mode 100644 db/hunter_arts.json create mode 100644 web/translate/index.html diff --git a/bin/mkmobilelist.py b/bin/mkmobilelist.py index 76f4607..56deb45 100755 --- a/bin/mkmobilelist.py +++ b/bin/mkmobilelist.py @@ -2,25 +2,191 @@ import sys import json +import os.path import _pathfix +from mhapi.db import MHDB from mhapi.util import get_utf8_writer -def mk_html_list(dict_list, keys, sort_key): - print '