没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > uqtt |
uqtt
|
0 | 0 | 2 |
贡献者 | 讨论 | 代码提交 |
What is UQtt?The University of Queensland (UQ) has an online system for managing the university‘s timetable called mySI-net. This is a large Java web application that only allows access to its data in HTML form, and does not present the data in a very intuitive or useful form.
This project‘s aim is to provide a REST/HTTP-based interface to the data contained in mySI-net, presented in JSON and iCal formats which are easy to parse, and highly interoperable, enabling applications to make use of timetable data for UQ courses.
Additionally, the project develops an AJAX-based client for this API, with many features lacking in the mySInet interface.
But I was after the cool web interface!The live copy of the AJAX client (and the API backend) can be found at UQ Web Timetabler. :)
API and library documentationDocumentation is included in the source tarball, however if you just want to get a quick picture of the design and its capabilites, the online documentation may be of use. It's kept up to date with the latest code in SVN.