/vanner

An implementation of banner written in Vim script.

Primary LanguageVim ScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Vanner

An implementation of banner written in Vim script.

Usage

  • vanner#echo(string, option)
    • Display larger string.
  • vanner#string(string, option)
    • Convert string to larger string.
  • vanner#raw(string, option)
    • Convert string to raw data.

Note

This program is based on banner (1) that is implemented by Sverre H. Huseby. The original source code is here https://shh.thathost.com/pub-unix/files/banner-1.3.2.tar.gz

The original banner is provided under The Artistic License. https://opensource.org/licenses/artistic-license.html

Vanner satisfies the restrictions of the license. It satisfies 3.a

a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package.

, and 4.b.

b) accompany the distribution with the machine-readable source of the Package with your modifications.