Difference between revisions of "Main Page"

From BITPlan mediawiki-japi Wiki
Jump to navigation Jump to search
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is the wiki for the Mediawiki-Japi. Its just another Mediawiki API for Java.
 
  
== github repository ==
+
== What is it ==
https://github.com/WolfgangFahl/Mediawiki-Japi
+
The [https://www.mediawiki.org/wiki/MediaWiki Mediawiki]-Japi is just another [https://www.mediawiki.org/wiki/API:Main_page Mediawiki API] for Java.
  
== Wikis / Test and wiki sites ==
+
Mediawiki's have a built in API see the [http://mediawiki-japi.bitplan.com/api.php Mediawiki API of this site].
http://mediawiki-japi.bitplan.com
 
  
== Creator ==
+
To access such an API via Java a Mediawiki API Java Client library is needed.
 +
 
 +
See https://www.mediawiki.org/wiki/API:Client_code#Java for a list of such clients. Mediawiki-Japi is another one.
 +
 
 +
== Why Mediawiki-Japi? ==
 +
Mediawiki-Japi is built around the XML/Json messages that are used by the Mediawiki API. The API changes frequently so the structure of the Java-code needs to stay up-to-date. This is achieved by
 +
# generating the Java code from the XML message structure see [[jaxbgenerator]]
 +
# testing the Java code against [[ExampleWikis]]
 +
 
 +
== How to get it ==
 +
[[Download| Download / Get Mediawiki-Japi]]
 +
== How to test it ==
 +
=== public read only tests / private read/write tests ===
 +
You might want to setup the ExampleWikis in the JUnit TestSuite accordingly. (as of {{CurrentVersion}} you might want to change the code).
 +
 
 +
=== read/write tests on the example wikis ===
 +
Most of the example wikis are public open wikis where you can sign up yourself.
 +
 
 +
If you'd like to run the JUnit tests with write-access to our test wikis at http://medawiki-japi.bitplan.com please contact Wolfgang Fahl. We'll then temporarily open up our wiki for you to sign up. If enough people sign up we'll keep the wiki open and install SPAM protection.
 +
 
 +
== Where to find more info ==
 +
=== github repository ===
 +
* repository: https://github.com/WolfgangFahl/Mediawiki-Japi
 +
* issues: https://github.com/WolfgangFahl/Mediawiki-Japi/issues
 +
 
 +
=== Documentation ===
 +
* [[Examples]]
 +
* [http://wolfgangfahl.github.io/Mediawiki-Japi/apidocs/index.html Javadoc]
 +
* [[Developer_Info]]
 +
* [http://mediawiki-japi.bitplan.com wiki]
 +
 
 +
=== Creator ===
 
[http://web.bitplan.com <img src='http://mediawiki-japi.bitplan.com/images/BITPlanLogo2012_197x118.png'/>]
 
[http://web.bitplan.com <img src='http://mediawiki-japi.bitplan.com/images/BITPlanLogo2012_197x118.png'/>]
  
[[Install Page]]
+
=== Links ===
 +
[[Install Page|Original Main Page at installation time 2015-01-03]]

Revision as of 13:39, 9 October 2017

What is it

The Mediawiki-Japi is just another Mediawiki API for Java.

Mediawiki's have a built in API see the Mediawiki API of this site.

To access such an API via Java a Mediawiki API Java Client library is needed.

See https://www.mediawiki.org/wiki/API:Client_code#Java for a list of such clients. Mediawiki-Japi is another one.

Why Mediawiki-Japi?

Mediawiki-Japi is built around the XML/Json messages that are used by the Mediawiki API. The API changes frequently so the structure of the Java-code needs to stay up-to-date. This is achieved by

  1. generating the Java code from the XML message structure see jaxbgenerator
  2. testing the Java code against ExampleWikis

How to get it

Download / Get Mediawiki-Japi

How to test it

public read only tests / private read/write tests

You might want to setup the ExampleWikis in the JUnit TestSuite accordingly. (as of 0.1.06 you might want to change the code).

read/write tests on the example wikis

Most of the example wikis are public open wikis where you can sign up yourself.

If you'd like to run the JUnit tests with write-access to our test wikis at http://medawiki-japi.bitplan.com please contact Wolfgang Fahl. We'll then temporarily open up our wiki for you to sign up. If enough people sign up we'll keep the wiki open and install SPAM protection.

Where to find more info

github repository

Documentation

Creator

Links

Original Main Page at installation time 2015-01-03