Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wmd(0x222c0d) [debian man page]

IO
::FILE=IO(0X222C0D8)(1) EN Tools IO::FILE=IO(0X222C0D8)(1) NAME
WMd - Website META Language Documentation Browser VERSION
2.0.12 (16-Apr-2008) SYNOPSIS
wmd [-V] [-h] DESCRIPTION
This is the documentation browsing frontend to the Website META Language (WML), a free HTML generation toolkit for Unix. See wml(1) for more details on WML. This frontend uses the Curses-based tool iSelect to provide an interactive full-screen selection of all available WML manual pages. Use this program for quick access to the documentation from within your shell session while working with WML. OPTIONS
-V, --version Gives the version identification string of WMd. Use this to determine the version of a installed WML toolkit. -h, --help Prints the usage summary page. AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com SEE ALSO
wml(1) EN Tools 2014-04-16 IO::FILE=IO(0X222C0D8)(1)

Check Out this Related Man Page

wml::des::space(3)						     EN Tools							wml::des::space(3)

NAME
wml::des::space - Layout Space SYNOPSIS
#use wml::des::space <space [width=X] [height=Y]> <hspace X> <vspace Y> <over X> </over> DESCRIPTION
These are high-level layouting tags for preserving whitespace which use the "<imgdot>" tag from wml::des::imgdot(3). Use them to create whitespace on a webpage. "<space" ["width="X] ["height="Y]">" Creates a 1pt transparent dot-image and resizes it to the size X times Y in points, so a rectangular white area if size XxY is the effect. "<hspace" X">" Creates a horizontal line, i.e. a rectangular area of size Xx1. "<vspace" Y">" Creates a vertical line, i.e. a rectangular area of size 1xY. "<over" X">"..."</over>" This pushs over contained body X pixels to the right. AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com REQUIRES
Internal: P1, P2, wml::des::imgdot (WML) SEE ALSO
wml::des::imgdot(3) EN Tools 2014-04-16 wml::des::space(3)
Man Page