rochaporto / ezgliding

Website and software for analyzing, visualizing and planning gliding flights
GNU General Public License v3.0
5 stars 2 forks source link

configuration system (enabled plugins, formats, etc) #28

Closed rochaporto closed 9 years ago

rochaporto commented 9 years ago

Add a way to tell the system (command line, website, ...) which plugins to be using, any metadata required for those plugins, preferred formats for output and input, etc.

There are several candidate libraries, including goconfig, goconf, gcfg for ini files, go-yaml if yaml is chosen, or simply using the json parser if we go with json.