From 8d2dab157cfec8923c13f5ac928ea7863d740c3d Mon Sep 17 00:00:00 2001
From: alangrafu <alvaro@graves.cl>
Date: Sun, 15 Jan 2012 00:36:08 -0800
Subject: [PATCH] update readme

---
 README | 46 +++++++---------------------------------------
 1 file changed, 7 insertions(+), 39 deletions(-)

diff --git a/README b/README
index ff2119e8..c1f763fa 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 lodspeakr - Simple Publishing Kit for Linked Open Data
 author: Alvaro Graves (alvaro@graves.cl)
-version: 20110925
+version: 20120113
 
 Simplest Installation
 ---------------------
@@ -9,45 +9,13 @@ Just run
 
             bash < <(curl -s http://lodspeakr.org/install)
 
-Simple Installation
--------------------
+Alternative methods of installation available at
 
-* Download the source or clone the repository from http://github.com/alangrafu/lodspeakr
-* Inside lodspeakr/ run ./install.sh
+   https://github.com/alangrafu/lodspeakr/wiki/Installation
 
-Manual Installation
---------------------
+            
+That's it. You should be able to serve your data in RDF/XML, Turtle, Ntriples, JSONRDF and RDFa.
 
-* Download the source or clone the repository from http://github.com/alangrafu/lodspeakr
+Documentation available at
 
-* Edit settings.default.inc.php and change the following values:
-** $conf['endpoint']['host']     Point to the SPARQL endpoint with your data
-** $conf['basedir']              The base URL in which slopds will be locations (e.g., http://example.org, http://example.com/data)
-** $conf['ns']['local'] 		 Defines your local namespace
-*** If you want, you can add more namespaces as  $conf['ns']['myns']    = 'http://namespacesite.com/'
-** $conf['home']                 Defines where is LODSPeaKr located (i.e., /var/www/html/mydata/lodspeakr)
-* mv settings.default.inc.php settings.inc.php
-
-Give write permissions to your http server on cache/ and meta/ dirs as well as meta/db.sqlite database.
-This can be done in different ways depending on your configuration.
-
-* If you are in ther same group as the httpd user
-** chmod -R g+w cache meta
-* If you want to assign those dirs to your webserver
-** sudo chown -R www-apache meta cache
-
-NOTE: You must check what is the name of the user for your server. Common names are
-* www
-* www-apache
-* apache2
-* httpd
-
-
-That's it. You should be able to serve your data in RDF/XML, Turtle, Ntriples and RDFa.
-
-
-
-Templating
-----------
-
-Soon.
+    https://github.com/alangrafu/lodspeakr/wiki
-- 
GitLab