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 /README | |
parent | 40dfa23115470e235b4565ce6515dfddea671c1e (diff) | |
download | elgg-7d4f72110d1eb3ec056fb2b876112dcb6e65cf8e.tar.gz elgg-7d4f72110d1eb3ec056fb2b876112dcb6e65cf8e.tar.bz2 |
Changes on readme, authors and manifest files.
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -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: ------------------------ |