commit 5f805d74d7cbd9044cd81e6d10bb097ccabb6388
parent 5e92280bcfff8dbf202bf66abc0ffb3f7e6a3485
Author: Dan Callaghan <djc@djc.id.au>
Date: Thu, 11 Nov 2010 21:59:56 +1000
README for github
Diffstat:
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/README.markdown b/README.markdown
@@ -0,0 +1,20 @@
+Rdftemplate is a library for generating XML documents from RDF data using templates.
+More details are available from the
+[rdftemplate web site](http://code.djc.id.au/rdftemplate/).
+
+To get started with Maven, add the following to your pom.xml:
+
+ <repositories>
+ <repository>
+ <id>code.djc.id.au</id>
+ <url>http://code.djc.id.au/maven2/</url>
+ </repository>
+ </repositories>
+
+ <dependencies>
+ <dependency>
+ <groupId>au.id.djc</groupId>
+ <artifactId>rdftemplate</artifactId>
+ <version>1.2</version>
+ </dependency>
+ </dependencies>