wml::std::logo(3) | EN Tools | wml::std::logo(3) |
wml::std::logo - Logo Insertion
#use wml::std::logo <logo [attributes]>
This include file provides the "<logo>" tag to insert logo images. The logo is selected via attribute "name". The following logos are available:
Name Inserted Hint Inserted URL -------- ------------------------------ ---------------------------- apache Apache Webserver Project http://www.apache.org/ freebsd FreeBSD Operating System http://www.freebsd.org/ gimp GNU Image Manipulation Program http://www.gimp.org/ linux Linux Operating System http://www.linux.org/ netbsd NetBSD Operating System http://www.netbsd.org/ openbsd OpenBSD Operating System http://www.openbsd.org/ php PHP Hypertext Preprocessor http://www.php.net/ vim Vi Improved Editor http://www.vim.org/ wml Website META Language https://www.shlomifish.org/open-source/projects/website-meta-language/
And for most flexibility when no base is specified and the variable "LOGO_BASE" is defined (usually from within a .wmlrc file via "-LOGO_BASE~path/to/logo/dir/base") it is used. Use this feature to copy the logos to a particular directory.
You may also use the variable "IMAGE_BASE" which defines in a single line all base names for images generated by WML.
This example only copy the vim logo to "$(IMAGES)/logo-vim.png" without any output:
<logo name=vim format=png base="$(IMAGES)/logo" notag>
Ralf S. Engelschall rse@engelschall.com www.engelschall.com Denis Barbier barbier@engelschall.com
Internal: P1, P2, P3 External: --
2020-11-29 | EN Tools |