Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
A346fan authored Sep 15, 2024
1 parent 1a6797a commit fb693bd
Showing 1 changed file with 63 additions and 0 deletions.
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?

0 comments on commit fb693bd

Please sign in to comment.