Doxia :: Wikitext Modules

Doxia modules based on Mylyn/Wikitext

License

License

Categories

Categories

iText Business Logic Libraries Documents Processing iText Data PDF
GroupId

GroupId

com.github.sebhoss.doxia
ArtifactId

ArtifactId

doxia-module-wikitext
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Doxia :: Wikitext Modules
Doxia modules based on Mylyn/Wikitext
Project URL

Project URL

https://github.com/sebhoss/doxia-module-wikitext
Source Code Management

Source Code Management

https://github.com/sebhoss/doxia-module-wikitext

Download doxia-module-wikitext

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.sebhoss.doxia/doxia-module-wikitext/ -->
<dependency>
    <groupId>com.github.sebhoss.doxia</groupId>
    <artifactId>doxia-module-wikitext</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss.doxia/doxia-module-wikitext/
implementation 'com.github.sebhoss.doxia:doxia-module-wikitext:2.0.0'
// https://jarcasting.com/artifacts/com.github.sebhoss.doxia/doxia-module-wikitext/
implementation ("com.github.sebhoss.doxia:doxia-module-wikitext:2.0.0")
'com.github.sebhoss.doxia:doxia-module-wikitext:pom:2.0.0'
<dependency org="com.github.sebhoss.doxia" name="doxia-module-wikitext" rev="2.0.0">
  <artifact name="doxia-module-wikitext" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.doxia', module='doxia-module-wikitext', version='2.0.0')
)
libraryDependencies += "com.github.sebhoss.doxia" % "doxia-module-wikitext" % "2.0.0"
[com.github.sebhoss.doxia/doxia-module-wikitext "2.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • doxia-wikitext-languages
  • doxia-wikitext-samples

Doxia WikiText Modules

This collection of Doxia modules enables you to write documentation using one of the languages supported by Mylyn/Wikitext.

Usage

Simply reference one of the modules as a dependency to the maven-site-plugin inside your POM:


<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-site-plugin</artifactId>
  <dependencies>
    <dependency>
      <groupId>com.github.sebhoss.doxia</groupId>
      <artifactId>doxia-wikitext-${language}</artifactId>
      <version>${version.wikitext}</version>
    </dependency>
  </dependencies>
</plugin>

Replace ${language} with the desired language/module and ${version.wikitext} with the latest release.

All source documents with the file extension LANGUAGE living under src/site/LANGUAGE/ will be parsed and converted to HTML. Supported languages are:

Language Example
Confluence
Mediawiki
Textile
Tracwiki
TWiki

Development

License

This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See LICENSE or http://www.wtfpl.net/ for more details.

Setup

This projects uses Java, Maven and Git as the main development tools. To build the project yourself just download & install at least Maven 3.0 and call mvn install inside the project folder. Maven should then proceed to clean, build, package and install this project.

Versioning

This project follows the semantic versioning guidelines.

Versions

Version
2.0.0