blob: b19b3b775ee7d87d36868f503cc67997a18187c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>uk.org.ury.server</TITLE>
</HEAD>
<BODY>
<P>The URY Server kernel.</P>
<P>The URY Server provides high-level access to the assets
(database, files and sound playback) available on the computer
systems of a radio station, exposing an intuitive application
programming interface using standard formats.</P>
<P>The server kernel consists of an Apache HttpCore-based HTTP
server implementation, which serves the high-level interface
to the server, code for managing the external modules that make
up the URY backend, and a common provider of objects useful to
server-level modules.</P>
<P>Though designed and built to replace the systems in place
at University Radio York, it is hoped that the URY Server will
be of use
</BODY>
</HTML>
|