aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsembrestels <sembrestels@riseup.net>2011-10-13 11:12:49 +0200
committersembrestels <sembrestels@riseup.net>2011-10-13 11:12:49 +0200
commit7d4f72110d1eb3ec056fb2b876112dcb6e65cf8e (patch)
tree050e57ccc2c408785065d60e3fe7d234b6bed588
parent40dfa23115470e235b4565ce6515dfddea671c1e (diff)
downloadelgg-7d4f72110d1eb3ec056fb2b876112dcb6e65cf8e.tar.gz
elgg-7d4f72110d1eb3ec056fb2b876112dcb6e65cf8e.tar.bz2
Changes on readme, authors and manifest files.
-rw-r--r--AUTHORS2
-rw-r--r--README13
-rw-r--r--manifest.xml2
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 <devel@lorea.cc>
-
+Sem <sembrestels@n-1.cc>
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 @@
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Dokuwiki</name>
<author>Lorea</author>
- <version>1.8</version>
+ <version>1.4</version>
<category>bundled</category>
<category>content</category>
<category>widget</category>