Quote:
Originally Posted by oren64
I tried and get an error in log file:
Code:
error 2 opening file "/mnt/onboard/content/wikipedia_en_ray_charles_2015-06.zim
The XML library file '/mnt/onboard/wikipedia/library.xml' is empty (or has only remote books).
What I did patching the FW 4.6.9995 with the patch `Allow launching browser without wifi connected`.
Install Kiwix-Serverinstallation.
Tried the file "ray charles" from here in English.
\wikipedia folder is:
\wikipedia\wikipedia_en_ray_charles_2015-06.zim
\wikipedia\library.xml
\wikipedia\index
restart, try the address 127.0.0.1, and get nothing.
What did I wrong?
|
Sorry for answering late, I was on a trip.
You did everything right but I guess in the path variable in library.xml there is an error.
In your library.xml there should be one entry:
path="wikipedia_en_ray_charles_2015-06.zim" indexPath="./index/wikipedia_en_ray_charles_2015-06.zim.idx"
yours is probably:
path="../content/wikipedia_en_ray_charles_2015-06.zim" indexPath="../index/wikipedia_en_ray_charles_2015-06.zim.idx"which points to a directory two levels up.
Edit:
Thanks for the browser patch, I couldn't find the function in libnickel myself.
Edit2: Guess I should change the folder structure according to the one in the kiwix zip files.