Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md (Add more Discription) #26

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,69 @@ url = "https://example2.url"

```

# Link Order+Description:

Freeware First and MSFS before X-Plane:
1. Charts:
- Charts (IFR)
- Charts (VFR)
2. Briefing:
- Pilotbriefing
- vACDM Pilot Guide (only if needed)
3. Scenery
- MSFS Freeware by XXX
- X-Plane Freeware by XXX
- MSFS Payware by XXX
- X-Plane Payware by XXX


4. Example:

```
[[airport]]
icao = "EXXX"

[[airport.links]]
category = "Charts"
name = "Charts (IFR)"
url = "https://chartfox.org/EXXX"

[[airport.links]]
category = "Charts"
name = "Charts (VFR)"
url = "https://aip.dfs.de/BasicVFR/pages/XXX.html"

[[airport.links]]
category = "Briefing"
name = "Pilotbriefing"
url = "https://vats.im/exxx"

[[airport.links]]
category = "Briefing"
name = "vACDM Pilot Guide"
url = "https://vacdm.net/docs/pilot"

[[airport.links]]
category = "Scenery"
name = "MSFS Freeware by XXX"
url = "https://example.com"

[[airport.links]]
category = "Scenery"
name = "X-Plane Freeware by XXX"
url = "https://example.com"

[[airport.links]]
category = "Scenery"
name = "MSFS Payware by XXX"
url = "https://example.com"

[[airport.links]]
category = "Scenery"
name = "X-Plane Payware by XXX"
url = "https://example.com"
```

# TODO:

- give warnings using PRs or Discord hook?
Loading