Skip to content

The Sweble Wikitext Components module provides a parser for MediaWiki's wikitext and an engine trying to emulate the behavior of a MediaWiki.

Notifications You must be signed in to change notification settings

rzo1/sweble-wikitext

 
 

Repository files navigation

sweble-wikitext

The Sweble Wikitext Components module provides a parser for MediaWiki's wikitext and an engine trying to emulate the behavior of a MediaWiki.

How to use

This library is published on Maven Central. You can use it by adding the following Maven coordinates to your project:

<dependency>
  <groupId>io.github.rzo1.org.sweble.wikitext</groupId>
  <artifactId>swc-parser-lazy</artifactId>
  <version>4.0.1-SNAPSHOT</version>
</dependency>

This module exposes the wikitext parser itself, other Maven modules are available as well.

How to set up the library for development

You first need to clone the sweble/osr-common repository, and then clone this repository inside it, as the tooling/sweble-wikitext local directory. You can then work on this library as a Maven project.

About

The Sweble Wikitext Components module provides a parser for MediaWiki's wikitext and an engine trying to emulate the behavior of a MediaWiki.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.0%
  • Other 1.0%