Added the ToC files as well to the repo

This commit is contained in:
Veronica K. B. Olsen
2020-05-30 00:16:53 +02:00
parent d27e2dc60f
commit a7bca8486f
4 changed files with 107 additions and 3 deletions
+2 -2
View File
@@ -39,8 +39,8 @@ class nwFiles():
PROJ_FILE = "nwProject.nwx"
PROJ_DICT = "wordlist.txt"
PROJ_LOCK = "nwProject.lock"
TOC_TXT = "content.txt"
TOC_JSON = "content.json"
TOC_TXT = "ToC.txt"
TOC_JSON = "ToC.json"
SESS_INFO = "sessionInfo.log"
INDEX_FILE = "tagsIndex.json"
OPTS_FILE = "guiOptions.json"