]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Changes on readme, authors and manifest files.
authorsembrestels <sembrestels@riseup.net>
Thu, 13 Oct 2011 09:12:49 +0000 (11:12 +0200)
committersembrestels <sembrestels@riseup.net>
Thu, 13 Oct 2011 09:12:49 +0000 (11:12 +0200)
AUTHORS
README
manifest.xml

diff --git a/AUTHORS b/AUTHORS
index be52b2657afc510808d378d32a7f834924fbd05e..83b5cf583da0b3c17ea41c5b90326a324029e251 100644 (file)
--- 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 bb5ea1403323eb13332f8ed41814ea83e36d7085..c98e1af280157718ccfaff3b20b33c676d282dae 100644 (file)
--- 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:
 ------------------------
index 9fd1bbbe781682af585a9ec735d12ae04e4b0fa2..3aa01e820bf62d3a9f0436a2f0037ff4b9cc1a54 100644 (file)
@@ -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>