mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Wiki.Dom: Refactor Wiki.Props
This commit is contained in:
@@ -152,8 +152,8 @@ public class Scrib_lib_site implements Scrib_lib {
|
||||
Xow_wiki_props props = core.Wiki().Props();
|
||||
rv[0] = Keyval_.new_("siteName" , props.Site_name());
|
||||
rv[1] = Keyval_.new_("server" , Bry_.Add(gplx.core.net.Gfo_protocol_itm.Bry_relative, props.Server_name())); // NOTE: should generate "//en.wikipedia.org", not "de.wikipedia.org"; PAGE:de.w:Giro_d<5F>Italia_1996 DATE:2016-04-17
|
||||
rv[2] = Keyval_.new_("scriptPath" , props.ScriptPath());
|
||||
rv[3] = Keyval_.new_("stylePath" , props.StylePath());
|
||||
rv[2] = Keyval_.new_("scriptPath" , props.Script_path());
|
||||
rv[3] = Keyval_.new_("stylePath" , props.Style_path());
|
||||
rv[4] = Keyval_.new_("currentVersion" , props.Current_version());
|
||||
}
|
||||
private Keyval[] Bld_ns_ary(Xowe_wiki wiki) {
|
||||
|
||||
Reference in New Issue
Block a user