From 7d4f72110d1eb3ec056fb2b876112dcb6e65cf8e Mon Sep 17 00:00:00 2001 From: sembrestels Date: Thu, 13 Oct 2011 11:12:49 +0200 Subject: Changes on readme, authors and manifest files. --- AUTHORS | 2 +- README | 13 +------------ manifest.xml | 2 +- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/AUTHORS b/AUTHORS index be52b2657..83b5cf583 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ Pablo Martin - +Sem diff --git a/README b/README index bb5ea1403..c98e1af28 100644 --- a/README +++ b/README @@ -14,24 +14,13 @@ NOTES: - uses an 'elgg' auth module, and a special dokuwiki template. - dokuwiki defines the javascript $ symbol, which conflicts with elgg usage of jquery, so had to change all usage inside dokuwiki (just a few instances). -INSTALLATION: ------------------------- -- copy into the mod folder as dokuwiki -- only for elgg <= 1.7.1: you need to modify .htaccess, adding &%{QUERY_STRING} to the pg/ rules. - after modifying they should look like this: - -RewriteRule ^pg\/([A-Za-z0-9\_\-]+)\/(.*)$ engine/handlers/pagehandler.php?handler=$1&page=$2&%{QUERY_STRING} -RewriteRule ^pg\/([A-Za-z0-9\_\-]+)$ engine/handlers/pagehandler.php?handler=$1&%{QUERY_STRING} - -this change is already in elgg trunk, but 1.7.1 didn't have it yet. - LICENSE: ----------------------- - elgg plugin uses GPLv2. dokuwiki and mods (all under lib/dokuwiki) go with original license to original copyright holders. REPO: ----------------------- -You can follow code changes or submit tickets at: https://rhizomatik@bitbucket.org/rhizomatik/elgg_dokuwiki/ +You can follow code changes or submit tickets at: https://github.com/lorea/dokuwiki TODO: ------------------------ diff --git a/manifest.xml b/manifest.xml index 9fd1bbbe7..3aa01e820 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ Dokuwiki Lorea - 1.8 + 1.4 bundled content widget -- cgit v1.2.3