clld / glottolog3

glottolog2 re-implemented as CLLD app
MIT License
110 stars 27 forks source link

Consolidate info on previous releases #84

Open xrotwang opened 6 years ago

xrotwang commented 6 years ago

Currently the info about previous releases is stored redundantly at glottolog3/static/downloads.json and glottolog3/releases.ini.

Instead,

TsTar3 commented 5 months ago

Currently the info about previous releases is stored redundantly at glottolog3/static/downloads.json and glottolog3/releases.ini.

Instead,

  • [ ] all info from the JSON file should be merged into the INI file, and
  • [ ] the glottolog-app cdstar command should update the INI file and
  • [ ] the template for the download page should lookup the data in the INI file.
  • [ ] the fab task downloading downloads from cdstar onto the server (necessary for backwards compatibility) must lookup the data there.