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

Embeddable: Add basic parse wikitext function

This commit is contained in:
gnosygnu
2016-11-06 14:09:00 -05:00
parent f04cb73679
commit a056a5b2e6
4 changed files with 133 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ public class Xoa_cmd_arg_mgr {
return new Xoa_cmd_arg_mgr(arg_mgr);
}
private static final String User_name_default = gplx.xowa.users.Xoue_user.Key_xowa_user;
private static String Bin_dir_name() {
public static String Bin_dir_name() {
String rv = "";
Op_sys op_sys = Op_sys.Cur();
switch (op_sys.Tid()) {