From 49ca674063d26f190ecc493935327f21d57fd130 Mon Sep 17 00:00:00 2001 From: AdmiralCurtiss Date: Mon, 27 Apr 2015 17:36:07 +0200 Subject: [PATCH] Clean up readme. --- README.md | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index d4f80cd..20e94ea 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,13 @@ dwc_network_server_emulator -===================== +=========================== -A Nintendo DS (and possibly Wii) server emulator. +A Nintendo DS and Wii online multiplayer server emulator. -**WANTED: More programmers!** +[Usage Instructions](https://github.com/polaris-/dwc_network_server_emulator/wiki) | [Partial Compatibilty List](https://github.com/polaris-/dwc_network_server_emulator/wiki/Compatibility) | [Available Content](https://github.com/polaris-/dwc_network_server_emulator/wiki/Nintendo-DS-Download-Content) + +## WANTED: More programmers! Whether it's to add new features or clean up existing code, we could always use the additional help. Check the bug tracker or ask another developers in #altwfc @ irc.rizon.net to see what bugs need to be fixed. - - -**Requirements** -- Python 2.7 -- Twisted 13.2 -- Apache (or your favorite httpd) - - -Open source projects referenced during the creation of this project: -OpenSpy Core - https://github.com/sfcspanky/Openspy-Core/ -Luigi Auriemma's Gslist and enctypex_decoder - http://aluigi.altervista.org/papers.htm - - -Instructions on how to connect to the public test server are on the wiki: https://github.com/polaris-/dwc_network_server_emulator/wiki -Compatibility list: https://github.com/polaris-/dwc_network_server_emulator/wiki/Compatibility -Available Nintendo DS Download Content List: https://github.com/polaris-/dwc_network_server_emulator/wiki/Nintendo-DS-Download-Content +Open source projects referenced during the creation of this project: [OpenSpy Core](https://github.com/sfcspanky/Openspy-Core/) | [Luigi Auriemma's Gslist and enctypex_decoder](http://aluigi.altervista.org/papers.htm) -#Instructions for setup for your own server can be found at -https://github.com/polaris-/dwc_network_server_emulator/wiki/Setting-up-a-server-from-a-fresh-installation-of-Linux - -#Beanjr's install script is constantly being updated +Instructions for setting up your own server can be found [here](https://github.com/polaris-/dwc_network_server_emulator/wiki/Setting-up-a-server-from-a-fresh-installation-of-Linux).