home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / zonk / !zonkexamp / ex1_dat < prev    next >
Encoding:
Text File  |  1999-02-13  |  927 b   |  25 lines

  1. $zonkpage 1.00
  2.  
  3. # any line beginning with a '#' is taken as a comment
  4. # blank lines are also ignored
  5. # the first line for any Zonk datafile or template must start '$zonkpage'
  6. # the number then specifies the earliest version of the program that
  7. # will be able to understand this file
  8.  
  9. pagename: Example 1
  10.  
  11. textcolour: ff0000
  12.  
  13. graphic: <zonkexamp$dir>.htm.logo/gif
  14.  
  15. bodytext:{<header>Welcome!</header>
  16. The first example is very straightforward it illustrates the following things:
  17.  
  18. <ul><li>How a variable can be used more than once, note that 'pagename' is used both for the page title and also as a title above
  19. <li>The case insensitivity of Zonk to variable names
  20. <li>How a variable can be embedded inside a normal html tag
  21. <li>a 'Pseudo-style' (header)
  22. <li>How transforms can be applied
  23. <li>Entity tranformation (look at the ampersand in the line below)
  24. <li>The availablity of internal variables & a simple use of formats
  25. </ul>