Merge pull request #79 from christophe-asselin/master
This commit is contained in:
commit
d7051c094e
2 changed files with 25 additions and 37 deletions
44
README.md
44
README.md
|
|
@ -1,40 +1,10 @@
|
|||

|
||||
# Pretendo Network
|
||||
|
||||
# Pretendo
|
||||
This special repository contains community files and common templates.
|
||||
|
||||
Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the WiiU and 3DS family of consoles.
|
||||
## Contents
|
||||
|
||||
## Contributing
|
||||
|
||||
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for contributing to the project.
|
||||
|
||||
## Goals/Roadmap
|
||||
|
||||
Pretendo is a large project with many smaller sections, each with their own goals. To find the goals and roadmap for a specific section of the network, check its repo.
|
||||
|
||||
# Service repositories:
|
||||
- NEX framework [https://github.com/PretendoNetwork/nex-go](https://github.com/PretendoNetwork/nex-go)
|
||||
- Account server [https://github.com/PretendoNetwork/account](https://github.com/PretendoNetwork/account)
|
||||
- eShop (PoC) [https://github.com/PretendoNetwork/eShop](https://github.com/PretendoNetwork/eShop)
|
||||
|
||||
# Non-service repositories:
|
||||
- Official Discord bot [https://github.com/PretendoNetwork/Bandwidth](https://github.com/PretendoNetwork/Bandwidth)
|
||||
- Official proxy [https://github.com/PretendoNetwork/maryo](https://github.com/PretendoNetwork/maryo)
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the Mozilla Public License 2.0 License - see the [LICENSE](LICENSE) file for details
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
* PRUDP/NEX was originally designed and developed by [Quazal](https://en.wikipedia.org/wiki/List_of_Ubisoft_subsidiaries#Quazal)
|
||||
* Huge thanks to [Kinnay](https://github.com/Kinnay) as without his reverse engineering work and documentation of PRUDP and NEX, we doubt Pretendo would be anywhere today.
|
||||
|
||||
Our full list of acknowledgements are visible on [our website](https://pretendo.network/#credits)
|
||||
|
||||
**Come join our discord server!**
|
||||
<p align="left">
|
||||
<a href="https://invite.gg/pretendo" target="_blank">
|
||||
<img src="https://discordapp.com/api/guilds/408718485913468928/widget.png?style=banner2">
|
||||
</a>
|
||||
</p>
|
||||
* [License](LICENSE)
|
||||
* [Security Policy](.github/SECURITY.md)
|
||||
* [Code of Conduct](.github/CODE_OF_CONDUCT.md)
|
||||
* [Contribution Guide](.github/CONTRIBUTING.md)
|
||||
|
|
|
|||
18
profile/README.md
Normal file
18
profile/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# About Pretendo Network
|
||||
Pretendo is an open source Nintendo Network replacement that aims to build custom servers for the Wii U and 3DS family of consoles. Our goal is to preserve the online functionality of these consoles, to allow players to continue to play their favorite Wii U and 3DS games to their fullest capacity.
|
||||
|
||||
For more information on the project such as current goals, project status and other news, visit [our website](https://prentendo.network).
|
||||
|
||||
As a fully open-source project, Prentendo welcomes contributions made by the community. If you are interested in contributing, please refer to the [contribution guide](../.github/CONTRIBUTING.md).
|
||||
|
||||
## Official Links
|
||||
|
||||
* [Website](https://prentendo.network)
|
||||
* [Discord](https://discord.gg/pretendo)
|
||||
* [Forum](https://forum.pretendo.network/)
|
||||
* [Twitter](https://twitter.com/pretendonetwork)
|
||||
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the [GNU Affero General Public License version 3](../LICENSE)
|
||||
Loading…
Reference in a new issue