update documentation to point to codeberg

This commit is contained in:
Florian Stinglmayr 2023-02-04 15:59:50 +01:00
parent 785efad4c0
commit 00f94ef939
3 changed files with 11 additions and 11 deletions

View File

@ -1,11 +1,11 @@
# EliteBGS # EDBGS
This tool is meant to help people contributing to the BGS effort to create BGS reports. This tool is meant to help people contributing to the BGS effort to create BGS reports.
The tool allows you to configure BGS objectives, and will then parse your player journal The tool allows you to configure BGS objectives, and will then parse your player journal
for tasks you completed relating to that BGS objective. Once the JSON player journal has for tasks you completed relating to that BGS objective. Once the JSON player journal has
been parsed, you may then generate a BGS report you can copy/paste into Discord. been parsed, you may then generate a BGS report you can copy/paste into Discord.
Source code is available [here](https://git.aror.org/florian/edbgs). Source code is available at [https://codeberg.org/nola/edbgs](https://codeberg.org/nola/edbgs).
Binary downloads can be found here: [https://bgs.n0la.org/](https://bgs.n0la.org/). Binary downloads can be found here: [https://bgs.n0la.org/](https://bgs.n0la.org/).
@ -24,6 +24,8 @@ transactions. Currently the tool recognises the following transactions:
* Selling of micro resources (Odyssey only) * Selling of micro resources (Odyssey only)
* Selling of organic data (Odyssey only) * Selling of organic data (Odyssey only)
* Vouchers, including bounty vouchers, combat bonds, and settlement vouchers (aka intel packages) * Vouchers, including bounty vouchers, combat bonds, and settlement vouchers (aka intel packages)
* Thargoid kills
* Contributions to Thargoid war effort
Vouchers help the faction that is listed for them. If said faction is not present in the Vouchers help the faction that is listed for them. If said faction is not present in the
current system, then there is no BGS impact. So the tool looks for all system factions, and current system, then there is no BGS impact. So the tool looks for all system factions, and
@ -221,13 +223,11 @@ It would be helpful if you included the JSON player journal. This player journal
## Build Dependencies ## Build Dependencies
Handling of Elite Dangerous player journals have been moved to a separate project called `EDJournal`. The project also requires:
Its source can be found [here](https://git.aror.org/florian/edjournal). This project simply depends
on the binary DLL that `EDJournal` builds.
The project also requires `Ookii.Dialogs.WPF` controls, which contains the auto complete text box. * `Ookii.Dialogs.WPF`
* `Newtonsoft.Json`
And of course, `Newtonsoft.Json` as the JSON parser. * `Extended.Wpf.Toolkit`
## About ## About

View File

@ -72,7 +72,7 @@ The tool itself is Open Source, licenced unter the GPLv3.
The source code can be found here: The source code can be found here:
* [https://git.aror.org/florian/EDBGS](https://git.aror.org/florian/EDBGS) * [https://codeberg.org/nola/edbgs](https://codeberg.org/nola/edbgs)
## Contact ## Contact

View File

@ -7,5 +7,5 @@ See [https://bgs.n0la.org/](https://bgs.n0la.org) for further details.
## Requirements ## Requirements
This repository depends on dotnet desktop SDK 7, as well as Newtonsoft.JSON and Ookii This repository depends on dotnet desktop SDK 7, as well as Newtonsoft.JSON, Extended
Dialogs. WPF toolkit, and Ookii Dialogs.