swish/commit

Updated README and description

authorJan Wielemaker
Fri Sep 19 16:34:41 2014 +0200
committerJan Wielemaker
Fri Sep 19 16:35:19 2014 +0200
commitfa18738456d57be08342ce2b303babdd1d50d0c6
tree1b0a52046d994161837cb40a48813fc3599c82e3
parentcff078d992cd8a31b770aa40cec2f3d5f9e7686e
Diff style: patch stat
diff --git a/README.md b/README.md
index dd76050..79aa68d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
 # [ClioPatria](http://cliopatria.swi-prolog.org) cpack swish -- Add Prolog interaction to ClioPatria
 
-Package description goes here.  You can use markdown.
+Make the SWI-Prolog [SWISH](https://github.com/SWI-Prolog/swish.git)
+package available as a ClioPatria _cpack_.  SWISH brings a Prolog
+interface to ClioPatria, providing:
+
+  - Ask RDF queries about our data
+  - Make example programs available about your data
+  - Save an example program and share it with anyone on the web
+  - Collaborate on a program using [TogetheJS](https://togetherjs.com/)
+  - Manage a server remotely from the Prolog shell (requires login with
+    `admin` rigths).
+
+This package is just a first preview. We have many plans for making this
+more powerful and friendly.
diff --git a/rdf/cpack/swish.ttl b/rdf/cpack/swish.ttl
index f7a1ef8..b0c1f89 100644
--- a/rdf/cpack/swish.ttl
+++ b/rdf/cpack/swish.ttl
@@ -20,11 +20,21 @@
 		     ] ;
 	cpack:primaryRepository
 	    [ a cpack:GitRepository ;
-	      cpack:gitURL <https://github.com/JanWielemaker/swish.git>
+	      cpack:gitURL <https://github.com/ClioPatria/swish.git>
 	    ] ;
 	cpack:description
 
 """Package description goes here.  You can use markdown.
+Make the SWI-Prolog [SWISH](https://github.com/SWI-Prolog/swish.git)
+package available as a ClioPatria _cpack_.  SWISH brings a Prolog
+interface to ClioPatria, providing:
+
+  - Ask RDF queries about our data
+  - Make example programs available about your data
+  - Save an example program and share it with anyone on the web
+  - Collaborate on a program using [TogetheJS](https://togetherjs.com/)
+  - Manage a server remotely from the Prolog shell (requires login with
+    `admin` rigths).
 """ .