diff options
Diffstat (limited to 'doc/overview-summary.html')
-rw-r--r-- | doc/overview-summary.html | 42 |
1 files changed, 35 insertions, 7 deletions
diff --git a/doc/overview-summary.html b/doc/overview-summary.html index a671d89..813d6aa 100644 --- a/doc/overview-summary.html +++ b/doc/overview-summary.html @@ -2,12 +2,12 @@ <!--NewPage--> <HTML> <HEAD> -<!-- Generated by javadoc (build 1.6.0_20) on Sun Mar 20 03:05:38 GMT 2011 --> +<!-- Generated by javadoc (build 1.6.0_20) on Mon Mar 21 17:00:03 GMT 2011 --> <TITLE> Overview </TITLE> -<META NAME="date" CONTENT="2011-03-20"> +<META NAME="date" CONTENT="2011-03-21"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> @@ -79,6 +79,12 @@ function windowTitle() <!-- ========= END OF TOP NAVBAR ========= --> <HR> +The URY broadcasting and presentation suite. +<P> +<B>See:</B> +<BR> + <A HREF="#overview_description"><B>Description</B></A> +<P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> @@ -99,11 +105,11 @@ function windowTitle() </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="uk/org/ury/database/package-summary.html">uk.org.ury.database</A></B></TD> -<TD> </TD> +<TD>Database services for the URY Presenter Suite.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="uk/org/ury/database/exceptions/package-summary.html">uk.org.ury.database.exceptions</A></B></TD> -<TD> </TD> +<TD>Exceptions thrown by the database services classes.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="uk/org/ury/frontend/package-summary.html">uk.org.ury.frontend</A></B></TD> @@ -139,7 +145,7 @@ function windowTitle() </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="uk/org/ury/server/package-summary.html">uk.org.ury.server</A></B></TD> -<TD> </TD> +<TD>The URY Server kernel.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="uk/org/ury/server/exceptions/package-summary.html">uk.org.ury.server.exceptions</A></B></TD> @@ -151,7 +157,7 @@ function windowTitle() </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="uk/org/ury/show/item/package-summary.html">uk.org.ury.show.item</A></B></TD> -<TD> </TD> +<TD>The show item class and related properties.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="uk/org/ury/show/viewer/package-summary.html">uk.org.ury.show.viewer</A></B></TD> @@ -164,7 +170,29 @@ function windowTitle() </TABLE> <P> - <HR> + <A NAME="overview_description"><!-- --></A> +<P> +<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> +<P> + +<P> +<HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> |