← Back to team overview

gnusim8085-devel team mailing list archive

Re: gnusim8085.org

 

On Tue, Mar 9, 2010 at 11:18 PM, Sridhar Ratnakumar <sridhar.ratna@xxxxxxxxx
> wrote:

>
>
> On Tue, Mar 9, 2010 at 11:11 PM, Sridhar Ratnakumar <
> sridhar.ratna@xxxxxxxxx> wrote:
>
>>
>> PS: I also intend to redesign http://gnusim8085.sourceforge.net/ to be a
>> bit more nice ... with large download buttons, auto-platform detection
>> similar to http://www.activestate.com/activepython/downloads/
>>
>
> And if release information at https://launchpad.net/gnusim8085/+download can
> be accessed via an API (json?), then I may as well writing a google
> appengine app and host it there. Is there an API to access latest download
> links?
>

>From Python,

>>> from launchpadlib.launchpad import Launchpad, EDGE_SERVICE_ROOT
>>> lp = Launchpad.login('testing', '', '', EDGE_SERVICE_ROOT)
>>> lp.projects['gnusim8085'].development_focus.releases.entries
[{u'changelog': u"2010-02-27  Onkar Shinde  <onkarshinde@xxxxxxxxx>\n\n\t*
po/Makevars*: Change the bug reporting address in Makevars.
Delete\n\tredundant Makevars.template.\n\t* po/gnusim8085.pot: Update to
reflect the new bug reporting address.\n\t* po/*.po: Add BSD (3-Clause)
license header where it was missing. Auto update\n\tof all files as per
latest source.\n\t* po/Makefile.in.in: Do.............

-srid

Follow ups

References