mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-27 10:03:06 +01:00
docs(md): minor review of the markdown files.
This commit is contained in:
24
AUTHORS.md
24
AUTHORS.md
@@ -1,22 +1,27 @@
|
|||||||
# List of authors who contributed to Erupe
|
# List of authors who contributed to Erupe
|
||||||
|
|
||||||
## Point of current development
|
## Point of current development
|
||||||
The project is currently developed under https://github.com/ZeruLight/Erupe
|
|
||||||
|
The project is currently developed under <https://github.com/ZeruLight/Erupe>
|
||||||
|
|
||||||
## History of development
|
## History of development
|
||||||
|
|
||||||
Development of this project dates back to 2019, and was developed under various umbrellas over time:
|
Development of this project dates back to 2019, and was developed under various umbrellas over time:
|
||||||
* Cappuccino (Fist/Ando/Ellie42) ("The Erupe Developers"), 2019-2020 (https://github.com/Ellie42/Erupe / https://github.com/ricochhet/Erupe-Legacy) (Still active closed source)
|
|
||||||
|
* Cappuccino (Fist/Ando/Ellie42) ("The Erupe Developers"), 2019-2020 (<https://github.com/Ellie42/Erupe> / <https://github.com/ricochhet/Erupe-Legacy>) (Still active closed source)
|
||||||
* Einherjar Team, ????-2022 Feb (There is no git history for this period, this team's work was taken and used as a foundation for future repositories)
|
* Einherjar Team, ????-2022 Feb (There is no git history for this period, this team's work was taken and used as a foundation for future repositories)
|
||||||
* Community Edition, 2022 (https://github.com/xl3lackout/Erupe)
|
* Community Edition, 2022 (<https://github.com/xl3lackout/Erupe>)
|
||||||
* sekaiwish Fork, 2022 (https://github.com/sekaiwish/Erupe)
|
* sekaiwish Fork, 2022 (<https://github.com/sekaiwish/Erupe>)
|
||||||
* ZeruLight, 2022-2023 (https://github.com/ZeruLight/Erupe)
|
* ZeruLight, 2022-2023 (<https://github.com/ZeruLight/Erupe>)
|
||||||
|
|
||||||
## Authorship of the code
|
## Authorship of the code
|
||||||
|
|
||||||
Authorship is assigned for each commit within the git history, which is stored in these git repos:
|
Authorship is assigned for each commit within the git history, which is stored in these git repos:
|
||||||
* https://github.com/ZeruLight/Erupe
|
|
||||||
* https://github.com/Ellie42/Erupe
|
* <https://github.com/ZeruLight/Erupe>
|
||||||
* https://github.com/ricochhet/Erupe-Legacy
|
* <https://github.com/Ellie42/Erupe>
|
||||||
* https://github.com/xl3lackout/Erupe
|
* <https://github.com/ricochhet/Erupe-Legacy>
|
||||||
|
* <https://github.com/xl3lackout/Erupe>
|
||||||
|
|
||||||
Note the divergence between Ellie42's branch and xl3lackout's where history has been lost.
|
Note the divergence between Ellie42's branch and xl3lackout's where history has been lost.
|
||||||
|
|
||||||
@@ -24,6 +29,7 @@ Unfortunately, we have no detailed information on the history of Erupe before 20
|
|||||||
If somebody can provide information, please contact us, so that we can make this history available.
|
If somebody can provide information, please contact us, so that we can make this history available.
|
||||||
|
|
||||||
## Exceptions with third-party libraries
|
## Exceptions with third-party libraries
|
||||||
|
|
||||||
The third-party libraries have their own way of addressing authorship and the authorship of commits importing/updating
|
The third-party libraries have their own way of addressing authorship and the authorship of commits importing/updating
|
||||||
a third-party library reflects who did the importing instead of who wrote the code within the commit.
|
a third-party library reflects who did the importing instead of who wrote the code within the commit.
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,16 @@
|
|||||||
# Erupe
|
# Erupe
|
||||||
|
|
||||||
## Client Compatibility
|
## Client Compatibility
|
||||||
|
|
||||||
### Platforms
|
### Platforms
|
||||||
|
|
||||||
- PC
|
- PC
|
||||||
- PlayStation 3
|
- PlayStation 3
|
||||||
- PlayStation Vita
|
- PlayStation Vita
|
||||||
- Wii U (Up to Z2)
|
- Wii U (Up to Z2)
|
||||||
|
|
||||||
### Versions (ClientMode)
|
### Versions (ClientMode)
|
||||||
|
|
||||||
- All versions after HR compression (G10-ZZ) have been tested extensively and have great functionality.
|
- All versions after HR compression (G10-ZZ) have been tested extensively and have great functionality.
|
||||||
- All versions available on Wii U (G3-Z2) have been tested and should have good functionality.
|
- All versions available on Wii U (G3-Z2) have been tested and should have good functionality.
|
||||||
- The second oldest found version is Forward.4 (FW.4), this version has basic functionality.
|
- The second oldest found version is Forward.4 (FW.4), this version has basic functionality.
|
||||||
@@ -39,6 +43,7 @@ Please see [docker/README.md](./docker/README.md). This is intended for quick in
|
|||||||
## Schemas
|
## Schemas
|
||||||
|
|
||||||
We source control the following schemas:
|
We source control the following schemas:
|
||||||
|
|
||||||
- Initialization Schema: This initializes the application database to a specific version (9.1.0).
|
- Initialization Schema: This initializes the application database to a specific version (9.1.0).
|
||||||
- Update Schemas: These are update files that should be ran on top of the initialization schema.
|
- Update Schemas: These are update files that should be ran on top of the initialization schema.
|
||||||
- Patch Schemas: These are for development and should be run after running all initialization and update schema. These get condensed into `Update Schemas` and deleted when updated to a new release.
|
- Patch Schemas: These are for development and should be run after running all initialization and update schema. These get condensed into `Update Schemas` and deleted when updated to a new release.
|
||||||
|
|||||||
Reference in New Issue
Block a user