aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ea728d8db61699a9110a7e38fa710c2c2395d523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This is a hostable version of the nevrax.org website without webarchive crap
for a search engine.

# Dump webarchive

This dump is realised with the tool `wayback-machine-downloader` from `hartator`.

Source: [nevrax.org - webarchive](https://web.archive.org/web/20041010093002/http://nevrax.org/docs/)

Tool: [wayback_machine_downloader](https://github.com/hartator/wayback-machine-downloader)

Command: `wayback_machine_downloader nevrax.org --to 20040924172238`

# Start

This can be started simple with :

```
# Python v2.7
python -m SimpleHTTPServer
```

or

```
# Python 3
python -m http.server 8000
```