b9a8e6881a
* Ada Wiki Library 1.5.0 * Update to integrate minor readme fix
45 lines
1.9 KiB
TOML
45 lines
1.9 KiB
TOML
description = "Parser and renderer for Markdown and other wiki syntaxes"
|
|
tags = ["wiki-engine", "markdown", "mediawiki", "dotclear", "html", "parser", "renderer"]
|
|
name = "wikiada"
|
|
version = "1.5.0"
|
|
licenses = "Apache-2.0"
|
|
authors = ["Stephane.Carrez@gmail.com"]
|
|
maintainers = ["Stephane.Carrez@gmail.com"]
|
|
maintainers-logins = ["stcarrez"]
|
|
project-files = ["wikiada.gpr"]
|
|
website = "https://gitlab.com/stcarrez/ada-wiki"
|
|
long-description = """
|
|
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-wiki/summary)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-wiki/xunits)
|
|
[](https://porion.vacs.fr/porion/projects/view/ada-wiki/summary)
|
|
|
|
Ada Wiki is a small library that provides a parser and renderer for Markdown and several
|
|
other Wiki syntaxes. The library allows to:
|
|
|
|
* Parse a Markdown text but other Wiki such as Mediawiki, Creole, PhpBB, Dotclear and Google Code,
|
|
* Parse HTML content in embedded wiki text,
|
|
* Filter out the wiki, HTML or text through customizable filters,
|
|
* Render the wiki text in HTML, text or another wiki format
|
|
|
|
The Ada Wiki library is used by [Ada Web Application](https://gitlab.com/stcarrez/ada-awa)
|
|
for the implementation of the blog and wiki online plugins and by [mdshow](https://gitlab.com/stcarrez/mdshow) a terminal based
|
|
Markdown viewer.
|
|
|
|
"""
|
|
|
|
[[depends-on]]
|
|
utilada = "^2.8.0"
|
|
|
|
[gpr-externals]
|
|
WIKI_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]
|
|
WIKI_LIBRARY_TYPE = ["relocatable", "static", "static-pic"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[origin]
|
|
commit = "3e5dac64f570d60d8e8f9b078a1efabead129244"
|
|
url = "git+https://gitlab.com/stcarrez/ada-wiki.git"
|
|
|