Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitplan/com.bitplan.wikitask
WikiTask Server for Semantic MediaWiki based ProfiWiki page generation
https://github.com/bitplan/com.bitplan.wikitask
mediawiki triplestore
Last synced: about 2 months ago
JSON representation
WikiTask Server for Semantic MediaWiki based ProfiWiki page generation
- Host: GitHub
- URL: https://github.com/bitplan/com.bitplan.wikitask
- Owner: BITPlan
- License: apache-2.0
- Created: 2020-04-26T09:33:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T03:18:48.000Z (over 2 years ago)
- Last Synced: 2023-08-01T13:58:56.934Z (over 1 year ago)
- Topics: mediawiki, triplestore
- Language: Java
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### com.bitplan.wikitask
[WikiTask Server for Semantic MediaWiki based ProfiWiki page generation](http://wiki.bitplan.com/index.php/com.bitplan.wikitask)[![Travis (.org)](https://img.shields.io/travis/BITPlan/com.bitplan.wikitask.svg)](https://travis-ci.org/BITPlan/com.bitplan.wikitask)
[![Maven Central](https://img.shields.io/maven-central/v/com.bitplan/com.bitplan.wikitask.svg)](https://search.maven.org/artifact/com.bitplan/com.bitplan.wikitask/0.0.3/jar)
[![codecov](https://codecov.io/gh/BITPlan/com.bitplan.wikitask/branch/master/graph/badge.svg)](https://codecov.io/gh/BITPlan/com.bitplan.wikitask)
[![GitHub issues](https://img.shields.io/github/issues/BITPlan/com.bitplan.wikitask.svg)](https://github.com/BITPlan/com.bitplan.wikitask/issues)
[![GitHub issues](https://img.shields.io/github/issues-closed/BITPlan/com.bitplan.wikitask.svg)](https://github.com/BITPlan/com.bitplan.wikitask/issues/?q=is%3Aissue+is%3Aclosed)
[![GitHub](https://img.shields.io/github/license/BITPlan/com.bitplan.wikitask.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![BITPlan](http://wiki.bitplan.com/images/wiki/thumb/3/38/BITPlanLogoFontLessTransparent.png/198px-BITPlanLogoFontLessTransparent.png)](http://www.bitplan.com)### Documentation
* [Wiki](http://wiki.bitplan.com/index.php/com.bitplan.wikitask)
* [com.bitplan.wikitask Project pages](https://BITPlan.github.io/com.bitplan.wikitask)
* [Javadoc](https://BITPlan.github.io/com.bitplan.wikitask/apidocs/index.html)
* [Test-Report](https://BITPlan.github.io/com.bitplan.wikitask/surefire-report.html)
### Maven dependencyMaven dependency
```xmlcom.bitplan
com.bitplan.wikitask
0.0.3```
[Current release at repo1.maven.org](https://repo1.maven.org/maven2/com/bitplan/com.bitplan.wikitask/0.0.3/)
### How to build
```
git clone https://github.com/BITPlan/com.bitplan.wikitask
cd com.bitplan.wikitask
mvn install
```
## Version history
* 0.0.1: 2020-04-26 First release via GitHub / Maven central
* 0.0.2: 2020-10-25 upgrades org.sidif.triplestore to 0.0.10
* 0.0.3: 2021-12-17 upgrades log4j to 2.16.0