Programmatically accessing Wikipedia/MediaWiki via the API is hard
Yes, one line.
It's so easy that anyone (including your grandma 👵🏻) can write an application that works with MediaWiki.
Not convinced? Try out the examples.
jwiki is on jcenter.
<dependency>
<groupId>fastily</groupId>
<artifactId>jwiki</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
compile 'fastily:jwiki:1.6.0'
Build and publish jwiki on your local machine with
./gradlew build publishToMavenLocal
Using the system property: ColorLogOldMode from comand line, will be used the normal logging way, without will be used SLF4J logging.
- -DColorLogOldMode for normal logging way
- -Dlog4j.configuration="file:PATH\OF\FILE\log4j.properties" for slf4j logging using an external properties file
If you like jwiki, then please consider becoming a patreon sponsor!
Please use issues for bug reports and/or feature requests.