Upload/Download of multiple files now possible
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / actions / mediawiki / DownloadWikibooksENAction.java
index 4f0a86c..b16ef0e 100644 (file)
@@ -1,4 +1,9 @@
 package net.sourceforge.phpeclipse.wiki.actions.mediawiki;
+//Parts of this sources are copied and modified from the jEdit Wikipedia plugin:
+//http://www.djini.de/software/wikipedia/index.html
+//
+//The modified sources are available under the "Common Public License"
+//with permission from the original author: Daniel Wunsch
 
 import java.util.List;
 
@@ -22,7 +27,7 @@ public final class DownloadWikibooksENAction extends DownloadWikipediaAction {
     if (configuration == null) {
       // fall back, if user deleted configuration:
       configuration = new ConfigurationWorkingCopy();
-      configuration.setURL("http://en.wikibooks.org/w/index.php?title=$text.wikiname&action=raw");
+      configuration.setURL("http://en.wikibooks.org/wiki/Special:Export");
     }
     return configuration;
   }