Changes between Version 9 and Version 10 of WebRpc


Ignore:
Timestamp:
Jul 20, 2007, 8:39:39 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebRpc

    v9 v10  
    515515
    516516 '''URL'''::
    517         project/apps.php
    518  '''output'''::
    519         List of applications and application versions;     this shows what platforms are supported by the project.
     517        project/apps.php?xml=1
     518 '''output'''::
     519        List of applications and application versions.  For example:
     520{{{
     521<?xml version="1.0" encoding="ISO-8859-1" ?>
     522<app_versions>
     523<application>
     524    <name>Upper Case</name>
     525    <version>
     526        <platform_short>i686-pc-linux-gnu</platform_short>
     527        <platform_long>Linux/x86</platform_long>
     528        <version_num>511</version_num>
     529
     530        <date>21 Apr 2006 19:38:26 UTC</date>
     531        <date_unix>1145648306</date_unix>
     532    </version>
     533    <version>
     534        <platform_short>windows_intelx86</platform_short>
     535        <platform_long>Windows/x86</platform_long>
     536        <version_num>515</version_num>
     537
     538        <date>8 May 2007 21:15:42 UTC</date>
     539        <date_unix>1178658942</date_unix>
     540    </version>
     541    ...
     542    </application>
     543</app_versions>
     544
     545}}}