User:GeorgBauhaus

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search
Wikibooks:Babel
en-3 This user can read and write fluently in English.
This template is deprecated; please use
{{user language|en|3}}.
xx-? Update your userbox to the unified standard (see documentation).
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