资 源 简 介
This project is using:
Python(For parser to convert wiki-text to corresponding html).
django for server, url handling.
CSV files for indexing articles and there span.
Target Audience:
All those who don"t have handy internet connection.
All those who want to access the content of wikipedia even when they are not connected, like while traveling.
All those who are using proprietary encyclopedias available in market
Issues at hand:
From my-side, apart from following http://users.softlab.ece.ntua.gr/~ttsiod/buildWikipediaOffline.html, i tried to make it work via django, it posed new problem of writing converter for wiki-markup-text to html, which as of now, is not perfect, needs improvement to utilize all the content available at hand, Here i am ready to trade off with any parser irrespective of language (python/PHP), but it should be better the this one, PHP i avoided,