2022-01-20

add_icon_on_all_pages.py

import json
IN_FILE = "intellitech-en.json"
OUT_FILE = "intellitech-en-out.json"
ICON = "[en.icon]"
data = json.load(open(IN_FILE))
for p in data["pages"]:
    p["lines"].append({"text": ICON})

json.dump(data, open(OUT_FILE, "w"))

Itā€™s done.

Resolving Collision Pages

  • Most pages are predominantly in English
  • I wasnā€™t sure what to do with just the George Edward Pelham Box.
    • There is a link to the Japanese page.
    • Decided to keep both.

pIntEn


This page is auto-translated from /nishio/intellitech-enć®ćƒžćƒ¼ć‚ø using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. Iā€™m very happy to spread my thought to non-Japanese readers.