diff options
Diffstat (limited to 'src/uk/org/ury/backend/server/package.html')
-rw-r--r-- | src/uk/org/ury/backend/server/package.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/uk/org/ury/backend/server/package.html b/src/uk/org/ury/backend/server/package.html new file mode 100644 index 0000000..b19b3b7 --- /dev/null +++ b/src/uk/org/ury/backend/server/package.html @@ -0,0 +1,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>
\ No newline at end of file |