Skip to content

benjaminkomen/jwiki

 
 

Repository files navigation

jwiki

Build Status Quality Gate Coverage License: GPL v3

This is a fork of jwiki by fastily. This fork attempts to be compatible with MediaWiki 1.19 to support Wikia wikis.

Try out the examples.

Download

jwiki is on GitHub Packages.

Maven

<dependency>
  <groupId>benjaminkomen</groupId>
  <artifactId>jwiki</artifactId>
  <version>2.2.0</version>
  <type>pom</type>
</dependency>

Gradle

compile 'benjaminkomen:jwiki:2.2.0'

Build

Build and publish jwiki on your local machine with

./gradlew build publishToMavenLocal

Publishing to GitHub Packages is done with:

./gradlew publish

Resources

Feedback

Please use issues for bug reports and/or feature requests.