⌈⌋ ⎇ branch:  freshcode


freecode2releases

freecode2releases.py provides a simple way to export a project entry and its associated release history from freecode.com

 freecode2releases.py  projectname

This retrieves the project from freecode, and extracts project details and a version/changes list.

  • It saves a projectname-releases.json as output.
  • Which can be used for a plain project description import.
  • Or better yet as Autoupdate URL.

It currently will only import the version history (timestamps and change notes) when used for autoupdating.

You should look it through beforehand, and possibly adapt the state: and scope: fields. They're no longer present and extractable in the freecode.com archive layout.

And obviously you may wish to keep the releases.json on your project homepage / vcs and populate it with update infos right there.