diff options
author | sembrestels <sembrestels@riseup.net> | 2011-10-13 11:12:49 +0200 |
---|---|---|
committer | sembrestels <sembrestels@riseup.net> | 2011-10-13 11:12:49 +0200 |
commit | 7d4f72110d1eb3ec056fb2b876112dcb6e65cf8e (patch) | |
tree | 050e57ccc2c408785065d60e3fe7d234b6bed588 | |
parent | 40dfa23115470e235b4565ce6515dfddea671c1e (diff) | |
download | elgg-7d4f72110d1eb3ec056fb2b876112dcb6e65cf8e.tar.gz elgg-7d4f72110d1eb3ec056fb2b876112dcb6e65cf8e.tar.bz2 |
Changes on readme, authors and manifest files.
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | README | 13 | ||||
-rw-r--r-- | manifest.xml | 2 |
3 files changed, 3 insertions, 14 deletions
@@ -1,2 +1,2 @@ Pablo Martin <devel@lorea.cc> - +Sem <sembrestels@n-1.cc> @@ -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> |