User:GeorgBauhaus
From Wikibooks, the open-content textbooks collection
| Wikibooks:Babel | |||||||||
|---|---|---|---|---|---|---|---|---|---|
{{user language|en|3}}.
|
|||||||||
| Search user languages | |||||||||
- An Emacs Lisp file, for transforming Ada programs to MediaWiKi. Eases writing code examples for the Ada_Programming book.
Usage: mark a region, then command M-x Ada-to-WiKi. Modifies the current buffer by replacing the text in the region.
Available as ada-to-wiki.el
- ASnip transforms to MediaWiKi Ada templates, too. It processes a character stream and is written in plain Ada 95.
Usage: $ asnip from Ada generate Wikibook [encoding ...]
Can be used with pipes, shell scripts, or from within editing programs like vi using the `!' command. Available as ASnip