440 Commits

Author SHA1 Message Date
kelson42
9a00b7c1d4 + remove unused variable 2014-04-02 16:18:06 +02:00
kelson42
ef6d5bc055 + update coypright header 2014-04-02 15:36:37 +02:00
kelson42
c2f02bf149 + Change license header 2014-04-02 11:55:34 +02:00
kelson42
5b3448c441 + Beautification of the code 2014-04-02 11:35:28 +02:00
kelson42
4ca544960a + rewrite "url()" directives in CSS content 2014-02-23 19:46:43 +01:00
renaud gaudin
5e3c536ece Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2014-01-09 11:51:39 +00:00
kelson42
1e5244ef49 + clean a little bit the code
+ start to add HTTP byte range support
2014-01-05 19:21:30 +01:00
Rashiq Ahmad
8d0e8e78b7 Merge remote-tracking branch 'origin/master' 2013-12-16 16:09:13 +01:00
kelson42
a567ff7079 + remove test directory "zimTester" 2013-12-16 15:25:11 +01:00
kelson42
b329df8cc3 + remove the backend option from the usage(), we only use xapian now 2013-12-16 15:08:37 +01:00
kelson42
965b84b6df + remove backend option from the usage (we only support Xapian now) 2013-12-16 15:07:40 +01:00
kelson42
6decab2b66 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-12-16 03:34:21 +01:00
Rashiq Ahmad
ca610af38f Merge remote-tracking branch 'origin/master' 2013-12-16 03:01:25 +01:00
renaud gaudin
bba7129e93 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-12-13 09:14:40 +00:00
Rashiq Ahmad
2fa98e2fe2 Merge remote-tracking branch 'origin/master' 2013-12-12 21:26:35 +01:00
kelson42
730c5db384 + able now to retrieve suggestions 2013-12-12 12:23:53 +01:00
renaud gaudin
7c52bceb4b Merge branch 'master' into winbuild 2013-12-11 19:17:33 +00:00
renaud gaudin
7a6b8d18bc Merge branch 'master' into extern_zimlib 2013-12-09 12:07:38 +00:00
renaud gaudin
e0062f948c catching up with master 2013-12-09 12:02:58 +00:00
rgaudin
fefc9a52a7 Fixed extern compile (static) on linux and removed Clucene dependency 2013-12-09 10:51:06 +00:00
kelson42
3406052ac2 + allow rewriting of urls also with quotes 2013-11-18 17:11:50 +01:00
kelson42
27a6e645ed + implement --nosearchbar option for kiwix-serve 2013-11-18 15:57:34 +01:00
renaud gaudin
82d9952eaf Added compiled template to static 2013-11-13 20:02:20 +00:00
renaud gaudin
ca532b99f2 Fixed CTPP2 not working
* Fixed templates
* Changed behavior of getHtml() to use higher level VM API
2013-11-13 19:58:56 +00:00
kelson42
77dfd3e03f + small beautifying of the code 2013-09-22 17:03:16 +02:00
kelson42
294110d40d + small beautifying of the code 2013-09-22 17:02:08 +02:00
Kiran Mathew Koshy
215ce29c1f Permanant fix for bug651.
Kiwix manager class is back to original state, additional function for obtaining origID has been added to Kiwix::Reader class.
Kiwix-manage and Kiwix-serve back to normal.
2013-09-20 18:35:20 +05:30
Kiran Mathew Koshy
b198e56717 Updated Kiwix::Manager class to accept origID as the last optional parameter, so as not to break existing tools which use Kiwix::Manager 2013-09-20 02:52:29 +05:30
Kiran Mathew Koshy
ed53a9fdec Fixed kiwix-serve incompatibility after modification to manager class 2013-09-20 02:32:37 +05:30
Kiran Mathew Koshy
11897437f9 Kiwix manage now adds origID tag automatically if it detects a diff_file. 2013-09-18 00:28:35 +05:30
kelson42
50c6004204 + useless 2013-09-11 20:38:57 +02:00
Kiran Mathew Koshy
87e9b56236 Modified Kiwix-manage to incorporate origID parameter for diff files in the kiwix library.
Book class and Manager class modified.

-Kiran
2013-09-06 04:09:35 +05:30
renaud gaudin
3f485df8e7 ctpp2 as external lib on unix 2013-08-10 22:14:18 +08:00
renaud gaudin
ff06a99bd7 removed old pugixml tree 2013-08-09 18:29:25 +08:00
renaud gaudin
0b0d2fc4d0 removed old zimlib tree 2013-08-09 18:29:05 +08:00
kelson42
e027ec4e8d + Add cache HTTP headers 2013-06-17 15:41:06 +02:00
kelson42
3e0bd1ae80 + replace POST method with GET method in kiwix-serve UI 2013-06-17 14:56:15 +02:00
kelson42
90c1e137c8 + In the homepage, replace form method POST by GET (allow page reload without popup) 2013-06-17 14:40:16 +02:00
kelson42
fa9a87039e + fix encoding issue if search pattern not found 2013-05-21 11:41:11 +02:00
kelson42
4f254303f7 + new trial to fix the bug with the failing onclick on the kiwiwx-serve suggestion list 2013-05-21 11:09:35 +02:00
kelson42
7c87d15c14 + last fix in the suggestion bug (with click) 2013-05-20 12:50:53 +02:00
kelson42
75d37ade43 * FIXED: Buggy kiwix-serve suggestion click handling 2013-05-20 12:40:30 +02:00
kelson42
c0f54fb24c + fix launcher for XR20 2013-05-07 16:18:18 +02:00
kelson42
f83a5372fb * FIXED: kiwix-serve index page for chrome/chromium 2013-05-03 16:02:13 +02:00
renaud gaudin
394a0d8af2 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2013-04-06 04:03:55 +02:00
kelson42
28324c1651 + Was a unused jsctype prototype 2013-04-05 23:47:31 +02:00
kelson42
5f232c75e6 FIXED: Encoding issue in kiwix-serve 404 error message 2013-03-17 19:22:57 +01:00
kelson42
0ffb620669 * FIXED: Argument forwarding in kiwix-launcher 2013-03-06 15:24:36 +01:00
kelson42
5d67f41c58 + small visual UI fixes 2013-02-12 19:33:00 +00:00
kelson42
581362a43a * FIXED: kiwix-serve crahs if really long URL (#400) 2013-02-12 18:55:09 +00:00