diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-18 16:17:44 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-18 16:17:44 +0200 |
commit | 8f5f0a19a40eb7552d8ca17961f3baa5140f8766 (patch) | |
tree | e8215aa325c4df850f95784bf08f4ee43c829021 | |
parent | 70cb922285cf4512a6b4643d2a2665c83070d991 (diff) | |
download | nevrax-website-self-hostable-8f5f0a19a40eb7552d8ca17961f3baa5140f8766.tar.xz nevrax-website-self-hostable-8f5f0a19a40eb7552d8ca17961f3baa5140f8766.zip |
Add forgotten README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..25e963fe --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +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 : + +``` +php -S localhost:8080 +``` |