Doxia :: TWiki Module

Doxia module for TWiki

Лицензия

Лицензия

Категории

Категории

iText Прикладные библиотеки Documents Processing iText Данные PDF
Группа

Группа

com.github.sebhoss.doxia
Идентификатор

Идентификатор

doxia-wikitext-twiki
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Doxia :: TWiki Module
Doxia module for TWiki

Скачать doxia-wikitext-twiki

Как подключить последнюю версию

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.apache.maven.doxia : doxia-core jar
org.fusesource.wikitext : wikitext-core jar
com.github.sebhoss.doxia : doxia-wikitext-common jar 2.0.0
org.fusesource.wikitext : twiki-core jar
org.codehaus.plexus : plexus-component-annotations jar 1.5.5
javax.inject : javax.inject jar
com.github.sebhoss : null-analysis jar
com.github.sebhoss : suppress-warnings jar

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
2.0.0