My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

UPDATE

This project has been merged with OxygenGuide v0.4! Please use v0.4 directly!

Index for offline world travel guide

This is a project created specifically for OxygenGuide, the offline and text-only version of WikiTravel. The aim is to provide indices for all (over 20,000) destinations of OxygenGuide so embedded devices have easier access to these destinations through indices.

The Python script can also be used with general purpose: it recursively reads all HTML pages in a certain directory, classifies all files by the initials of their titles, and output an index HTML page for all pages traveled.

Hopefully this project will be merged with OxygenGuide in the future.

How to Use it

  1. Download OxygenGuide and unzip it to your computer. You should now have a directory named "oxygenguide_0.3"
  2. Go to Downloads section and grab the index files.
  3. Unzip the index files and put all *.html files inside the "index" directory (NOT 'index' itself, otherwise your relative paths will be broken) into "oxygenguide_0.3".
  4. Transfer "oxygenguide_0.3" to your portable device (200~300 MB of disk space is needed).
  5. Access destination names by "all.html" (longer loading time) or "A-Z.html" (much smaller file size) from your browser or file system.

How to Use it Effectively

The generated index page "all.html" is about 1.2MB, on some devices it takes a considerable time to load or even fails to load. Thus the index pages by initials, such as A.html, B.html, ... (most of which is smaller than 100KB), can be used as alternatives. Feel free to use any of these 2 kinds of indices on your portable device.

The content of all index pages is kept as simple as possible: as different devices have various screen sizes, it tries to fit in the smallest screen size horizontally.

Powered by Google Project Hosting