mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-01-22 16:59:34 +00:00
82 lines
5.1 KiB
Java
82 lines
5.1 KiB
Java
|
|
/*
|
||
|
|
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/>.
|
||
|
|
*/
|
||
|
|
package gplx.xowa.specials; import gplx.*; import gplx.xowa.*;
|
||
|
|
import gplx.xowa.users.history.*;
|
||
|
|
import gplx.xowa.specials.*;
|
||
|
|
import gplx.xowa.specials.allPages.*; import gplx.xowa.specials.search.*; import gplx.xowa.specials.nearby.*; import gplx.xowa.specials.randoms.*; import gplx.xowa.specials.statistics.*; import gplx.xowa.xtns.translates.*; import gplx.xowa.specials.movePage.*;
|
||
|
|
import gplx.xowa.specials.xowa.system_data.*; import gplx.xowa.specials.xowa.default_tab.*;
|
||
|
|
import gplx.xowa.xtns.wdatas.*;
|
||
|
|
public class Xows_mgr {
|
||
|
|
public Xows_mgr(Xow_wiki wiki) {
|
||
|
|
page_allpages = new Xows_page_allpages(wiki);
|
||
|
|
page_search = new Xosrh_core(wiki);
|
||
|
|
page_random = new Xows_page_random(wiki);
|
||
|
|
Evt_lang_changed(wiki.Lang());
|
||
|
|
} private Hash_adp_bry hash = Hash_adp_bry.ci_();
|
||
|
|
public Xows_page_allpages Page_allpages() {return page_allpages;} private Xows_page_allpages page_allpages;
|
||
|
|
public Xosrh_core Page_search() {return page_search;} private Xosrh_core page_search;
|
||
|
|
public Xows_page_random Page_random() {return page_random;} private Xows_page_random page_random;
|
||
|
|
public Xop_randomRootPage_page Page_randomRootPage() {return page_randomRootPage;} private Xop_randomRootPage_page page_randomRootPage = new Xop_randomRootPage_page();
|
||
|
|
public Xou_history_html Page_history() {return page_history;} private Xou_history_html page_history = new Xou_history_html();
|
||
|
|
public Nearby_mgr Page_nearby() {return page_nearby;} Nearby_mgr page_nearby = new Nearby_mgr();
|
||
|
|
public Xop_mylanguage_page Page_mylanguage() {return page_mylanguage;} private Xop_mylanguage_page page_mylanguage = new Xop_mylanguage_page();
|
||
|
|
public Wdata_itemByTitle_page Page_itemByTitle() {return page_itemByTitle;} Wdata_itemByTitle_page page_itemByTitle = new Wdata_itemByTitle_page();
|
||
|
|
public Xop_statistics_page Page_statistics() {return page_statistics;} private Xop_statistics_page page_statistics = new Xop_statistics_page();
|
||
|
|
public Move_page Page_movePage() {return page_movePage;} private Move_page page_movePage = new Move_page();
|
||
|
|
public System_data_page Page_system_data() {return page_system_data;} private System_data_page page_system_data = new System_data_page();
|
||
|
|
public Default_tab_page Page_default_tab() {return page_default_tab;} private Default_tab_page page_default_tab = new Default_tab_page();
|
||
|
|
public void Evt_lang_changed(Xol_lang lang) {
|
||
|
|
hash.Clear();
|
||
|
|
hash.Add_str_obj("search" , page_search);
|
||
|
|
hash.Add_str_obj("allpages" , page_allpages);
|
||
|
|
hash.Add_str_obj("prefixindex" , page_allpages);
|
||
|
|
hash.Add_str_obj("random" , page_random);
|
||
|
|
hash.Add_str_obj("randompage" , page_random);
|
||
|
|
hash.Add_str_obj("randomrootpage" , page_randomRootPage);
|
||
|
|
hash.Add_bry_obj(Xou_history_mgr.Ttl_name , page_history);
|
||
|
|
hash.Add_bry_obj(Nearby_mgr.Ttl_name , page_nearby);
|
||
|
|
hash.Add_str_obj("mylanguage" , page_mylanguage);
|
||
|
|
hash.Add_str_obj("itembytitle" , page_itemByTitle);
|
||
|
|
hash.Add_str_obj("statistics" , page_statistics);
|
||
|
|
hash.Add_str_obj("movePage" , page_movePage);
|
||
|
|
hash.Add_str_obj("XowaSystemData" , page_system_data);
|
||
|
|
hash.Add_str_obj(Default_tab_page.Ttl_name_str , page_default_tab);
|
||
|
|
}
|
||
|
|
public void Special_gen(Xoa_url calling_url, Xoa_page page, Xow_wiki wiki, Xoa_ttl ttl) {
|
||
|
|
int slash_pos = Bry_finder.Find_fwd(ttl.Page_txt_wo_qargs(), Xoa_ttl.Subpage_spr); // check for slash
|
||
|
|
byte[] special_name = slash_pos == Bry_.NotFound
|
||
|
|
? ttl.Base_txt_wo_qarg() // no slash found; use base_txt; ignore qry args and just get page_names; EX: Search/Earth?fulltext=y; Allpages?from=Earth...
|
||
|
|
: Bry_.Mid(ttl.Page_txt_wo_qargs(), 0, slash_pos); // slash found; use root page; EX: Special:ItemByTitle/enwiki/Earth
|
||
|
|
// byte[] special_name = ttl.Base_txt_wo_qarg(); // NOTE: ignore qry args and just get page_names; EX: Search/Earth?fulltext=y; Allpages?from=Earth...
|
||
|
|
Object o = hash.Get_by_bry(special_name);
|
||
|
|
if (o == null) {
|
||
|
|
gplx.xowa.Xol_specials_itm special_itm = wiki.Lang().Specials_mgr().Get_by_alias(special_name);
|
||
|
|
if (special_itm != null)
|
||
|
|
o = hash.Get_by_bry(special_itm.Special());
|
||
|
|
}
|
||
|
|
if (o != null) {
|
||
|
|
Xows_page special = (Xows_page)o;
|
||
|
|
special.Special_gen(calling_url, page, wiki, ttl);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
public Object Invk(GfsCtx ctx, int ikey, String k, GfoMsg m) {
|
||
|
|
if (ctx.Match(k, Invk_search)) return page_search;
|
||
|
|
else return GfoInvkAble_.Rv_unhandled;
|
||
|
|
} private static final String Invk_search = "search";
|
||
|
|
}
|