1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Personal_wikis: Add working implementation of wiki import

This commit is contained in:
gnosygnu
2017-02-16 13:14:18 -05:00
parent 00ab87b1b5
commit 632fad62ae
12 changed files with 240 additions and 20 deletions

View File

@@ -27,5 +27,6 @@ public class Xow_cfg_consts {
, Key__init__main_page = "props.main_page"
, Key__init__bldr_version = "props.bldr_version"
, Key__init__modified_latest = "props.modified_latest"
, Key__init__domain = "props.domain"
;
}