Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastily/jwiki-starter
🌱 jwiki starter pack
https://github.com/fastily/jwiki-starter
java jwiki mediawiki mediawiki-api wikipedia wikipedia-api
Last synced: 5 days ago
JSON representation
🌱 jwiki starter pack
- Host: GitHub
- URL: https://github.com/fastily/jwiki-starter
- Owner: fastily
- License: gpl-3.0
- Created: 2018-03-20T06:39:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-06T03:12:23.000Z (over 2 years ago)
- Last Synced: 2024-10-10T18:43:06.911Z (26 days ago)
- Topics: java, jwiki, mediawiki, mediawiki-api, wikipedia, wikipedia-api
- Language: Java
- Homepage:
- Size: 294 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jwiki-starter
[![Build Status](https://github.com/fastily/jwiki-starter/workflows/build/badge.svg)](#)
[![JDK17+](https://upload.wikimedia.org/wikipedia/commons/b/bd/Blue_JDK_17%2B_Shield_Badge.svg)](https://adoptium.net)
[![MediaWiki 1.31+](https://upload.wikimedia.org/wikipedia/commons/b/b2/Blue_MediaWiki_1.31%2B_Shield_Badge.svg)](https://www.mediawiki.org/wiki/MediaWiki)
[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)A simple template for getting started with [jwiki](https://github.com/fastily/jwiki).
* You can make edits to [JwikiExample.java](src/main/java/jwikistarter/JwikiExample.java) under [src/main/java/jwikistarter/](src/main/java/jwikistarter/)
* Run your code with `./gradlew run`Example code and instructions are available [here](https://github.com/fastily/jwiki/wiki/Examples).