diff options
Diffstat (limited to 'src/uk/org/ury/overview.html')
-rw-r--r-- | src/uk/org/ury/overview.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/uk/org/ury/overview.html b/src/uk/org/ury/overview.html new file mode 100644 index 0000000..003efd7 --- /dev/null +++ b/src/uk/org/ury/overview.html @@ -0,0 +1,29 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +"http://www.w3.org/TR/html4/strict.dtd"> + +<HTML> + <HEAD> + <TITLE>uk.org.ury</TITLE> + </HEAD> + <BODY> + <H1>The URY broadcasting and presentation suite.</H1> + <P>This system, which goes under the working title SLUT + (Streaming Library of URY Tracks), is intended as a + replacement for the current (as of March 2011) system + in use at University Radio York, BAPS.</P> + <H2>Contents</H2> + <P>The system comprises:</P> + <UL> + <LI>A server system providing access to station assets + through a heavily documented JSON/HTTP API;</LI> + <LI>A client implementation providing a frontend similar + to the original BAPS system, using the Server API to access + data and sound systems;</LI> + <LI>An array of class modules corresponding to the resources + for use by both server and client implementation;</LI> + <LI>Documentation for the above.</LI> + </UL> + <H2>Organisation</H2> + <P>The system is organised as followed.</P> + </BODY> +</HTML>
\ No newline at end of file |