Implemeted action for uploading Wikipedia articles (thanks to D.Wunsch)
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / actions / mediawiki / config / WikiPropertiesEN.properties
1 baseURL=http://en.wikipedia.org
2 actionPath=/w/index.php
3 actionPath2=/w/wiki.phtml
4 readPath=/wiki/
5 charSet=ISO-8859-1
6 specialNs=Special
7 metaNs=Wikipedia
8 loginSuccess=(?s).*?You are now logged in to .*? as ".*?".*
9 loginWrongPw=(?s).*?The password you entered is incorrect.*? Please try again.*
10 loginNoUser=(?s).*?There is no user by the name \".*?\".*?Check your spelling, or use the form below to create a new user account.*? If there is no form below, account creation is temporarily disabled.*? In this case, please accept our apologies and try again later.*
11 logoutSuccess=(?s).*?You are now logged out.*?  This computer may be used to browse and edit Wikipedia without a user name, or for another user to log on.*? Note that some pages may continue to be displayed as if you were still logged in; this can be fixed by clearing your browser cache.*
12 uploadSuccess=(?s).*?Successful upload.*
13 uploadNoLogin=(?s).*?You must be .*?logged in.*?to upload files.*