From 427126ff724cc7728992ecb6d78cafebfce03895 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Wed, 25 Mar 2026 01:16:12 +0100 Subject: [PATCH] wi2wic 1.1.0 (#1834) * Add Wi2wic crate Wi2wic is a small server that allows to convert HTML in Wiki text such as Markdown, MediaWiki, Dotclear or Creole. It can also convert one Wiki syntax to another. It can be used to: - Migrate HTML page in Markdown or another Wiki, - Convert Wiki page in HTML, - Convert HTML documentation in Markdown or another Wiki, - Cleanup a complex and noisy HTML page * Unpin Ada Wiki repo * Change repo to github since it seems gitlab is now blocked by Alire --- index/wi/wi2wic/wi2wic-1.1.0.toml | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 index/wi/wi2wic/wi2wic-1.1.0.toml diff --git a/index/wi/wi2wic/wi2wic-1.1.0.toml b/index/wi/wi2wic/wi2wic-1.1.0.toml new file mode 100644 index 00000000..b7d41f87 --- /dev/null +++ b/index/wi/wi2wic/wi2wic-1.1.0.toml @@ -0,0 +1,48 @@ +description = "Wiki to Wiki translator" +name = "wi2wic" +version = "1.1.0" +authors = ["Stephane.Carrez@gmail.com"] +licenses = "Apache-2.0" +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +project-files = ["wi2wic.gpr"] +tags = ["web", "demo", "wiki", "markdown", "html"] +website = "https://github.com/stcarrez/wi2wic" +executables = ["wi2wic-server"] +long-description = """ + +Wi2wic is a small server that allows to convert HTML in Wiki text such as Markdown, MediaWiki, Dotclear or Creole. +It can also convert one Wiki syntax to another. It can be used to: + +* Migrate HTML page in Markdown or another Wiki, +* Convert Wiki page in HTML, +* Convert HTML documentation in Markdown or another Wiki, +* Cleanup a complex and noisy HTML page + +The server is written in Ada and provides the following REST operations: + +* import some HTML content and convert it in a Wiki syntax, +* convert a Wiki text from one syntax to another, +* render a Wiki text in HTML. + +""" + +[[depends-on]] +servletada_aws = "any" +servletada = "^1.8.1" +security = "^1.5.1" +utilada = "^2.8.2" +utilada_xml = "^2.8.2" +utilada_aws = "^2.8.2" +wikiada = "^1.5.0" +aws = "^24.0" + +[configuration] +disabled = true + +# [[pins]] +# wikiada = { url = 'https://github.com/stcarrez/ada-wiki.git' } +[origin] +commit = "0a98e7fdc9b98f9ba9e8b307813aad9db5ebce48" +url = "git+https://github.com/stcarrez/wi2wic.git" +