From 00f94ef93920e50eb83948fc37f61e5b5647f1f6 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Sat, 4 Feb 2023 15:59:50 +0100 Subject: [PATCH] update documentation to point to codeberg --- EliteBGS/README.md | 16 ++++++++-------- EliteBGS/docs/index.md | 2 +- README.md | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/EliteBGS/README.md b/EliteBGS/README.md index b4229dd..d496948 100644 --- a/EliteBGS/README.md +++ b/EliteBGS/README.md @@ -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 diff --git a/EliteBGS/docs/index.md b/EliteBGS/docs/index.md index 2cb2f63..a596539 100644 --- a/EliteBGS/docs/index.md +++ b/EliteBGS/docs/index.md @@ -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 diff --git a/README.md b/README.md index ea7b987..b738a3f 100644 --- a/README.md +++ b/README.md @@ -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.