documentation tweaking

pull/41/head
Jean-Marc Meessen 4 years ago
parent b9d7f5a013
commit 078669a808

@ -64,8 +64,8 @@ To generate a WWFF-ready ADIF file:
``` ```
./FLEcli adif -i --wwff ON4KJM@ONFF-025920200524.txt ./FLEcli adif -i --wwff ON4KJM@ONFF-025920200524.txt
``` ```
The `--wwff` indicates the adif flavour to produce. The `--wwff` (or `-w` in the short form) indicates the adif flavour to produce.
You can use the `--sota` switch to generate an ADIF file containing SOTA details. You can also use the `--sota` switch to generate an ADIF file containing SOTA details.
The switch can be used together with `--wwff` The switch can be used together with `--wwff`
As we didn't provide an output filename, the default output, `ON4KJM@ONFF-025920200524.adi` will be used. As we didn't provide an output filename, the default output, `ON4KJM@ONFF-025920200524.adi` will be used.

@ -1,14 +1,14 @@
# What's new? # What's new?
## V0.1.1 ## v0.1.1
* improved test coverage * Improved test coverage
* improved build automation * Improved build automation
* improved release notes publication * Improved release notes publication
## Previous releases ## Previous releases
### V0.1.0 ### v0.1.0
* First public MVP (Minimal Viable Product relase). Supports only SOTA and WWFF type log files. Some header keywords are missing as well as date increments. * First public MVP (Minimal Viable Product relase). Supports only SOTA and WWFF type log files. Some header keywords are missing as well as date increments.
### V0.0.0 ### v0.0.0
* Initial release * Initial release

@ -2,4 +2,9 @@
* `goreleaser --snapshot --skip-publish --rm-dist` * `goreleaser --snapshot --skip-publish --rm-dist`
* `dist/FLEcli_darwin_amd64/FLEcli` * `dist/FLEcli_darwin_amd64/FLEcli`
* `docker build -f docker/Dockerfile -t test/test dist/FLEcli_linux_arm64` * `docker build -f docker/Dockerfile -t test/test dist/FLEcli_linux_arm64`
## to push a release
* on the master branch `git tag v0.1.1`
* `git push --tag`

@ -1,36 +0,0 @@
# TODO
## Input protocol
* [ ] document the FLE input format
## Test & Build framework
* [ ] Perform the test of the complete app
* [-] Implement MacOS codesigning (issue #9)
* [x] Add quality badges to main page
* [x] Make a more reasonable/richer version display (issue #10)
* [x] Create standalone documentation, separate from README (issue #13)
* [x] Re-visit the release notes (far too verbose)
* [x] Implement and track code coverage
## Input processing
* [ ] New MYGRID keyword
* [ ] Support different date delimiter
* [ ] Support extrapolated date
* [ ] Support date not prefixed by "date" (non header mode) DATE keyword is now optional
* [ ] Support date increment ("date +" and "date ++")
* [ ] Support WWFF keyword
* [x] Validate that we have the necessary data for the output
* [ ] Support the contest related fields
## Output processing
* [ ] Implement CABRILLO output
## Later
* [ ] Process contest reports
* [ ] Infer digital mode report
* [ ] add unit test for the DefaultReport validate function
* [-] look how to make it work as a CGI
Loading…
Cancel
Save