mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
App_update: Add standalone updater
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/*
|
||||
XOWA: the XOWA Offline Wiki Application
|
||||
Copyright (C) 2012 gnosygnu@gmail.com
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
published by the Free Software Foundation, either version 3 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
//namespace gplx.xowa.addons.wikis.fulltexts {
|
||||
// using gplx.xowa.bldrs.wkrs;
|
||||
// public class Xofts_addon : Xoax_addon_itm, Xoax_addon_itm__bldr {
|
||||
// public Xob_cmd[] Bldr_cmds() {
|
||||
// return new Xob_cmd[]
|
||||
// { Xofts_make_cmd.Prototype
|
||||
// };
|
||||
// }
|
||||
//
|
||||
// public String Addon__key() {return "xowa.wikis.fulltexts";}
|
||||
// }
|
||||
//}
|
||||
@@ -0,0 +1,31 @@
|
||||
/*
|
||||
XOWA: the XOWA Offline Wiki Application
|
||||
Copyright (C) 2012 gnosygnu@gmail.com
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
published by the Free Software Foundation, either version 3 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
//namespace gplx.xowa.addons.wikis.fulltexts {
|
||||
// using gplx.dbs;
|
||||
// using gplx.xowa.bldrs; using gplx.xowa.bldrs.wkrs; using gplx.xowa.htmls.core.htmls;
|
||||
// public class Xofts_make_cmd : Xob_cmd__base {
|
||||
// public Xofts_make_cmd(Xob_bldr bldr, Xowe_wiki wiki) : super(bldr, wiki) {}
|
||||
// public override void Cmd_run() {
|
||||
// }
|
||||
//
|
||||
// public static final String BLDR_CMD_KEY = "fulltext.make";
|
||||
// public override String Cmd_key() {return BLDR_CMD_KEY;}
|
||||
// public static final Xob_cmd Prototype = new Xofts_make_cmd(null, null);
|
||||
// public override Xob_cmd Cmd_clone(Xob_bldr bldr, Xowe_wiki wiki) {return new Xofts_make_cmd(bldr, wiki);}
|
||||
// }
|
||||
//}
|
||||
Reference in New Issue
Block a user