Hier, m’en allant promener, non, non, pas en rue, because le corona, non disais-je, j’étais sur un Forum, et j’y ai découvert un petit truc qui pourrait intéresser pas mal de monde.
I’ve been looking for a while and I can’t seem to find a HTML to MediaWiki Converter.
I’m looking for somewhere where I can type something like:
HTML Code:
<a href="https://mediawiki.org">MediaWiki</a>
and I get:
MediaWiki Code:
[https://mediawiki.org MediaWiki]
or you type MediaWiki code and get HTML code
Like this:
MediaWiki Code:
[https://mediawiki.org MediaWiki]
and I get:
HTML Code:
<a href="https://mediawiki.org">MediaWiki</a>
Et il a obtenu une réponse….
You can convert between html & MediaWiki (in both directions) with pandoc. There are a lot of other possible conversions available to list available input formats run pandoc --list-input-formats
for output formats pandoc --list-output-formats
and if course for help use pandoc --help | more
.
- Free, gratis & Open Source.
- Command line
- Cross Platform
- Normally used with one, or more, input files (or URLs) and an output file specified with the -o flag.
- Can be used interactively by just using the command
pandoc -f input_format -t output_format
and typing or pasting in the text but will only output the results when control-C is pressed to exit.
Latest release, bug tracker & source are all available on GitHub
Note that recent versions of pandoc, when used from the command line as above, allow multi-line text entry so when you have finished typing you need to press control-Z then enter or control-C for the processing to take place.
Ref: https://softwarerecs.stackexchange.com/questions/50875/is-there-a-html-to-mediawiki-converter
Pandoc ?
Pandoc est un logiciel libre de conversion de documents numériques en ligne de commande développé par John MacFarlane en Haskell et publié sous licence GPL.
Il permet de convertir des documents en Markdown, reStructuredText, Textile, HTML, DocBook, LaTeX, syntaxe MediaWiki, syntaxe TWiki, OPML, Org-mode, Txt2tags, Microsoft Word docx, LibreOffice ODT, EPUB ou Haddock markup vers des formats HTML, Microsoft Word, PDF.
Pandoc est considéré comme le « couteau-suisse de l’édition » tant il permet de passer facilement d’un format à un autre.
Il est utilisé dans beaucoup d’applications, allant de Zettlr à Stylo en passant par des éditeurs de texte ou des chaînes de publication.
Où trouver Pandoc ?
Autre outil non exploré, et uniquement entre HTML -> Mediawiki.
https://dwheeler.com/html2wikipedia/
Mon avis après essai !
Test pour convertir mon article sur l’histoire de Lorentz en mediawiki (je voudrais l’intégrer dans le wikilite)
VERDICT : Lamentable !!!! Les images comme les formules ou la trombine de Mr. Lorentz ne sont pas du tout repris si on fait la lecture à partir d’une URL.
Lamentable donc !