Website META Language 2.0.12 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Website META Language 2.0.12 (Default branch)
# 1  
Old 04-19-2008
Website META Language 2.0.12 (Default branch)

WML is a free and extensible Webdesigner's off-line HTML generation toolkit for Unix. It consists of a control frontend driving up to nine backends in a sequential pass-oriented filtering scheme. Each backend provides one particular core language. For maximum power WML additionally ships with a well-suited set of include files which provide higher-level features built on top of the backends core languages. While not trivial and idiot proof WML provides most of the core features real hackers always wanted for HTML generation.License: GNU General Public License (GPL)Changes:
The GNU Autotools setup now works with recent versions of Autotools. A patch was applied to fix building against Perl 5.10.0. A modified version of the CVE-2008-0665 temporary filenames patch was applied.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
wml::all(3)							     EN Tools							       wml::all(3)

NAME
wml::all - WML Include Files Of All Categories SYNOPSIS
#use wml::all DESCRIPTION
This includes all existing standard WML include files of all categories. Use it only when you are a really lazy webmaster which just wants all features WML can provide ;-) It is always better to include one of the "wml::xxx::all" include files. The following categories currently exists: Standard (std) Here you can find all standard tagsets which everybody usually uses all the time. Webdesign (des) These are tagsets which help webdesigners of the 3rd generation fighting against the puristic plain HTML. Use with care. Formatting (fmt) Here you can find formatting environments, i.e. usually container tags which do special formatting. Import (imp) Here you can find import tags, i.e. usually tags which import external data and converts them to HTML. Support (sup) Some support stuff which is used in other include files. System (sys) All system related stuff. User (usr) The user specific include files. Should be extended by the webmaster for his users. AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com REQUIRES
Internal: P1 External: -- SEE ALSO
wml::des::all(3), wml::fmt::all(3), wml::imp::all(3), wml::std::all(3), wml::sup::all(3), wml::sys::all(3), wml::usr::all(3). EN Tools 2014-04-16 wml::all(3)