home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 July / maximum-cd-2010-07.iso / DiscContents / wesnoth-1.8-win32.exe / data / tools / helpheader.html < prev    next >
Encoding:
Extensible Markup Language  |  2010-02-10  |  2.3 KB  |  60 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5.  
  6. <head>
  7. <title>Utility macro reference</title>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9. <link rel="shortcut icon" type="image/png" href="/mw/skins/glamdrol/ico.png" />
  10. <style type="text/css">
  11. /*<![CDATA[*/
  12. @import url('http://www.wesnoth.org/mw/skins/glamdrol/main.css');
  13. @import url('http://www.wesnoth.org/mw/skins/glamdrol/home.css');
  14.  
  15. .toplink           {float:right; font-size: small;}
  16. .file_header       {font-style:normal; font-weight:bold;}
  17. .file_explanation  {font-style:normal; font-weight:bold;}
  18. .macro_name        {font-style:normal; font-weight:bold;}
  19. .macro_formals     {font-style:italic; font-weight:normal;}
  20. .macro_explanation {font-style:normal; font-weight:normal;}
  21. .listing           {font-style:normal; font-family:monospace;}
  22. /*]]>*/
  23. </style>
  24. </head>
  25. <body>
  26.  
  27. <div id="global">
  28.  
  29. <div id="header">
  30.   <div id="logo">
  31.     <a href="home"><img alt="Wesnoth logo" src="http://www.wesnoth.org/mw/skins/glamdrol/wesnoth-logo.jpg" /></a>
  32.   </div>
  33. </div>
  34. <div id="nav">
  35.   <ul>
  36.     <li><a href="http://www.wesnoth.org/">Home</a></li>
  37.     <li><a href="http://www.wesnoth.org/wiki/Play">Play</a></li>
  38.     <li><a href="http://www.wesnoth.org/wiki/Create">Create</a></li>
  39.     <li><a href="http://www.wesnoth.org/forum/">Forums</a></li>
  40.     <li><a href="http://www.wesnoth.org/wiki/Support">Support</a></li>
  41.     <li><a href="http://www.wesnoth.org/wiki/Project">Project</a></li>
  42.     <li><a href="http://www.wesnoth.org/wiki/Credits">Credits</a></li>
  43.   </ul>
  44. </div>
  45.  
  46.  
  47.  
  48. <div id="main">
  49.  
  50. <p>This page is an automatically-generated reference for all the
  51. utility macros with documentation strings in the Wesnoth source
  52. distribution. It will reflect the state of the latest development
  53. release. It can be generated with <code>make
  54. macro-reference.html</code> in the data/tools-directory.</p>
  55.  
  56. <p>The organization of these macros may change in future releases,
  57. and some may be moved out of the default load path.  If in doubt,
  58. use <tt>wmlscope</tt> to check your campaign against the 
  59. macros in the Wesnoth distribution.</p>
  60.