update documentation to point to codeberg
This commit is contained in:
parent
785efad4c0
commit
00f94ef939
@ -1,11 +1,11 @@
|
||||
# EliteBGS
|
||||
# EDBGS
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
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/).
|
||||
|
||||
@ -24,6 +24,8 @@ transactions. Currently the tool recognises the following transactions:
|
||||
* Selling of micro resources (Odyssey only)
|
||||
* Selling of organic data (Odyssey only)
|
||||
* 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
|
||||
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
|
||||
|
||||
Handling of Elite Dangerous player journals have been moved to a separate project called `EDJournal`.
|
||||
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:
|
||||
|
||||
The project also requires `Ookii.Dialogs.WPF` controls, which contains the auto complete text box.
|
||||
|
||||
And of course, `Newtonsoft.Json` as the JSON parser.
|
||||
* `Ookii.Dialogs.WPF`
|
||||
* `Newtonsoft.Json`
|
||||
* `Extended.Wpf.Toolkit`
|
||||
|
||||
## About
|
||||
|
||||
|
@ -72,7 +72,7 @@ The tool itself is Open Source, licenced unter the GPLv3.
|
||||
|
||||
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
|
||||
|
||||
|
@ -7,5 +7,5 @@ See [https://bgs.n0la.org/](https://bgs.n0la.org) for further details.
|
||||
|
||||
## Requirements
|
||||
|
||||
This repository depends on dotnet desktop SDK 7, as well as Newtonsoft.JSON and Ookii
|
||||
Dialogs.
|
||||
This repository depends on dotnet desktop SDK 7, as well as Newtonsoft.JSON, Extended
|
||||
WPF toolkit, and Ookii Dialogs.
|
||||
|
Loading…
Reference in New Issue
Block a user