# Eclipse Wiki archive

The colocated zip file contains the archived Eclipse Wiki pages related to the Eclipse project.

To view it, download the archive, extract it and run a (local) webserver from the `wiki.eclipse.org` directory and access it through a browser.
For example by running `jwebserver` (part of a JDK):
```
cd wiki.eclipse.org
jwebserver
```
By default this will server the wiki archive at `localhost:8000`, but the port is configurable.
Run `jwebserver --help` for more details.

## Notes on Windows

Some wiki pages have addresses that are distinguished only by different letter cases.
Therefore when extracting the archive at a Windows filesystem, these pages are replaced by each other and the first ones will be missing.
In some cases pages with only different letter cases have the same content and are effectively aliases, but in other cases they are really different.
If such page is of interest, extract it separately from the archive to a separate directory.
