aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..cd50ecd
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,32 @@
+# The Gödel-Gentzen Clojure Syndication Services Super System
+
+CljSSSS<sup>g</sup> is a web-based feed reader written in Clojure.
+
+## Dependencies
+
+CljSSSS<sup>g</sup> requires the following items to be on the class path:
+
+ - [Clojure](http://clojure.org/)
+ - [Clojure Contrib](http://code.google.com/p/clojure-contrib/)
+ - [Compojure](http://groups.google.com/group/compojure) along with all of its dependencies, including:
+ * [Fact](http://github.com/weavejester/fact)
+ * [Jetty](http://www.mortbay.org/)
+ * [Rend](http://github.com/weavejester/rend)
+ * The [Apache Commons Logging API](http://commons.apache.org/logging/)
+ * The [Java Servlet API](http://java.sun.com/products/servlet/)
+ - [StringTemplate](http://www.stringtemplate.org/) along with [ANTLR](http://www.antlr.org/)
+ - [ROME](https://rome.dev.java.net/) along with [JDOM](http://www.jdom.org/)
+ - [SQLiteJDBC](http://zentus.com/sqlitejdbc/) (if you want to deploy using SQLite)
+
+## Deployment
+
+In order to run CljSSSS<sup>g</sup>, load the main file, `cljssss-g.clj`.
+
+You will probably want to populate your database with a couple of user records before trying to log in. See the bottom of the `cljssss-g.clj` file for the database schema and examples.
+
+<!--
+Local Variables:
+ mode: markdown
+ coding: utf-8
+End:
+-->