Free Software Area

Title Page
About
News
Documentation
Example
Distribution
Related Stuff

Examples

   
     JumpStart     Demo Pages     WML Itself     Author Refs     User Refs     

JumpStart: All-In-One Example

This example shows most of the typical features of WML in just a single input file:

  1. SOURCE:
    The WML source file...
    demo.wml

  2. GENERATION PROCESS:
    is translated via a simple `wmk' call...
    $ wmk -f demo.wml
    wml -n '-o(ALL-LANG_*)+LANG_EN:demo.en.html' '-o(ALL-LANG_*)+LANG_DE:demo.de.html' demo.wml
    $ _

  3. OUTPUT:
    ..into the following two output files.
    a) demo.en.html [Source]
    b) demo.de.html [Source]