aboutsummaryrefslogtreecommitdiff
path: root/src/uk
diff options
context:
space:
mode:
Diffstat (limited to 'src/uk')
-rw-r--r--src/uk/org/ury/backend/package.html13
-rw-r--r--src/uk/org/ury/common/package.html13
-rw-r--r--src/uk/org/ury/frontend/package.html13
3 files changed, 39 insertions, 0 deletions
diff --git a/src/uk/org/ury/backend/package.html b/src/uk/org/ury/backend/package.html
new file mode 100644
index 0000000..cb1de91
--- /dev/null
+++ b/src/uk/org/ury/backend/package.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+"http://www.w3.org/TR/html4/strict.dtd">
+
+<HTML>
+ <HEAD>
+ <TITLE>uk.org.ury.backend</TITLE>
+ </HEAD>
+ <BODY>
+ <H1>The URY Server kernel and backend modules.</H1>
+ <P>This package comprises the backend of the system -
+ that is, the server kernel and the backend modules.</P>
+ </BODY>
+</HTML> \ No newline at end of file
diff --git a/src/uk/org/ury/common/package.html b/src/uk/org/ury/common/package.html
new file mode 100644
index 0000000..b1d17f6
--- /dev/null
+++ b/src/uk/org/ury/common/package.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+"http://www.w3.org/TR/html4/strict.dtd">
+
+<HTML>
+ <HEAD>
+ <TITLE>uk.org.ury.common</TITLE>
+ </HEAD>
+ <BODY>
+ <H1>Resources common to the frontend and backend components.</H1>
+ <P>This package contains classes that can be used both by the
+ URY Server backend and the frontend implementation.</P>
+ </BODY>
+</HTML> \ No newline at end of file
diff --git a/src/uk/org/ury/frontend/package.html b/src/uk/org/ury/frontend/package.html
new file mode 100644
index 0000000..7034551
--- /dev/null
+++ b/src/uk/org/ury/frontend/package.html
@@ -0,0 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+"http://www.w3.org/TR/html4/strict.dtd">
+
+<HTML>
+ <HEAD>
+ <TITLE>uk.org.ury.frontend</TITLE>
+ </HEAD>
+ <BODY>
+ <H1>The URY reference frontend implementation.</H1>
+ <P>This package comprises a Java application that provides an
+ end-user access point to the new URY system.</P>
+ </BODY>
+</HTML> \ No newline at end of file