Hangar catalog
Package management |
---|
Background |
Implementation |
Front Ends
|
Related efforts |
The default hangar catalog, catalog.xml
, is used by the in-sim Aircraft Center to list all the aircraft of the official FGAddon FlightGear hangar. 3rd party hangars can also provide a catalog URL via their own catalog.xml
file.
Catalog generation
The catalog.xml
file can be generated using the update-catalog.py Python script. Alongside the script is the fgaddon-catalog/
directory, which is the configuration files used to generate the catalog for the FGAddon official hangar. To generate the FGAddon catalog, as an example, type:
./update-catalog.py fgaddon-catalog
The idea is to create a subdirectory tree for each catalog. This subdirectory can have any name, and it contains the config and administrative files for maintaining the catalog. The config file inside the catalog directory will need to be adjusted for each new hangar. The script builds the content locally which then needs to be uploaded to an appropriate place on a server.
See also
Wiki articles
- Aircraft Center
- Catalog metadata
- FlightGear hangars#Third party sites - List of third-party hangars, of which some have an
catalog.xml
file.
Mailing list threads
- [Flightgear-devel] Testing changes to update_catalog.py (November 2016)
Source code
- flightgear/fgmeta/next/catalog - update_calalog script, templates, etc.