1 package net.sourceforge.phpeclipse.wiki.actions.mediawiki.config;
 
   2 //Parts of this sources are copied and modified from the jEdit Wikipedia plugin:
 
   3 //http://www.djini.de/software/wikipedia/index.html
 
   5 //The modified sources are available under the "Common Public License"
 
   6 //with permission from the original author: Daniel Wunsch
 
   8 public interface IWikipedia {
 
  11    * @return Returns the actionPath.
 
  13   public String getActionPath();
 
  15    * @return Returns the actionPath2.
 
  17   public String getActionPath2();
 
  19    * @return Returns the baseURL.
 
  21   public String getBaseURL();
 
  23    * @return Returns the charSet.
 
  25   public String getCharSet();
 
  27    * @return Returns the loginNoUser.
 
  29   public String getLoginNoUser();
 
  31    * @return Returns the loginSuccess.
 
  33   public String getLoginSuccess();
 
  35    * @return Returns the loginTitle.
 
  37   public String getLoginTitle();
 
  39    * @return Returns the loginWrongPw.
 
  41   public String getLoginWrongPw();
 
  43    * @return Returns the logoutSuccess.
 
  45   public String getLogoutSuccess();
 
  47    * @return Returns the logoutTitle.
 
  49   public String getLogoutTitle();
 
  51    * @return Returns the metaNs.
 
  53   public String getMetaNs();
 
  55    * @return Returns the nameSpaces.
 
  57   public String[] getNameSpaces();
 
  59    * @return Returns the readPath.
 
  61   public String getReadPath();
 
  63    * @return Returns the specialNs.
 
  65   public String getSpecialNs();
 
  67    * @return Returns the uploadNoLogin.
 
  69   public String getUploadNoLogin();
 
  71    * @return Returns the uploadSuccess.
 
  73   public String getUploadSuccess();
 
  75    * @return Returns the uploadTitle.
 
  77   public String getUploadTitle();