From Internet Tablet Talk
This page serves as a page to plan and discuss the Internet Tablet Talk - maemo.org Downloads syndication.
What is needed from maemo.org:
The following are some of the requirements that itT needs, to create a program that can be initiated remotely from maemo.org, or via a cron job within itT.
The program's goal is to query for the the application categories, application information, and the attached application images from maemo.org Downloads. The data that is returned from will be used to create discussion threads in one of the forums in itT.
Below are the following queries needed. Please return data in JSON or XML format:
- 1. Categories
- parameters:
- id - category id, return all if not provided
- returns:
- id, name, parent category
- 2. Applications
- parameters:
- id - application id, return all if not provided
- catid - category id, return all if not provided
- date - in unix time to specify start date, return all if not provided
- returns:
- id, project id, title, version, category id, homepage, author, description, download url, license, image url, active, developer's itT user id
- 3. Application images
- parameters:
- id - application id
- returns:
- name, image url