[Mud-builder-commits] r259 - in www: . pod pod/MUD pod/MUD/Fetch pod/XML

jaffa at garage.maemo.org jaffa at garage.maemo.org
Mon Jan 19 18:55:33 EET 2009


Author: jaffa
Date: 2009-01-19 18:55:32 +0200 (Mon, 19 Jan 2009)
New Revision: 259

Added:
   www/pod/
   www/pod/MUD/
   www/pod/MUD/Build.html
   www/pod/MUD/Config.html
   www/pod/MUD/Fetch/
   www/pod/MUD/Fetch/Base.html
   www/pod/MUD/Fetch/Command.html
   www/pod/MUD/Fetch/Debian.html
   www/pod/MUD/Fetch/Tarball.html
   www/pod/MUD/Package.html
   www/pod/XML/
   www/pod/XML/Simple.html
   www/pod/_black_with_blue_on_white.css
   www/pod/_black_with_cyan_on_white.css
   www/pod/_black_with_green_on_grey.css
   www/pod/_black_with_magenta_on_white.css
   www/pod/_grey_with_green_on_black.css
   www/pod/_grey_with_green_on_white.css
   www/pod/_indexless_black_with_blue_on_white.css
   www/pod/_indexless_grey_with_green_on_white.css
   www/pod/_indexless_white_with_green_on_grey.css
   www/pod/_indexless_white_with_purple_on_black.css
   www/pod/_podly.js
   www/pod/_white_with_green_on_grey.css
   www/pod/_white_with_navy_blue_on_black.css
   www/pod/_white_with_purple_on_black.css
   www/pod/index.html
Log:
New pass of the POD, generated by build.sh

Added: www/pod/MUD/Build.html
===================================================================
--- www/pod/MUD/Build.html	                        (rev 0)
+++ www/pod/MUD/Build.html	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,159 @@
+<html><head><title>MUD::Build</title>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
+<link rel="stylesheet" title="black with blue on white" type="text/css" href="../_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with magenta on white" type="text/css" href="../_black_with_magenta_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with cyan on white" type="text/css" href="../_black_with_cyan_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="white with purple on black" type="text/css" href="../_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with navy blue on black" type="text/css" href="../_white_with_navy_blue_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on black" type="text/css" href="../_grey_with_green_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with green on grey" type="text/css" href="../_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="black with green on grey" type="text/css" href="../_black_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on white" type="text/css" href="../_grey_with_green_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless black with blue on white" type="text/css" href="../_indexless_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with purple on black" type="text/css" href="../_indexless_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with green on grey" type="text/css" href="../_indexless_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="indexless grey with green on white" type="text/css" href="../_indexless_grey_with_green_on_white.css" media="all" >
+
+<script type="text/javascript" src="../_podly.js"></script>
+
+</head>
+<body class='pod'>
+<!--
+  generated by Pod::Simple::HTML v3.03,
+  using Pod::Simple::PullParser v2.02,
+  under Perl v5.010000 at Mon Jan 19 16:42:02 2009 GMT.
+
+ If you want to change this HTML document, you probably shouldn't do that
+   by changing it directly.  Instead, see about changing the calling options
+   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
+   then reconverting this document from the Pod source.
+   When in doubt, email the author of Pod::Simple::HTML for advice.
+   See 'perldoc Pod::Simple::HTML' for more info.
+
+-->
+
+<!-- start doc -->
+<p class="backlinktop"><b><a name="___top" href="../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#SYNOPSIS'>SYNOPSIS</a>
+  <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
+  <li class='indexItem indexItem1'><a href='#METHODS'>METHODS</a>
+  <li class='indexItem indexItem1'><a href='#COPYRIGHT'>COPYRIGHT</a>
+  <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>MUD::Build - Build packages suitable for upload</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SYNOPSIS"
+>SYNOPSIS</a></h1>
+
+<pre>    use MUD::Build;
+    my $mud = MUD::Build-&#62;new( package =&#62; &#39;vim&#39; );
+    $mud-&#62;build();</pre>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="DESCRIPTION"
+>DESCRIPTION</a></h1>
+
+<p>This class is primarily responsible for controlling the build process used by <code>mud</code>.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="METHODS"
+>METHODS</a></h1>
+
+<dl>
+<dt><a name="new(_OPTS_)"
+>new( OPTS )</a></dt>
+
+<dd>
+<p>Create a new instance. OPTS is a hash containing name/value pairs:</p>
+
+<dl>
+<dt><a name="package"
+>package</a></dt>
+
+<dd>
+<p>Name of the package. This is required. This can either a <a href="../MUD/Package.html" class="podlinkpod"
+>MUD::Package</a> <i>reference</i>, or the name of a package. The use of reference passing is used when doing recursive, dependency builds.</p>
+</dd>
+</dl>
+
+<dt><a name="_init"
+>_init</a></dt>
+
+<dd>
+<p>Initialise a new instance. Private method.</p>
+
+<dt><a name="build"
+>build</a></dt>
+
+<dd>
+<p>Build the configured package and place the deb files ready for upload in the <code>uploads/</code> directory.</p>
+
+<dt><a name="fetch"
+>fetch</a></dt>
+
+<dd>
+<p>Download the source for the package and unpack it in the build directory.</p>
+
+<dt><a name="patch"
+>patch</a></dt>
+
+<dd>
+<p>Apply any patches for the given package and modify Debian control structures to apply to the Maemo SDK.</p>
+
+<dt><a name="compile"
+>compile</a></dt>
+
+<dd>
+<p>Build the unpacked, and potentially patched, binaries.</p>
+
+<dt><a name="source"
+>source</a></dt>
+
+<dd>
+<p>Build the unpacked, and potentially patched, source packages ready for upload to the autobuilder.</p>
+
+<p>At the moment, no check is made that a compile step is done previously, however this is seriously recommended to ensure that the auto-calculation of <code>Build-Depends</code> is done correctly.</p>
+
+<dt><a name="clean"
+>clean</a></dt>
+
+<dd>
+<p>Remove the build directory and any temporary files used therein.</p>
+
+<dt><a name="copy"
+>copy</a></dt>
+
+<dd>
+<p>Copy output files - including debs, tarballs, dsc and changes files - to the upload directory.</p>
+</dd>
+</dl>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="COPYRIGHT"
+>COPYRIGHT</a></h1>
+
+<p>(c) Andrew Flegg 2007 - 2009. Released under the Artistic Licence: <a href="http://www.opensource.org/licenses/artistic-license-2.0.php" class="podlinkurl"
+>http://www.opensource.org/licenses/artistic-license-2.0.php</a></p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SEE_ALSO"
+>SEE ALSO</a></h1>
+
+<p><a href="http://mud-builder.garage.maemo.org/" class="podlinkurl"
+>http://mud-builder.garage.maemo.org/</a></p>
+<p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>

Added: www/pod/MUD/Config.html
===================================================================
--- www/pod/MUD/Config.html	                        (rev 0)
+++ www/pod/MUD/Config.html	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,48 @@
+<html><head><title>MUD::Config</title>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
+<link rel="stylesheet" title="black with blue on white" type="text/css" href="../_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with magenta on white" type="text/css" href="../_black_with_magenta_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with cyan on white" type="text/css" href="../_black_with_cyan_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="white with purple on black" type="text/css" href="../_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with navy blue on black" type="text/css" href="../_white_with_navy_blue_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on black" type="text/css" href="../_grey_with_green_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with green on grey" type="text/css" href="../_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="black with green on grey" type="text/css" href="../_black_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on white" type="text/css" href="../_grey_with_green_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless black with blue on white" type="text/css" href="../_indexless_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with purple on black" type="text/css" href="../_indexless_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with green on grey" type="text/css" href="../_indexless_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="indexless grey with green on white" type="text/css" href="../_indexless_grey_with_green_on_white.css" media="all" >
+
+<script type="text/javascript" src="../_podly.js"></script>
+
+</head>
+<body class='pod'>
+<!--
+  generated by Pod::Simple::HTML v3.03,
+  using Pod::Simple::PullParser v2.02,
+  under Perl v5.010000 at Mon Jan 19 16:42:02 2009 GMT.
+
+ If you want to change this HTML document, you probably shouldn't do that
+   by changing it directly.  Instead, see about changing the calling options
+   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
+   then reconverting this document from the Pod source.
+   When in doubt, email the author of Pod::Simple::HTML for advice.
+   See 'perldoc Pod::Simple::HTML' for more info.
+
+-->
+
+<!-- start doc -->
+<p class="backlinktop"><b><a name="___top" href="../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+<div class='indexgroupEmpty'></div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>MUD::Config - Read and store MUD configuration.</p>
+<p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>

Added: www/pod/MUD/Fetch/Base.html
===================================================================
--- www/pod/MUD/Fetch/Base.html	                        (rev 0)
+++ www/pod/MUD/Fetch/Base.html	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,70 @@
+<html><head><title>MUD::Fetch::Base</title>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
+<link rel="stylesheet" title="black with blue on white" type="text/css" href="../../_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with magenta on white" type="text/css" href="../../_black_with_magenta_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with cyan on white" type="text/css" href="../../_black_with_cyan_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="white with purple on black" type="text/css" href="../../_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with navy blue on black" type="text/css" href="../../_white_with_navy_blue_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on black" type="text/css" href="../../_grey_with_green_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with green on grey" type="text/css" href="../../_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="black with green on grey" type="text/css" href="../../_black_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on white" type="text/css" href="../../_grey_with_green_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless black with blue on white" type="text/css" href="../../_indexless_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with purple on black" type="text/css" href="../../_indexless_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with green on grey" type="text/css" href="../../_indexless_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="indexless grey with green on white" type="text/css" href="../../_indexless_grey_with_green_on_white.css" media="all" >
+
+<script type="text/javascript" src="../../_podly.js"></script>
+
+</head>
+<body class='pod'>
+<!--
+  generated by Pod::Simple::HTML v3.03,
+  using Pod::Simple::PullParser v2.02,
+  under Perl v5.010000 at Mon Jan 19 16:42:02 2009 GMT.
+
+ If you want to change this HTML document, you probably shouldn't do that
+   by changing it directly.  Instead, see about changing the calling options
+   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
+   then reconverting this document from the Pod source.
+   When in doubt, email the author of Pod::Simple::HTML for advice.
+   See 'perldoc Pod::Simple::HTML' for more info.
+
+-->
+
+<!-- start doc -->
+<p class="backlinktop"><b><a name="___top" href="../../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#COPYRIGHT'>COPYRIGHT</a>
+  <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>MUD::Fetch::Base - Parent class for MUD fetch helpers.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="COPYRIGHT"
+>COPYRIGHT</a></h1>
+
+<p>(c) Andrew Flegg 2007 - 2009.
+Released under the Artistic Licence: <a href="http://www.opensource.org/licenses/artistic-license-2.0.php" class="podlinkurl"
+>http://www.opensource.org/licenses/artistic-license-2.0.php</a></p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SEE_ALSO"
+>SEE ALSO</a></h1>
+
+<p><a href="http://mud-builder.garage.maemo.org/" class="podlinkurl"
+>http://mud-builder.garage.maemo.org/</a></p>
+<p class="backlinkbottom"><b><a name="___bottom" href="../../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>

Added: www/pod/MUD/Fetch/Command.html
===================================================================
--- www/pod/MUD/Fetch/Command.html	                        (rev 0)
+++ www/pod/MUD/Fetch/Command.html	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,71 @@
+<html><head><title>MUD::Fetch::Command</title>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
+<link rel="stylesheet" title="black with blue on white" type="text/css" href="../../_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with magenta on white" type="text/css" href="../../_black_with_magenta_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with cyan on white" type="text/css" href="../../_black_with_cyan_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="white with purple on black" type="text/css" href="../../_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with navy blue on black" type="text/css" href="../../_white_with_navy_blue_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on black" type="text/css" href="../../_grey_with_green_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with green on grey" type="text/css" href="../../_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="black with green on grey" type="text/css" href="../../_black_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on white" type="text/css" href="../../_grey_with_green_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless black with blue on white" type="text/css" href="../../_indexless_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with purple on black" type="text/css" href="../../_indexless_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with green on grey" type="text/css" href="../../_indexless_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="indexless grey with green on white" type="text/css" href="../../_indexless_grey_with_green_on_white.css" media="all" >
+
+<script type="text/javascript" src="../../_podly.js"></script>
+
+</head>
+<body class='pod'>
+<!--
+  generated by Pod::Simple::HTML v3.03,
+  using Pod::Simple::PullParser v2.02,
+  under Perl v5.010000 at Mon Jan 19 16:42:02 2009 GMT.
+
+ If you want to change this HTML document, you probably shouldn't do that
+   by changing it directly.  Instead, see about changing the calling options
+   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
+   then reconverting this document from the Pod source.
+   When in doubt, email the author of Pod::Simple::HTML for advice.
+   See 'perldoc Pod::Simple::HTML' for more info.
+
+-->
+
+<!-- start doc -->
+<p class="backlinktop"><b><a name="___top" href="../../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#COPYRIGHT'>COPYRIGHT</a>
+  <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>MUD::Fetch::Command - Execute a command to get the source to build.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="COPYRIGHT"
+>COPYRIGHT</a></h1>
+
+<p>(c) Andrew Flegg 2007 - 2009.
+Released under the Artistic Licence: <a href="http://www.opensource.org/licenses/artistic-license-2.0.php" class="podlinkurl"
+>http://www.opensource.org/licenses/artistic-license-2.0.php</a></p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SEE_ALSO"
+>SEE ALSO</a></h1>
+
+<p><a href="http://mud-builder.garage.maemo.org/" class="podlinkurl"
+>http://mud-builder.garage.maemo.org/</a> <a href="../../MUD/Fetch/Base.html" class="podlinkpod"
+>MUD::Fetch::Base</a></p>
+<p class="backlinkbottom"><b><a name="___bottom" href="../../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>

Added: www/pod/MUD/Fetch/Debian.html
===================================================================
--- www/pod/MUD/Fetch/Debian.html	                        (rev 0)
+++ www/pod/MUD/Fetch/Debian.html	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,70 @@
+<html><head><title>MUD::Fetch::Debian</title>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
+<link rel="stylesheet" title="black with blue on white" type="text/css" href="../../_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with magenta on white" type="text/css" href="../../_black_with_magenta_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with cyan on white" type="text/css" href="../../_black_with_cyan_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="white with purple on black" type="text/css" href="../../_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with navy blue on black" type="text/css" href="../../_white_with_navy_blue_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on black" type="text/css" href="../../_grey_with_green_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with green on grey" type="text/css" href="../../_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="black with green on grey" type="text/css" href="../../_black_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on white" type="text/css" href="../../_grey_with_green_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless black with blue on white" type="text/css" href="../../_indexless_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with purple on black" type="text/css" href="../../_indexless_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with green on grey" type="text/css" href="../../_indexless_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="indexless grey with green on white" type="text/css" href="../../_indexless_grey_with_green_on_white.css" media="all" >
+
+<script type="text/javascript" src="../../_podly.js"></script>
+
+</head>
+<body class='pod'>
+<!--
+  generated by Pod::Simple::HTML v3.03,
+  using Pod::Simple::PullParser v2.02,
+  under Perl v5.010000 at Mon Jan 19 16:42:02 2009 GMT.
+
+ If you want to change this HTML document, you probably shouldn't do that
+   by changing it directly.  Instead, see about changing the calling options
+   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
+   then reconverting this document from the Pod source.
+   When in doubt, email the author of Pod::Simple::HTML for advice.
+   See 'perldoc Pod::Simple::HTML' for more info.
+
+-->
+
+<!-- start doc -->
+<p class="backlinktop"><b><a name="___top" href="../../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#COPYRIGHT'>COPYRIGHT</a>
+  <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>MUD::Fetch::Debian - Fetch package source from upstream Debian</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="COPYRIGHT"
+>COPYRIGHT</a></h1>
+
+<p>(c) Andrew Flegg 2007 - 2009.
+Released under the Artistic Licence: <a href="http://www.opensource.org/licenses/artistic-license-2.0.php" class="podlinkurl"
+>http://www.opensource.org/licenses/artistic-license-2.0.php</a></p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SEE_ALSO"
+>SEE ALSO</a></h1>
+
+<p><a href="http://mud-builder.garage.maemo.org/" class="podlinkurl"
+>http://mud-builder.garage.maemo.org/</a></p>
+<p class="backlinkbottom"><b><a name="___bottom" href="../../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>

Added: www/pod/MUD/Fetch/Tarball.html
===================================================================
--- www/pod/MUD/Fetch/Tarball.html	                        (rev 0)
+++ www/pod/MUD/Fetch/Tarball.html	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,70 @@
+<html><head><title>MUD::Fetch::Tarball</title>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
+<link rel="stylesheet" title="black with blue on white" type="text/css" href="../../_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with magenta on white" type="text/css" href="../../_black_with_magenta_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with cyan on white" type="text/css" href="../../_black_with_cyan_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="white with purple on black" type="text/css" href="../../_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with navy blue on black" type="text/css" href="../../_white_with_navy_blue_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on black" type="text/css" href="../../_grey_with_green_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with green on grey" type="text/css" href="../../_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="black with green on grey" type="text/css" href="../../_black_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on white" type="text/css" href="../../_grey_with_green_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless black with blue on white" type="text/css" href="../../_indexless_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with purple on black" type="text/css" href="../../_indexless_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with green on grey" type="text/css" href="../../_indexless_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="indexless grey with green on white" type="text/css" href="../../_indexless_grey_with_green_on_white.css" media="all" >
+
+<script type="text/javascript" src="../../_podly.js"></script>
+
+</head>
+<body class='pod'>
+<!--
+  generated by Pod::Simple::HTML v3.03,
+  using Pod::Simple::PullParser v2.02,
+  under Perl v5.010000 at Mon Jan 19 16:42:02 2009 GMT.
+
+ If you want to change this HTML document, you probably shouldn't do that
+   by changing it directly.  Instead, see about changing the calling options
+   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
+   then reconverting this document from the Pod source.
+   When in doubt, email the author of Pod::Simple::HTML for advice.
+   See 'perldoc Pod::Simple::HTML' for more info.
+
+-->
+
+<!-- start doc -->
+<p class="backlinktop"><b><a name="___top" href="../../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#COPYRIGHT'>COPYRIGHT</a>
+  <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>MUD::Fetch::Tarball - Fetch package source from upstream tarball</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="COPYRIGHT"
+>COPYRIGHT</a></h1>
+
+<p>(c) Andrew Flegg 2007 - 2009.
+Released under the Artistic Licence: <a href="http://www.opensource.org/licenses/artistic-license-2.0.php" class="podlinkurl"
+>http://www.opensource.org/licenses/artistic-license-2.0.php</a></p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SEE_ALSO"
+>SEE ALSO</a></h1>
+
+<p><a href="http://mud-builder.garage.maemo.org/" class="podlinkurl"
+>http://mud-builder.garage.maemo.org/</a></p>
+<p class="backlinkbottom"><b><a name="___bottom" href="../../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>

Added: www/pod/MUD/Package.html
===================================================================
--- www/pod/MUD/Package.html	                        (rev 0)
+++ www/pod/MUD/Package.html	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,226 @@
+<html><head><title>MUD::Package</title>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
+<link rel="stylesheet" title="black with blue on white" type="text/css" href="../_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with magenta on white" type="text/css" href="../_black_with_magenta_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with cyan on white" type="text/css" href="../_black_with_cyan_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="white with purple on black" type="text/css" href="../_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with navy blue on black" type="text/css" href="../_white_with_navy_blue_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on black" type="text/css" href="../_grey_with_green_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with green on grey" type="text/css" href="../_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="black with green on grey" type="text/css" href="../_black_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on white" type="text/css" href="../_grey_with_green_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless black with blue on white" type="text/css" href="../_indexless_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with purple on black" type="text/css" href="../_indexless_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with green on grey" type="text/css" href="../_indexless_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="indexless grey with green on white" type="text/css" href="../_indexless_grey_with_green_on_white.css" media="all" >
+
+<script type="text/javascript" src="../_podly.js"></script>
+
+</head>
+<body class='pod'>
+<!--
+  generated by Pod::Simple::HTML v3.03,
+  using Pod::Simple::PullParser v2.02,
+  under Perl v5.010000 at Mon Jan 19 16:42:02 2009 GMT.
+
+ If you want to change this HTML document, you probably shouldn't do that
+   by changing it directly.  Instead, see about changing the calling options
+   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
+   then reconverting this document from the Pod source.
+   When in doubt, email the author of Pod::Simple::HTML for advice.
+   See 'perldoc Pod::Simple::HTML' for more info.
+
+-->
+
+<!-- start doc -->
+<p class="backlinktop"><b><a name="___top" href="../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#SYNOPSIS'>SYNOPSIS</a>
+  <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
+  <li class='indexItem indexItem1'><a href='#METHODS'>METHODS</a>
+  <li class='indexItem indexItem1'><a href='#COPYRIGHT'>COPYRIGHT</a>
+  <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>MUD::Package - Define a MUD package,
+and the data/definitions contained within.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SYNOPSIS"
+>SYNOPSIS</a></h1>
+
+<pre>    use MUD::Package;
+    my $pkg = MUD::Package-&#62;new();
+    $pkg-&#62;load(&#39;vim&#39;);
+    my $name          = $pkg-&#62;name;
+    my $iconFile      = $pkg-&#62;icon(26);
+    my $description   = $pkg-&#62;description;
+    my $upgradeDesc   = $pkg-&#62;upgradeDescription;
+    my $displayName   = $pkg-&#62;displayName;
+    my @patchFiles    = $pkg-&#62;patches;
+    my $controlFields = $pkg-&#62;controlFields;
+    my $section       = $pkg-&#62;section;
+    my $version       = $pkg-&#62;version;
+    my $extraFiles    = $pkg-&#62;extraFiles;
+    
+    MUD::Package::setField($controlData, &#39;Section&#39;, &#39;user/network&#39;);
+    my @values = MUD::Package::parseField($controlData, &#39;Section&#39;);</pre>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="DESCRIPTION"
+>DESCRIPTION</a></h1>
+
+<p>This class abstracts <a href="../MUD/Build.html" class="podlinkpod"
+>MUD::Build</a> from the underlying container format for MUD packages. This allows for future expansion in changing the disk structure etc. by changing this class alone. Given a package name, it will find the various artifacts: XML definition, icons etc.</p>
+
+<p>There are also convenience methods for dealing with Debian control files, see <a href="#setField" class="podlinkpod"
+>&#34;setField&#34;</a> and <a href="#parseField" class="podlinkpod"
+>&#34;parseField&#34;</a>.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="METHODS"
+>METHODS</a></h1>
+
+<dl>
+<dt><a name="new(_[ORIGINAL]_)"
+>new( [ORIGINAL] )</a></dt>
+
+<dd>
+<p>Create a new package instance. This can be optionally initialised by passing in an existing package as <code>ORIGINAL</code>.</p>
+
+<dt><a name="_init"
+>_init</a></dt>
+
+<dd>
+<p>Initialise a new instance. Private method.</p>
+
+<dt><a name="load(_NAME_)"
+>load( NAME )</a></dt>
+
+<dd>
+<p>Load information for the given package into this object. This will load an XML file from <code>PACKAGES_DIR/name.xml</code>, run any SDK-specific XSLT and initialise any environment variables defined for the build.</p>
+
+<dt><a name="name"
+>name</a></dt>
+
+<dd>
+<p>Return the package&#39;s name.</p>
+
+<dt><a name="icon(_SIZE_)"
+>icon( SIZE )</a></dt>
+
+<dd>
+<p>Return a path to a file containing an icon of the specified size. If <a href="../ImageMagick.html" class="podlinkpod"
+>ImageMagick</a> is installed, it will be used to convert any icon found to the given size (as both width and height). If multiple icons are available, the one with a filename containing a number closest to <code>SIZE</code> is used either directly, or as the resize source.</p>
+
+<p>The file returned will <i>not</i> be within the build directory, and so cannot be directly used as a reference within <code>debian/rules</code>.</p>
+
+<p>If no appropriate icon can be found, <code>undef</code> is returned.</p>
+
+<dt><a name="description"
+>description</a></dt>
+
+<dd>
+<p>Return this package&#39;s description. This can be sourced from a file, or directly embedded within the XML.</p>
+
+<dt><a name="upgradeDescription"
+>upgradeDescription</a></dt>
+
+<dd>
+<p>Return the short description of the reason this package has been updated. This can be sourced from a file, or directly embedded within the XML.</p>
+
+<dt><a name="displayName"
+>displayName</a></dt>
+
+<dd>
+<p>Return the name which should be displayed as a human-readable, user-friendly variant in Application Manager.</p>
+
+<dt><a name="patches"
+>patches</a></dt>
+
+<dd>
+<p>Return an array of patch files which should be applied against the unpacked source before building. If no patches are to be applied, returns an empty list.</p>
+
+<pre>    my @values = $pkg-&#62;patches;</pre>
+
+<dt><a name="controlFields"
+>controlFields</a></dt>
+
+<dd>
+<p>Return a hash reference of values which contain additional <code>debian/control</code> fields to set.</p>
+
+<pre>    my $values = $pkg-&#62;controlFields;</pre>
+
+<dt><a name="section"
+>section</a></dt>
+
+<dd>
+<p>Return the section which this package should be in. If no section is explicitly specified then, for <i>non-</i>libraries, <code>user/</code> is prefixed.</p>
+
+<dt><a name="version_[(_VERSION_)]"
+>version [( VERSION )]</a></dt>
+
+<dd>
+<p>Set or return the version number which should be used for this package. Setting the version number can be done by sub-classes of <a href="../MUD/Fetch.html" class="podlinkpod"
+>MUD::Fetch</a>, if they have managed to work out the version number from (say) an upstream URL. However, this can <i>always</i> be overridden by specifying the version in the <code>deb</code> section of the package XML.</p>
+
+<dt><a name="extraFiles"
+>extraFiles</a></dt>
+
+<dd>
+<p>Return a hash reference of extra files to be installed. These take the form of <code>TARGET =&#62; SOURCE</code>, which allows multiple copies of the same source file to be included in the package in multiple locations.</p>
+
+<p>If no extra files are to be installed, an empty hash reference is returned.</p>
+
+<dt><a name="parseField(_FIELD,_DATA_)"
+>parseField( FIELD, DATA )</a></dt>
+
+<dd>
+<p>Utility method for reading a field from a Debian control file and returning the array of lines which makes it up.</p>
+
+<pre>    my ($value) = MUD::Package::parseField(&#39;Version&#39;, $controlData);</pre>
+
+<dt><a name="setField(_DATA,_FIELD,_VALUE_)"
+>setField( DATA, FIELD, VALUE )</a></dt>
+
+<dd>
+<p>Utility method for setting a field within a Debian control file. The value of <code>DATA</code> is changed in place; no value is returned.</p>
+
+<pre>    MUD::Package::setField($controlData, &#39;Version&#39;, $value);</pre>
+
+<p>If <code>VALUE</code> is undefined, no change is made to <code>DATA</code>.</p>
+
+<dt><a name="readFile(_FILE_)"
+>readFile( FILE )</a></dt>
+
+<dd>
+<p>Utility method for reading the contents of a file. (Any newlines in the file are converted into <code>\n</code>. - DISABLED)</p>
+</dd>
+</dl>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="COPYRIGHT"
+>COPYRIGHT</a></h1>
+
+<p>(c) Andrew Flegg 2007 - 2009. Released under the Artistic Licence: <a href="http://www.opensource.org/licenses/artistic-license-2.0.php" class="podlinkurl"
+>http://www.opensource.org/licenses/artistic-license-2.0.php</a></p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SEE_ALSO"
+>SEE ALSO</a></h1>
+
+<p><a href="http://mud-builder.garage.maemo.org/" class="podlinkurl"
+>http://mud-builder.garage.maemo.org/</a></p>
+<p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>

Added: www/pod/XML/Simple.html
===================================================================
--- www/pod/XML/Simple.html	                        (rev 0)
+++ www/pod/XML/Simple.html	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,1184 @@
+<html><head><title>XML::Simple</title>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
+<link rel="stylesheet" title="black with blue on white" type="text/css" href="../_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with magenta on white" type="text/css" href="../_black_with_magenta_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with cyan on white" type="text/css" href="../_black_with_cyan_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="white with purple on black" type="text/css" href="../_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with navy blue on black" type="text/css" href="../_white_with_navy_blue_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on black" type="text/css" href="../_grey_with_green_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with green on grey" type="text/css" href="../_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="black with green on grey" type="text/css" href="../_black_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on white" type="text/css" href="../_grey_with_green_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless black with blue on white" type="text/css" href="../_indexless_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with purple on black" type="text/css" href="../_indexless_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with green on grey" type="text/css" href="../_indexless_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="indexless grey with green on white" type="text/css" href="../_indexless_grey_with_green_on_white.css" media="all" >
+
+<script type="text/javascript" src="../_podly.js"></script>
+
+</head>
+<body class='pod'>
+<!--
+  generated by Pod::Simple::HTML v3.03,
+  using Pod::Simple::PullParser v2.02,
+  under Perl v5.010000 at Mon Jan 19 16:42:03 2009 GMT.
+
+ If you want to change this HTML document, you probably shouldn't do that
+   by changing it directly.  Instead, see about changing the calling options
+   to Pod::Simple::HTML, and/or subclassing Pod::Simple::HTML,
+   then reconverting this document from the Pod source.
+   When in doubt, email the author of Pod::Simple::HTML for advice.
+   See 'perldoc Pod::Simple::HTML' for more info.
+
+-->
+
+<!-- start doc -->
+<p class="backlinktop"><b><a name="___top" href="../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
+
+<div class='indexgroup'>
+<ul   class='indexList indexList1'>
+  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
+  <li class='indexItem indexItem1'><a href='#SYNOPSIS'>SYNOPSIS</a>
+  <li class='indexItem indexItem1'><a href='#QUICK_START'>QUICK START</a>
+  <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
+  <ul   class='indexList indexList2'>
+    <li class='indexItem indexItem2'><a href='#XMLin()'>XMLin()</a>
+    <li class='indexItem indexItem2'><a href='#XMLout()'>XMLout()</a>
+    <li class='indexItem indexItem2'><a href='#Caveats'>Caveats</a>
+  </ul>
+  <li class='indexItem indexItem1'><a href='#OPTIONS'>OPTIONS</a>
+  <ul   class='indexList indexList2'>
+    <li class='indexItem indexItem2'><a href='#AttrIndent_%3D%3E_1_%23_out_-_handy'>AttrIndent =&#62; 1 # out - handy</a>
+    <li class='indexItem indexItem2'><a href='#Cache_%3D%3E_%5B_cache_schemes_%5D_%23_in_-_advanced'>Cache =&#62; [ cache schemes ] # in - advanced</a>
+    <li class='indexItem indexItem2'><a href='#ContentKey_%3D%3E_%27keyname%27_%23_in%2Bout_-_seldom_used'>ContentKey =&#62; &#39;keyname&#39; # in+out - seldom used</a>
+    <li class='indexItem indexItem2'><a href='#DataHandler_%3D%3E_code_ref_%23_in_-_SAX_only'>DataHandler =&#62; code_ref # in - SAX only</a>
+    <li class='indexItem indexItem2'><a href='#ForceArray_%3D%3E_1_%23_in_-_important'>ForceArray =&#62; 1 # in - important</a>
+    <li class='indexItem indexItem2'><a href='#ForceArray_%3D%3E_%5B_names_%5D_%23_in_-_important'>ForceArray =&#62; [ names ] # in - important</a>
+    <li class='indexItem indexItem2'><a href='#ForceContent_%3D%3E_1_%23_in_-_seldom_used'>ForceContent =&#62; 1 # in - seldom used</a>
+    <li class='indexItem indexItem2'><a href='#GroupTags_%3D%3E_%7B_grouping_tag_%3D%3E_grouped_tag_%7D_%23_in%2Bout_-_handy'>GroupTags =&#62; { grouping tag =&#62; grouped tag } # in+out - handy</a>
+    <li class='indexItem indexItem2'><a href='#Handler_%3D%3E_object_ref_%23_out_-_SAX_only'>Handler =&#62; object_ref # out - SAX only</a>
+    <li class='indexItem indexItem2'><a href='#KeepRoot_%3D%3E_1_%23_in%2Bout_-_handy'>KeepRoot =&#62; 1 # in+out - handy</a>
+    <li class='indexItem indexItem2'><a href='#KeyAttr_%3D%3E_%5B_list_%5D_%23_in%2Bout_-_important'>KeyAttr =&#62; [ list ] # in+out - important</a>
+    <li class='indexItem indexItem2'><a href='#KeyAttr_%3D%3E_%7B_list_%7D_%23_in%2Bout_-_important'>KeyAttr =&#62; { list } # in+out - important</a>
+    <li class='indexItem indexItem2'><a href='#NoAttr_%3D%3E_1_%23_in%2Bout_-_handy'>NoAttr =&#62; 1 # in+out - handy</a>
+    <li class='indexItem indexItem2'><a href='#NoEscape_%3D%3E_1_%23_out_-_seldom_used'>NoEscape =&#62; 1 # out - seldom used</a>
+    <li class='indexItem indexItem2'><a href='#NoIndent_%3D%3E_1_%23_out_-_seldom_used'>NoIndent =&#62; 1 # out - seldom used</a>
+    <li class='indexItem indexItem2'><a href='#NoSort_%3D%3E_1_%23_out_-_seldom_used'>NoSort =&#62; 1 # out - seldom used</a>
+    <li class='indexItem indexItem2'><a href='#NormaliseSpace_%3D%3E_0_%7C_1_%7C_2_%23_in_-_handy'>NormaliseSpace =&#62; 0 | 1 | 2 # in - handy</a>
+    <li class='indexItem indexItem2'><a href='#NSExpand_%3D%3E_1_%23_in%2Bout_handy_-_SAX_only'>NSExpand =&#62; 1 # in+out handy - SAX only</a>
+    <li class='indexItem indexItem2'><a href='#NumericEscape_%3D%3E_0_%7C_1_%7C_2_%23_out_-_handy'>NumericEscape =&#62; 0 | 1 | 2 # out - handy</a>
+    <li class='indexItem indexItem2'><a href='#OutputFile_%3D%3E_%3Cfile_specifier%3E_%23_out_-_handy'>OutputFile =&#62; &#60;file specifier&#62; # out - handy</a>
+    <li class='indexItem indexItem2'><a href='#ParserOpts_%3D%3E_%5B_XML%3A%3AParser_Options_%5D_%23_in_-_don%27t_use_this'>ParserOpts =&#62; [ XML::Parser Options ] # in - don&#39;t use this</a>
+    <li class='indexItem indexItem2'><a href='#RootName_%3D%3E_%27string%27_%23_out_-_handy'>RootName =&#62; &#39;string&#39; # out - handy</a>
+    <li class='indexItem indexItem2'><a href='#SearchPath_%3D%3E_%5B_list_%5D_%23_in_-_handy'>SearchPath =&#62; [ list ] # in - handy</a>
+    <li class='indexItem indexItem2'><a href='#SuppressEmpty_%3D%3E_1_%7C_%27%27_%7C_undef_%23_in%2Bout_-_handy'>SuppressEmpty =&#62; 1 | &#39;&#39; | undef # in+out - handy</a>
+    <li class='indexItem indexItem2'><a href='#ValueAttr_%3D%3E_%5B_names_%5D_%23_in_-_handy'>ValueAttr =&#62; [ names ] # in - handy</a>
+    <li class='indexItem indexItem2'><a href='#ValueAttr_%3D%3E_%7B_element_%3D%3E_attribute%2C_..._%7D_%23_in%2Bout_-_handy'>ValueAttr =&#62; { element =&#62; attribute, ... } # in+out - handy</a>
+    <li class='indexItem indexItem2'><a href='#Variables_%3D%3E_%7B_name_%3D%3E_value_%7D_%23_in_-_handy'>Variables =&#62; { name =&#62; value } # in - handy</a>
+    <li class='indexItem indexItem2'><a href='#VarAttr_%3D%3E_%27attr_name%27_%23_in_-_handy'>VarAttr =&#62; &#39;attr_name&#39; # in - handy</a>
+    <li class='indexItem indexItem2'><a href='#XMLDecl_%3D%3E_1_or_XMLDecl_%3D%3E_%27string%27_%23_out_-_handy'>XMLDecl =&#62; 1 or XMLDecl =&#62; &#39;string&#39; # out - handy</a>
+  </ul>
+  <li class='indexItem indexItem1'><a href='#OPTIONAL_OO_INTERFACE'>OPTIONAL OO INTERFACE</a>
+  <li class='indexItem indexItem1'><a href='#STRICT_MODE'>STRICT MODE</a>
+  <li class='indexItem indexItem1'><a href='#SAX_SUPPORT'>SAX SUPPORT</a>
+  <li class='indexItem indexItem1'><a href='#ENVIRONMENT'>ENVIRONMENT</a>
+  <li class='indexItem indexItem1'><a href='#ERROR_HANDLING'>ERROR HANDLING</a>
+  <li class='indexItem indexItem1'><a href='#EXAMPLES'>EXAMPLES</a>
+  <li class='indexItem indexItem1'><a href='#WHERE_TO_FROM_HERE%3F'>WHERE TO FROM HERE?</a>
+  <li class='indexItem indexItem1'><a href='#SEE_ALSO'>SEE ALSO</a>
+  <li class='indexItem indexItem1'><a href='#COPYRIGHT'>COPYRIGHT</a>
+</ul>
+</div>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="NAME"
+>NAME</a></h1>
+
+<p>XML::Simple - Easy API to maintain XML (esp config files)</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SYNOPSIS"
+>SYNOPSIS</a></h1>
+
+<pre>    use XML::Simple;
+
+    my $ref = XMLin([&#60;xml file or string&#62;] [, &#60;options&#62;]);
+
+    my $xml = XMLout($hashref [, &#60;options&#62;]);</pre>
+
+<p>Or the object oriented way:</p>
+
+<pre>    require XML::Simple;
+
+    my $xs = XML::Simple-&#62;new(options);
+
+    my $ref = $xs-&#62;XMLin([&#60;xml file or string&#62;] [, &#60;options&#62;]);
+
+    my $xml = $xs-&#62;XMLout($hashref [, &#60;options&#62;]);</pre>
+
+<p>(or see <a href="#SAX_SUPPORT" class="podlinkpod"
+>&#34;SAX SUPPORT&#34;</a> for &#39;the SAX way&#39;).</p>
+
+<p>To catch common errors:</p>
+
+<pre>    use XML::Simple qw(:strict);</pre>
+
+<p>(see <a href="#STRICT_MODE" class="podlinkpod"
+>&#34;STRICT MODE&#34;</a> for more details).</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="QUICK_START"
+>QUICK START</a></h1>
+
+<p>Say you have a script called <b>foo</b> and a file of configuration options called <b>foo.xml</b> containing this:</p>
+
+<pre>  &#60;config logdir=&#34;/var/log/foo/&#34; debugfile=&#34;/tmp/foo.debug&#34;&#62;
+    &#60;server name=&#34;sahara&#34; osname=&#34;solaris&#34; osversion=&#34;2.6&#34;&#62;
+      &#60;address&#62;10.0.0.101&#60;/address&#62;
+      &#60;address&#62;10.0.1.101&#60;/address&#62;
+    &#60;/server&#62;
+    &#60;server name=&#34;gobi&#34; osname=&#34;irix&#34; osversion=&#34;6.5&#34;&#62;
+      &#60;address&#62;10.0.0.102&#60;/address&#62;
+    &#60;/server&#62;
+    &#60;server name=&#34;kalahari&#34; osname=&#34;linux&#34; osversion=&#34;2.0.34&#34;&#62;
+      &#60;address&#62;10.0.0.103&#60;/address&#62;
+      &#60;address&#62;10.0.1.103&#60;/address&#62;
+    &#60;/server&#62;
+  &#60;/config&#62;</pre>
+
+<p>The following lines of code in <b>foo</b>:</p>
+
+<pre>  use XML::Simple;
+
+  my $config = XMLin();</pre>
+
+<p>will &#39;slurp&#39; the configuration options into the hashref $config (because no arguments are passed to <code>XMLin()</code> the name and location of the XML file will be inferred from name and location of the script). You can dump out the contents of the hashref using Data::Dumper:</p>
+
+<pre>  use Data::Dumper;
+
+  print Dumper($config);</pre>
+
+<p>which will produce something like this (formatting has been adjusted for brevity):</p>
+
+<pre>  {
+      &#39;logdir&#39;        =&#62; &#39;/var/log/foo/&#39;,
+      &#39;debugfile&#39;     =&#62; &#39;/tmp/foo.debug&#39;,
+      &#39;server&#39;        =&#62; {
+          &#39;sahara&#39;        =&#62; {
+              &#39;osversion&#39;     =&#62; &#39;2.6&#39;,
+              &#39;osname&#39;        =&#62; &#39;solaris&#39;,
+              &#39;address&#39;       =&#62; [ &#39;10.0.0.101&#39;, &#39;10.0.1.101&#39; ]
+          },
+          &#39;gobi&#39;          =&#62; {
+              &#39;osversion&#39;     =&#62; &#39;6.5&#39;,
+              &#39;osname&#39;        =&#62; &#39;irix&#39;,
+              &#39;address&#39;       =&#62; &#39;10.0.0.102&#39;
+          },
+          &#39;kalahari&#39;      =&#62; {
+              &#39;osversion&#39;     =&#62; &#39;2.0.34&#39;,
+              &#39;osname&#39;        =&#62; &#39;linux&#39;,
+              &#39;address&#39;       =&#62; [ &#39;10.0.0.103&#39;, &#39;10.0.1.103&#39; ]
+          }
+      }
+  }</pre>
+
+<p>Your script could then access the name of the log directory like this:</p>
+
+<pre>  print $config-&#62;{logdir};</pre>
+
+<p>similarly, the second address on the server &#39;kalahari&#39; could be referenced as:</p>
+
+<pre>  print $config-&#62;{server}-&#62;{kalahari}-&#62;{address}-&#62;[1];</pre>
+
+<p>What could be simpler? (Rhetorical).</p>
+
+<p>For simple requirements, that&#39;s really all there is to it. If you want to store your XML in a different directory or file, or pass it in as a string or even pass it in via some derivative of an IO::Handle, you&#39;ll need to check out <a href="#OPTIONS" class="podlinkpod"
+>&#34;OPTIONS&#34;</a>. If you want to turn off or tweak the array folding feature (that neat little transformation that produced $config-&#62;{server}) you&#39;ll find options for that as well.</p>
+
+<p>If you want to generate XML (for example to write a modified version of $config back out as XML), check out <code>XMLout()</code>.</p>
+
+<p>If your needs are not so simple, this may not be the module for you. In that case, you might want to read <a href="#WHERE_TO_FROM_HERE%3F" class="podlinkpod"
+>&#34;WHERE TO FROM HERE?&#34;</a>.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="DESCRIPTION"
+>DESCRIPTION</a></h1>
+
+<p>The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). Two functions are exported: <code>XMLin()</code> and <code>XMLout()</code>. Note: you can explicity request the lower case versions of the function names: <code>xml_in()</code> and <code>xml_out()</code>.</p>
+
+<p>The simplest approach is to call these two functions directly, but an optional object oriented interface (see <a href="#OPTIONAL_OO_INTERFACE" class="podlinkpod"
+>&#34;OPTIONAL OO INTERFACE&#34;</a> below) allows them to be called as methods of an <b>XML::Simple</b> object. The object interface can also be used at either end of a SAX pipeline.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="XMLin()"
+>XMLin()</a></h2>
+
+<p>Parses XML formatted data and returns a reference to a data structure which contains the same information in a more readily accessible form. (Skip down to <a href="#EXAMPLES" class="podlinkpod"
+>&#34;EXAMPLES&#34;</a> below, for more sample code).</p>
+
+<p><code>XMLin()</code> accepts an optional XML specifier followed by zero or more &#39;name =&#62; value&#39; option pairs. The XML specifier can be one of the following:</p>
+
+<dl>
+<dt><a name="A_filename"
+>A filename</a></dt>
+
+<dd>
+<p>If the filename contains no directory components <code>XMLin()</code> will look for the file in each directory in the SearchPath (see <a href="#OPTIONS" class="podlinkpod"
+>&#34;OPTIONS&#34;</a> below) or in the current directory if the SearchPath option is not defined. eg:</p>
+
+<pre>  $ref = XMLin(&#39;/etc/params.xml&#39;);</pre>
+
+<p>Note, the filename &#39;-&#39; can be used to parse from STDIN.</p>
+
+<dt><a name="undef"
+>undef</a></dt>
+
+<dd>
+<p>If there is no XML specifier, <code>XMLin()</code> will check the script directory and each of the SearchPath directories for a file with the same name as the script but with the extension &#39;.xml&#39;. Note: if you wish to specify options, you must specify the value &#39;undef&#39;. eg:</p>
+
+<pre>  $ref = XMLin(undef, ForceArray =&#62; 1);</pre>
+
+<dt><a name="A_string_of_XML"
+>A string of XML</a></dt>
+
+<dd>
+<p>A string containing XML (recognised by the presence of &#39;&#60;&#39; and &#39;&#62;&#39; characters) will be parsed directly. eg:</p>
+
+<pre>  $ref = XMLin(&#39;&#60;opt username=&#34;bob&#34; password=&#34;flurp&#34; /&#62;&#39;);</pre>
+
+<dt><a name="An_IO::Handle_object"
+>An IO::Handle object</a></dt>
+
+<dd>
+<p>An IO::Handle object will be read to EOF and its contents parsed. eg:</p>
+
+<pre>  $fh = IO::File-&#62;new(&#39;/etc/params.xml&#39;);
+  $ref = XMLin($fh);</pre>
+</dd>
+</dl>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="XMLout()"
+>XMLout()</a></h2>
+
+<p>Takes a data structure (generally a hashref) and returns an XML encoding of that structure. If the resulting XML is parsed using <code>XMLin()</code>, it should return a data structure equivalent to the original (see caveats below).</p>
+
+<p>The <code>XMLout()</code> function can also be used to output the XML as SAX events see the <code>Handler</code> option and <a href="#SAX_SUPPORT" class="podlinkpod"
+>&#34;SAX SUPPORT&#34;</a> for more details).</p>
+
+<p>When translating hashes to XML, hash keys which have a leading &#39;-&#39; will be silently skipped. This is the approved method for marking elements of a data structure which should be ignored by <code>XMLout</code>. (Note: If these items were not skipped the key names would be emitted as element or attribute names with a leading &#39;-&#39; which would not be valid XML).</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Caveats"
+>Caveats</a></h2>
+
+<p>Some care is required in creating data structures which will be passed to <code>XMLout()</code>. Hash keys from the data structure will be encoded as either XML element names or attribute names. Therefore, you should use hash key names which conform to the relatively strict XML naming rules:</p>
+
+<p>Names in XML must begin with a letter. The remaining characters may be letters, digits, hyphens (-), underscores (_) or full stops (.). It is also allowable to include one colon (:) in an element name but this should only be used when working with namespaces (<b>XML::Simple</b> can only usefully work with namespaces when teamed with a SAX Parser).</p>
+
+<p>You can use other punctuation characters in hash values (just not in hash keys) however <b>XML::Simple</b> does not support dumping binary data.</p>
+
+<p>If you break these rules, the current implementation of <code>XMLout()</code> will simply emit non-compliant XML which will be rejected if you try to read it back in. (A later version of <b>XML::Simple</b> might take a more proactive approach).</p>
+
+<p>Note also that although you can nest hashes and arrays to arbitrary levels, circular data structures are not supported and will cause <code>XMLout()</code> to die.</p>
+
+<p>If you wish to &#39;round-trip&#39; arbitrary data structures from Perl to XML and back to Perl, then you should probably disable array folding (using the KeyAttr option) both with <code>XMLout()</code> and with <code>XMLin()</code>. If you still don&#39;t get the expected results, you may prefer to use <a href="../XML/Dumper.html" class="podlinkpod"
+>XML::Dumper</a> which is designed for exactly that purpose.</p>
+
+<p>Refer to <a href="#WHERE_TO_FROM_HERE%3F" class="podlinkpod"
+>&#34;WHERE TO FROM HERE?&#34;</a> if <code>XMLout()</code> is too simple for your needs.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="OPTIONS"
+>OPTIONS</a></h1>
+
+<p><b>XML::Simple</b> supports a number of options (in fact as each release of <b>XML::Simple</b> adds more options, the module&#39;s claim to the name &#39;Simple&#39; becomes increasingly tenuous). If you find yourself repeatedly having to specify the same options, you might like to investigate <a href="#OPTIONAL_OO_INTERFACE" class="podlinkpod"
+>&#34;OPTIONAL OO INTERFACE&#34;</a> below.</p>
+
+<p>If you can&#39;t be bothered reading the documentation, refer to <a href="#STRICT_MODE" class="podlinkpod"
+>&#34;STRICT MODE&#34;</a> to automatically catch common mistakes.</p>
+
+<p>Because there are so many options, it&#39;s hard for new users to know which ones are important, so here are the two you really need to know about:</p>
+
+<ul>
+<li>check out <code>ForceArray</code> because you&#39;ll almost certainly want to turn it on</li>
+
+<li>make sure you know what the <code>KeyAttr</code> option does and what its default value is because it may surprise you otherwise (note in particular that &#39;KeyAttr&#39; affects both <code>XMLin</code> and <code>XMLout</code>)</li>
+</ul>
+
+<p>The option name headings below have a trailing &#39;comment&#39; - a hash followed by two pieces of metadata:</p>
+
+<ul>
+<li>Options are marked with &#39;<i>in</i>&#39; if they are recognised by <code>XMLin()</code> and &#39;<i>out</i>&#39; if they are recognised by <code>XMLout()</code>.</li>
+
+<li>Each option is also flagged to indicate whether it is:
+<pre> &#39;important&#39;   - don&#39;t use the module until you understand this one
+ &#39;handy&#39;       - you can skip this on the first time through
+ &#39;advanced&#39;    - you can skip this on the second time through
+ &#39;SAX only&#39;    - don&#39;t worry about this unless you&#39;re using SAX (or
+                 alternatively if you need this, you also need SAX)
+ &#39;seldom used&#39; - you&#39;ll probably never use this unless you were the
+                 person that requested the feature</pre>
+</li>
+</ul>
+
+<p>The options are listed alphabetically:</p>
+
+<p>Note: option names are no longer case sensitive so you can use the mixed case versions shown here; all lower case as required by versions 2.03 and earlier; or you can add underscores between the words (eg: key_attr).</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="AttrIndent_=&#62;_1_#_out_-_handy"
+>AttrIndent =&#62; 1 <i># out - handy</i></a></h2>
+
+<p>When you are using <code>XMLout()</code>, enable this option to have attributes printed one-per-line with sensible indentation rather than all on one line.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Cache_=&#62;_[_cache_schemes_]_#_in_-_advanced"
+>Cache =&#62; [ cache schemes ] <i># in - advanced</i></a></h2>
+
+<p>Because loading the <b>XML::Parser</b> module and parsing an XML file can consume a significant number of CPU cycles, it is often desirable to cache the output of <code>XMLin()</code> for later reuse.</p>
+
+<p>When parsing from a named file, <b>XML::Simple</b> supports a number of caching schemes. The &#39;Cache&#39; option may be used to specify one or more schemes (using an anonymous array). Each scheme will be tried in turn in the hope of finding a cached pre-parsed representation of the XML file. If no cached copy is found, the file will be parsed and the first cache scheme in the list will be used to save a copy of the results. The following cache schemes have been implemented:</p>
+
+<dl>
+<dt><a name="storable"
+>storable</a></dt>
+
+<dd>
+<p>Utilises <b>Storable.pm</b> to read/write a cache file with the same name as the XML file but with the extension .stor</p>
+
+<dt><a name="memshare"
+>memshare</a></dt>
+
+<dd>
+<p>When a file is first parsed, a copy of the resulting data structure is retained in memory in the <b>XML::Simple</b> module&#39;s namespace. Subsequent calls to parse the same file will return a reference to this structure. This cached version will persist only for the life of the Perl interpreter (which in the case of mod_perl for example, may be some significant time).</p>
+
+<p>Because each caller receives a reference to the same data structure, a change made by one caller will be visible to all. For this reason, the reference returned should be treated as read-only.</p>
+
+<dt><a name="memcopy"
+>memcopy</a></dt>
+
+<dd>
+<p>This scheme works identically to &#39;memshare&#39; (above) except that each caller receives a reference to a new data structure which is a copy of the cached version. Copying the data structure will add a little processing overhead, therefore this scheme should only be used where the caller intends to modify the data structure (or wishes to protect itself from others who might). This scheme uses <b>Storable.pm</b> to perform the copy.</p>
+</dd>
+</dl>
+
+<p>Warning! The memory-based caching schemes compare the timestamp on the file to the time when it was last parsed. If the file is stored on an NFS filesystem (or other network share) and the clock on the file server is not exactly synchronised with the clock where your script is run, updates to the source XML file may appear to be ignored.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="ContentKey_=&#62;_&#39;keyname&#39;_#_in+out_-_seldom_used"
+>ContentKey =&#62; &#39;keyname&#39; <i># in+out - seldom used</i></a></h2>
+
+<p>When text content is parsed to a hash value, this option let&#39;s you specify a name for the hash key to override the default &#39;content&#39;. So for example:</p>
+
+<pre>  XMLin(&#39;&#60;opt one=&#34;1&#34;&#62;Text&#60;/opt&#62;&#39;, ContentKey =&#62; &#39;text&#39;)</pre>
+
+<p>will parse to:</p>
+
+<pre>  { &#39;one&#39; =&#62; 1, &#39;text&#39; =&#62; &#39;Text&#39; }</pre>
+
+<p>instead of:</p>
+
+<pre>  { &#39;one&#39; =&#62; 1, &#39;content&#39; =&#62; &#39;Text&#39; }</pre>
+
+<p><code>XMLout()</code> will also honour the value of this option when converting a hashref to XML.</p>
+
+<p>You can also prefix your selected key name with a &#39;-&#39; character to have <code>XMLin()</code> try a little harder to eliminate unnecessary &#39;content&#39; keys after array folding. For example:</p>
+
+<pre>  XMLin(
+    &#39;&#60;opt&#62;&#60;item name=&#34;one&#34;&#62;First&#60;/item&#62;&#60;item name=&#34;two&#34;&#62;Second&#60;/item&#62;&#60;/opt&#62;&#39;, 
+    KeyAttr =&#62; {item =&#62; &#39;name&#39;}, 
+    ForceArray =&#62; [ &#39;item&#39; ],
+    ContentKey =&#62; &#39;-content&#39;
+  )</pre>
+
+<p>will parse to:</p>
+
+<pre>  {
+    &#39;item&#39; =&#62; {
+      &#39;one&#39; =&#62;  &#39;First&#39;
+      &#39;two&#39; =&#62;  &#39;Second&#39;
+    }
+  }</pre>
+
+<p>rather than this (without the &#39;-&#39;):</p>
+
+<pre>  {
+    &#39;item&#39; =&#62; {
+      &#39;one&#39; =&#62; { &#39;content&#39; =&#62; &#39;First&#39; }
+      &#39;two&#39; =&#62; { &#39;content&#39; =&#62; &#39;Second&#39; }
+    }
+  }</pre>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="DataHandler_=&#62;_code_ref_#_in_-_SAX_only"
+>DataHandler =&#62; code_ref <i># in - SAX only</i></a></h2>
+
+<p>When you use an <b>XML::Simple</b> object as a SAX handler, it will return a &#39;simple tree&#39; data structure in the same format as <code>XMLin()</code> would return. If this option is set (to a subroutine reference), then when the tree is built the subroutine will be called and passed two arguments: a reference to the <b>XML::Simple</b> object and a reference to the data tree. The return value from the subroutine will be returned to the SAX driver. (See <a href="#SAX_SUPPORT" class="podlinkpod"
+>&#34;SAX SUPPORT&#34;</a> for more details).</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="ForceArray_=&#62;_1_#_in_-_important"
+>ForceArray =&#62; 1 <i># in - important</i></a></h2>
+
+<p>This option should be set to &#39;1&#39; to force nested elements to be represented as arrays even when there is only one. Eg, with ForceArray enabled, this XML:</p>
+
+<pre>    &#60;opt&#62;
+      &#60;name&#62;value&#60;/name&#62;
+    &#60;/opt&#62;</pre>
+
+<p>would parse to this:</p>
+
+<pre>    {
+      &#39;name&#39; =&#62; [
+                  &#39;value&#39;
+                ]
+    }</pre>
+
+<p>instead of this (the default):</p>
+
+<pre>    {
+      &#39;name&#39; =&#62; &#39;value&#39;
+    }</pre>
+
+<p>This option is especially useful if the data structure is likely to be written back out as XML and the default behaviour of rolling single nested elements up into attributes is not desirable.</p>
+
+<p>If you are using the array folding feature, you should almost certainly enable this option. If you do not, single nested elements will not be parsed to arrays and therefore will not be candidates for folding to a hash. (Given that the default value of &#39;KeyAttr&#39; enables array folding, the default value of this option should probably also have been enabled too - sorry).</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="ForceArray_=&#62;_[_names_]_#_in_-_important"
+>ForceArray =&#62; [ names ] <i># in - important</i></a></h2>
+
+<p>This alternative (and preferred) form of the &#39;ForceArray&#39; option allows you to specify a list of element names which should always be forced into an array representation, rather than the &#39;all or nothing&#39; approach above.</p>
+
+<p>It is also possible (since version 2.05) to include compiled regular expressions in the list - any element names which match the pattern will be forced to arrays. If the list contains only a single regex, then it is not necessary to enclose it in an arrayref. Eg:</p>
+
+<pre>  ForceArray =&#62; qr/_list$/</pre>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="ForceContent_=&#62;_1_#_in_-_seldom_used"
+>ForceContent =&#62; 1 <i># in - seldom used</i></a></h2>
+
+<p>When <code>XMLin()</code> parses elements which have text content as well as attributes, the text content must be represented as a hash value rather than a simple scalar. This option allows you to force text content to always parse to a hash value even when there are no attributes. So for example:</p>
+
+<pre>  XMLin(&#39;&#60;opt&#62;&#60;x&#62;text1&#60;/x&#62;&#60;y a=&#34;2&#34;&#62;text2&#60;/y&#62;&#60;/opt&#62;&#39;, ForceContent =&#62; 1)</pre>
+
+<p>will parse to:</p>
+
+<pre>  {
+    &#39;x&#39; =&#62; {           &#39;content&#39; =&#62; &#39;text1&#39; },
+    &#39;y&#39; =&#62; { &#39;a&#39; =&#62; 2, &#39;content&#39; =&#62; &#39;text2&#39; }
+  }</pre>
+
+<p>instead of:</p>
+
+<pre>  {
+    &#39;x&#39; =&#62; &#39;text1&#39;,
+    &#39;y&#39; =&#62; { &#39;a&#39; =&#62; 2, &#39;content&#39; =&#62; &#39;text2&#39; }
+  }</pre>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="GroupTags_=&#62;_{_grouping_tag_=&#62;_grouped_tag_}_#_in+out_-_handy"
+>GroupTags =&#62; { grouping tag =&#62; grouped tag } <i># in+out - handy</i></a></h2>
+
+<p>You can use this option to eliminate extra levels of indirection in your Perl data structure. For example this XML:</p>
+
+<pre>  &#60;opt&#62;
+   &#60;searchpath&#62;
+     &#60;dir&#62;/usr/bin&#60;/dir&#62;
+     &#60;dir&#62;/usr/local/bin&#60;/dir&#62;
+     &#60;dir&#62;/usr/X11/bin&#60;/dir&#62;
+   &#60;/searchpath&#62;
+ &#60;/opt&#62;</pre>
+
+<p>Would normally be read into a structure like this:</p>
+
+<pre>  {
+    searchpath =&#62; {
+                    dir =&#62; [ &#39;/usr/bin&#39;, &#39;/usr/local/bin&#39;, &#39;/usr/X11/bin&#39; ]
+                  }
+  }</pre>
+
+<p>But when read in with the appropriate value for &#39;GroupTags&#39;:</p>
+
+<pre>  my $opt = XMLin($xml, GroupTags =&#62; { searchpath =&#62; &#39;dir&#39; });</pre>
+
+<p>It will return this simpler structure:</p>
+
+<pre>  {
+    searchpath =&#62; [ &#39;/usr/bin&#39;, &#39;/usr/local/bin&#39;, &#39;/usr/X11/bin&#39; ]
+  }</pre>
+
+<p>The grouping element (<code>&#60;searchpath&#62;</code> in the example) must not contain any attributes or elements other than the grouped element.</p>
+
+<p>You can specify multiple &#39;grouping element&#39; to &#39;grouped element&#39; mappings in the same hashref. If this option is combined with <code>KeyAttr</code>, the array folding will occur first and then the grouped element names will be eliminated.</p>
+
+<p><code>XMLout</code> will also use the grouptag mappings to re-introduce the tags around the grouped elements. Beware though that this will occur in all places that the &#39;grouping tag&#39; name occurs - you probably don&#39;t want to use the same name for elements as well as attributes.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Handler_=&#62;_object_ref_#_out_-_SAX_only"
+>Handler =&#62; object_ref <i># out - SAX only</i></a></h2>
+
+<p>Use the &#39;Handler&#39; option to have <code>XMLout()</code> generate SAX events rather than returning a string of XML. For more details see <a href="#SAX_SUPPORT" class="podlinkpod"
+>&#34;SAX SUPPORT&#34;</a> below.</p>
+
+<p>Note: the current implementation of this option generates a string of XML and uses a SAX parser to translate it into SAX events. The normal encoding rules apply here - your data must be UTF8 encoded unless you specify an alternative encoding via the &#39;XMLDecl&#39; option; and by the time the data reaches the handler object, it will be in UTF8 form regardless of the encoding you supply. A future implementation of this option may generate the events directly.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="KeepRoot_=&#62;_1_#_in+out_-_handy"
+>KeepRoot =&#62; 1 <i># in+out - handy</i></a></h2>
+
+<p>In its attempt to return a data structure free of superfluous detail and unnecessary levels of indirection, <code>XMLin()</code> normally discards the root element name. Setting the &#39;KeepRoot&#39; option to &#39;1&#39; will cause the root element name to be retained. So after executing this code:</p>
+
+<pre>  $config = XMLin(&#39;&#60;config tempdir=&#34;/tmp&#34; /&#62;&#39;, KeepRoot =&#62; 1)</pre>
+
+<p>You&#39;ll be able to reference the tempdir as <code>$config-&#62;{config}-&#62;{tempdir}</code> instead of the default <code>$config-&#62;{tempdir}</code>.</p>
+
+<p>Similarly, setting the &#39;KeepRoot&#39; option to &#39;1&#39; will tell <code>XMLout()</code> that the data structure already contains a root element name and it is not necessary to add another.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="KeyAttr_=&#62;_[_list_]_#_in+out_-_important"
+>KeyAttr =&#62; [ list ] <i># in+out - important</i></a></h2>
+
+<p>This option controls the &#39;array folding&#39; feature which translates nested elements from an array to a hash. It also controls the &#39;unfolding&#39; of hashes to arrays.</p>
+
+<p>For example, this XML:</p>
+
+<pre>    &#60;opt&#62;
+      &#60;user login=&#34;grep&#34; fullname=&#34;Gary R Epstein&#34; /&#62;
+      &#60;user login=&#34;stty&#34; fullname=&#34;Simon T Tyson&#34; /&#62;
+    &#60;/opt&#62;</pre>
+
+<p>would, by default, parse to this:</p>
+
+<pre>    {
+      &#39;user&#39; =&#62; [
+                  {
+                    &#39;login&#39; =&#62; &#39;grep&#39;,
+                    &#39;fullname&#39; =&#62; &#39;Gary R Epstein&#39;
+                  },
+                  {
+                    &#39;login&#39; =&#62; &#39;stty&#39;,
+                    &#39;fullname&#39; =&#62; &#39;Simon T Tyson&#39;
+                  }
+                ]
+    }</pre>
+
+<p>If the option &#39;KeyAttr =&#62; &#34;login&#34;&#39; were used to specify that the &#39;login&#39; attribute is a key, the same XML would parse to:</p>
+
+<pre>    {
+      &#39;user&#39; =&#62; {
+                  &#39;stty&#39; =&#62; {
+                              &#39;fullname&#39; =&#62; &#39;Simon T Tyson&#39;
+                            },
+                  &#39;grep&#39; =&#62; {
+                              &#39;fullname&#39; =&#62; &#39;Gary R Epstein&#39;
+                            }
+                }
+    }</pre>
+
+<p>The key attribute names should be supplied in an arrayref if there is more than one. <code>XMLin()</code> will attempt to match attribute names in the order supplied. <code>XMLout()</code> will use the first attribute name supplied when &#39;unfolding&#39; a hash into an array.</p>
+
+<p>Note 1: The default value for &#39;KeyAttr&#39; is [&#39;name&#39;, &#39;key&#39;, &#39;id&#39;]. If you do not want folding on input or unfolding on output you must setting this option to an empty list to disable the feature.</p>
+
+<p>Note 2: If you wish to use this option, you should also enable the <code>ForceArray</code> option. Without &#39;ForceArray&#39;, a single nested element will be rolled up into a scalar rather than an array and therefore will not be folded (since only arrays get folded).</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="KeyAttr_=&#62;_{_list_}_#_in+out_-_important"
+>KeyAttr =&#62; { list } <i># in+out - important</i></a></h2>
+
+<p>This alternative (and preferred) method of specifiying the key attributes allows more fine grained control over which elements are folded and on which attributes. For example the option &#39;KeyAttr =&#62; { package =&#62; &#39;id&#39; } will cause any package elements to be folded on the &#39;id&#39; attribute. No other elements which have an &#39;id&#39; attribute will be folded at all.</p>
+
+<p>Note: <code>XMLin()</code> will generate a warning (or a fatal error in <a href="#STRICT_MODE" class="podlinkpod"
+>&#34;STRICT MODE&#34;</a>) if this syntax is used and an element which does not have the specified key attribute is encountered (eg: a &#39;package&#39; element without an &#39;id&#39; attribute, to use the example above). Warnings will only be generated if <b>-w</b> is in force.</p>
+
+<p>Two further variations are made possible by prefixing a &#39;+&#39; or a &#39;-&#39; character to the attribute name:</p>
+
+<p>The option &#39;KeyAttr =&#62; { user =&#62; &#34;+login&#34; }&#39; will cause this XML:</p>
+
+<pre>    &#60;opt&#62;
+      &#60;user login=&#34;grep&#34; fullname=&#34;Gary R Epstein&#34; /&#62;
+      &#60;user login=&#34;stty&#34; fullname=&#34;Simon T Tyson&#34; /&#62;
+    &#60;/opt&#62;</pre>
+
+<p>to parse to this data structure:</p>
+
+<pre>    {
+      &#39;user&#39; =&#62; {
+                  &#39;stty&#39; =&#62; {
+                              &#39;fullname&#39; =&#62; &#39;Simon T Tyson&#39;,
+                              &#39;login&#39;    =&#62; &#39;stty&#39;
+                            },
+                  &#39;grep&#39; =&#62; {
+                              &#39;fullname&#39; =&#62; &#39;Gary R Epstein&#39;,
+                              &#39;login&#39;    =&#62; &#39;grep&#39;
+                            }
+                }
+    }</pre>
+
+<p>The &#39;+&#39; indicates that the value of the key attribute should be copied rather than moved to the folded hash key.</p>
+
+<p>A &#39;-&#39; prefix would produce this result:</p>
+
+<pre>    {
+      &#39;user&#39; =&#62; {
+                  &#39;stty&#39; =&#62; {
+                              &#39;fullname&#39; =&#62; &#39;Simon T Tyson&#39;,
+                              &#39;-login&#39;    =&#62; &#39;stty&#39;
+                            },
+                  &#39;grep&#39; =&#62; {
+                              &#39;fullname&#39; =&#62; &#39;Gary R Epstein&#39;,
+                              &#39;-login&#39;    =&#62; &#39;grep&#39;
+                            }
+                }
+    }</pre>
+
+<p>As described earlier, <code>XMLout</code> will ignore hash keys starting with a &#39;-&#39;.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="NoAttr_=&#62;_1_#_in+out_-_handy"
+>NoAttr =&#62; 1 <i># in+out - handy</i></a></h2>
+
+<p>When used with <code>XMLout()</code>, the generated XML will contain no attributes. All hash key/values will be represented as nested elements instead.</p>
+
+<p>When used with <code>XMLin()</code>, any attributes in the XML will be ignored.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="NoEscape_=&#62;_1_#_out_-_seldom_used"
+>NoEscape =&#62; 1 <i># out - seldom used</i></a></h2>
+
+<p>By default, <code>XMLout()</code> will translate the characters &#39;&#60;&#39;, &#39;&#62;&#39;, &#39;&#38;&#39; and &#39;&#34;&#39; to &#39;&#38;lt;&#39;, &#39;&#38;gt;&#39;, &#39;&#38;amp;&#39; and &#39;&#38;quot&#39; respectively. Use this option to suppress escaping (presumably because you&#39;ve already escaped the data in some more sophisticated manner).</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="NoIndent_=&#62;_1_#_out_-_seldom_used"
+>NoIndent =&#62; 1 <i># out - seldom used</i></a></h2>
+
+<p>Set this option to 1 to disable <code>XMLout()</code>&#39;s default &#39;pretty printing&#39; mode. With this option enabled, the XML output will all be on one line (unless there are newlines in the data) - this may be easier for downstream processing.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="NoSort_=&#62;_1_#_out_-_seldom_used"
+>NoSort =&#62; 1 <i># out - seldom used</i></a></h2>
+
+<p>Newer versions of XML::Simple sort elements and attributes alphabetically (*), by default. Enable this option to suppress the sorting - possibly for backwards compatibility.</p>
+
+<p>* Actually, sorting is alphabetical but &#39;key&#39; attribute or element names (as in &#39;KeyAttr&#39;) sort first. Also, when a hash of hashes is &#39;unfolded&#39;, the elements are sorted alphabetically by the value of the key field.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="NormaliseSpace_=&#62;_0_|_1_|_2_#_in_-_handy"
+>NormaliseSpace =&#62; 0 | 1 | 2 <i># in - handy</i></a></h2>
+
+<p>This option controls how whitespace in text content is handled. Recognised values for the option are:</p>
+
+<ul>
+<li>0 = (default) whitespace is passed through unaltered (except of course for the normalisation of whitespace in attribute values which is mandated by the XML recommendation)</li>
+
+<li>1 = whitespace is normalised in any value used as a hash key (normalising means removing leading and trailing whitespace and collapsing sequences of whitespace characters to a single space)</li>
+
+<li>2 = whitespace is normalised in all text content</li>
+</ul>
+
+<p>Note: you can spell this option with a &#39;z&#39; if that is more natural for you.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="NSExpand_=&#62;_1_#_in+out_handy_-_SAX_only"
+>NSExpand =&#62; 1 <i># in+out handy - SAX only</i></a></h2>
+
+<p>This option controls namespace expansion - the translation of element and attribute names of the form &#39;prefix:name&#39; to &#39;{uri}name&#39;. For example the element name &#39;xsl:template&#39; might be expanded to: &#39;{http://www.w3.org/1999/XSL/Transform}template&#39;.</p>
+
+<p>By default, <code>XMLin()</code> will return element names and attribute names exactly as they appear in the XML. Setting this option to 1 will cause all element and attribute names to be expanded to include their namespace prefix.</p>
+
+<p><i>Note: You must be using a SAX parser for this option to work (ie: it does not work with XML::Parser)</i>.</p>
+
+<p>This option also controls whether <code>XMLout()</code> performs the reverse translation from &#39;{uri}name&#39; back to &#39;prefix:name&#39;. The default is no translation. If your data contains expanded names, you should set this option to 1 otherwise <code>XMLout</code> will emit XML which is not well formed.</p>
+
+<p><i>Note: You must have the XML::NamespaceSupport module installed if you want <code>XMLout()</code> to translate URIs back to prefixes</i>.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="NumericEscape_=&#62;_0_|_1_|_2_#_out_-_handy"
+>NumericEscape =&#62; 0 | 1 | 2 <i># out - handy</i></a></h2>
+
+<p>Use this option to have &#39;high&#39; (non-ASCII) characters in your Perl data structure converted to numeric entities (eg: &#38;#8364;) in the XML output. Three levels are possible:</p>
+
+<p>0 - default: no numeric escaping (OK if you&#39;re writing out UTF8)</p>
+
+<p>1 - only characters above 0xFF are escaped (ie: characters in the 0x80-FF range are not escaped), possibly useful with ISO8859-1 output</p>
+
+<p>2 - all characters above 0x7F are escaped (good for plain ASCII output)</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="OutputFile_=&#62;_&#60;file_specifier&#62;_#_out_-_handy"
+>OutputFile =&#62; &#60;file specifier&#62; <i># out - handy</i></a></h2>
+
+<p>The default behaviour of <code>XMLout()</code> is to return the XML as a string. If you wish to write the XML to a file, simply supply the filename using the &#39;OutputFile&#39; option.</p>
+
+<p>This option also accepts an IO handle object - especially useful in Perl 5.8.0 and later for output using an encoding other than UTF-8, eg:</p>
+
+<pre>  open my $fh, &#39;&#62;:encoding(iso-8859-1)&#39;, $path or die &#34;open($path): $!&#34;;
+  XMLout($ref, OutputFile =&#62; $fh);</pre>
+
+<p>Note, XML::Simple does not require that the object you pass in to the OutputFile option inherits from <a href="../IO/Handle.html" class="podlinkpod"
+>IO::Handle</a> - it simply assumes the object supports a <code>print</code> method.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="ParserOpts_=&#62;_[_XML::Parser_Options_]_#_in_-_don&#39;t_use_this"
+>ParserOpts =&#62; [ XML::Parser Options ] <i># in - don&#39;t use this</i></a></h2>
+
+<p><i>Note: This option is now officially deprecated. If you find it useful, email the author with an example of what you use it for. Do not use this option to set the ProtocolEncoding, that&#39;s just plain wrong - fix the XML</i>.</p>
+
+<p>This option allows you to pass parameters to the constructor of the underlying XML::Parser object (which of course assumes you&#39;re not using SAX).</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="RootName_=&#62;_&#39;string&#39;_#_out_-_handy"
+>RootName =&#62; &#39;string&#39; <i># out - handy</i></a></h2>
+
+<p>By default, when <code>XMLout()</code> generates XML, the root element will be named &#39;opt&#39;. This option allows you to specify an alternative name.</p>
+
+<p>Specifying either undef or the empty string for the RootName option will produce XML with no root elements. In most cases the resulting XML fragment will not be &#39;well formed&#39; and therefore could not be read back in by <code>XMLin()</code>. Nevertheless, the option has been found to be useful in certain circumstances.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="SearchPath_=&#62;_[_list_]_#_in_-_handy"
+>SearchPath =&#62; [ list ] <i># in - handy</i></a></h2>
+
+<p>If you pass <code>XMLin()</code> a filename, but the filename include no directory component, you can use this option to specify which directories should be searched to locate the file. You might use this option to search first in the user&#39;s home directory, then in a global directory such as /etc.</p>
+
+<p>If a filename is provided to <code>XMLin()</code> but SearchPath is not defined, the file is assumed to be in the current directory.</p>
+
+<p>If the first parameter to <code>XMLin()</code> is undefined, the default SearchPath will contain only the directory in which the script itself is located. Otherwise the default SearchPath will be empty.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="SuppressEmpty_=&#62;_1_|_&#39;&#39;_|_undef_#_in+out_-_handy"
+>SuppressEmpty =&#62; 1 | &#39;&#39; | undef <i># in+out - handy</i></a></h2>
+
+<p>This option controls what <code>XMLin()</code> should do with empty elements (no attributes and no content). The default behaviour is to represent them as empty hashes. Setting this option to a true value (eg: 1) will cause empty elements to be skipped altogether. Setting the option to &#39;undef&#39; or the empty string will cause empty elements to be represented as the undefined value or the empty string respectively. The latter two alternatives are a little easier to test for in your code than a hash with no keys.</p>
+
+<p>The option also controls what <code>XMLout()</code> does with undefined values. Setting the option to undef causes undefined values to be output as empty elements (rather than empty attributes), it also suppresses the generation of warnings about undefined values. Setting the option to a true value (eg: 1) causes undefined values to be skipped altogether on output.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="ValueAttr_=&#62;_[_names_]_#_in_-_handy"
+>ValueAttr =&#62; [ names ] <i># in - handy</i></a></h2>
+
+<p>Use this option to deal elements which always have a single attribute and no content. Eg:</p>
+
+<pre>  &#60;opt&#62;
+    &#60;colour value=&#34;red&#34; /&#62;
+    &#60;size   value=&#34;XXL&#34; /&#62;
+  &#60;/opt&#62;</pre>
+
+<p>Setting <code>ValueAttr =&#62; [ &#39;value&#39; ]</code> will cause the above XML to parse to:</p>
+
+<pre>  {
+    colour =&#62; &#39;red&#39;,
+    size   =&#62; &#39;XXL&#39;
+  }</pre>
+
+<p>instead of this (the default):</p>
+
+<pre>  {
+    colour =&#62; { value =&#62; &#39;red&#39; },
+    size   =&#62; { value =&#62; &#39;XXL&#39; }
+  }</pre>
+
+<p>Note: This form of the ValueAttr option is not compatible with <code>XMLout()</code> - since the attribute name is discarded at parse time, the original XML cannot be reconstructed.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="ValueAttr_=&#62;_{_element_=&#62;_attribute,_..._}_#_in+out_-_handy"
+>ValueAttr =&#62; { element =&#62; attribute, ... } <i># in+out - handy</i></a></h2>
+
+<p>This (preferred) form of the ValueAttr option requires you to specify both the element and the attribute names. This is not only safer, it also allows the original XML to be reconstructed by <code>XMLout()</code>.</p>
+
+<p>Note: You probably don&#39;t want to use this option and the NoAttr option at the same time.</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="Variables_=&#62;_{_name_=&#62;_value_}_#_in_-_handy"
+>Variables =&#62; { name =&#62; value } <i># in - handy</i></a></h2>
+
+<p>This option allows variables in the XML to be expanded when the file is read. (there is no facility for putting the variable names back if you regenerate XML using <code>XMLout</code>).</p>
+
+<p>A &#39;variable&#39; is any text of the form <code>${name}</code> which occurs in an attribute value or in the text content of an element. If &#39;name&#39; matches a key in the supplied hashref, <code>${name}</code> will be replaced with the corresponding value from the hashref. If no matching key is found, the variable will not be replaced. Names must match the regex: <code>[\w.]+</code> (ie: only &#39;word&#39; characters and dots are allowed).</p>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="VarAttr_=&#62;_&#39;attr_name&#39;_#_in_-_handy"
+>VarAttr =&#62; &#39;attr_name&#39; <i># in - handy</i></a></h2>
+
+<p>In addition to the variables defined using <code>Variables</code>, this option allows variables to be defined in the XML. A variable definition consists of an element with an attribute called &#39;attr_name&#39; (the value of the <code>VarAttr</code> option). The value of the attribute will be used as the variable name and the text content of the element will be used as the value. A variable defined in this way will override a variable defined using the <code>Variables</code> option. For example:</p>
+
+<pre>  XMLin( &#39;&#60;opt&#62;
+            &#60;dir name=&#34;prefix&#34;&#62;/usr/local/apache&#60;/dir&#62;
+            &#60;dir name=&#34;exec_prefix&#34;&#62;${prefix}&#60;/dir&#62;
+            &#60;dir name=&#34;bindir&#34;&#62;${exec_prefix}/bin&#60;/dir&#62;
+          &#60;/opt&#62;&#39;,
+         VarAttr =&#62; &#39;name&#39;, ContentKey =&#62; &#39;-content&#39;
+        );</pre>
+
+<p>produces the following data structure:</p>
+
+<pre>  {
+    dir =&#62; {
+             prefix      =&#62; &#39;/usr/local/apache&#39;,
+             exec_prefix =&#62; &#39;/usr/local/apache&#39;,
+             bindir      =&#62; &#39;/usr/local/apache/bin&#39;,
+           }
+  }</pre>
+
+<h2><a class='u' href='#___top' title='click to go to top of document'
+name="XMLDecl_=&#62;_1_or_XMLDecl_=&#62;_&#39;string&#39;_#_out_-_handy"
+>XMLDecl =&#62; 1 or XMLDecl =&#62; &#39;string&#39; <i># out - handy</i></a></h2>
+
+<p>If you want the output from <code>XMLout()</code> to start with the optional XML declaration, simply set the option to &#39;1&#39;. The default XML declaration is:</p>
+
+<pre>        &#60;?xml version=&#39;1.0&#39; standalone=&#39;yes&#39;?&#62;</pre>
+
+<p>If you want some other string (for example to declare an encoding value), set the value of this option to the complete string you require.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="OPTIONAL_OO_INTERFACE"
+>OPTIONAL OO INTERFACE</a></h1>
+
+<p>The procedural interface is both simple and convenient however there are a couple of reasons why you might prefer to use the object oriented (OO) interface:</p>
+
+<ul>
+<li>to define a set of default values which should be used on all subsequent calls to <code>XMLin()</code> or <code>XMLout()</code></li>
+
+<li>to override methods in <b>XML::Simple</b> to provide customised behaviour</li>
+</ul>
+
+<p>The default values for the options described above are unlikely to suit everyone. The OO interface allows you to effectively override <b>XML::Simple</b>&#39;s defaults with your preferred values. It works like this:</p>
+
+<p>First create an XML::Simple parser object with your preferred defaults:</p>
+
+<pre>  my $xs = XML::Simple-&#62;new(ForceArray =&#62; 1, KeepRoot =&#62; 1);</pre>
+
+<p>then call <code>XMLin()</code> or <code>XMLout()</code> as a method of that object:</p>
+
+<pre>  my $ref = $xs-&#62;XMLin($xml);
+  my $xml = $xs-&#62;XMLout($ref);</pre>
+
+<p>You can also specify options when you make the method calls and these values will be merged with the values specified when the object was created. Values specified in a method call take precedence.</p>
+
+<p>Overriding methods is a more advanced topic but might be useful if for example you wished to provide an alternative routine for escaping character data (the escape_value method) or for building the initial parse tree (the build_tree method).</p>
+
+<p>Note: when called as methods, the <code>XMLin()</code> and <code>XMLout()</code> routines may be called as <code>xml_in()</code> or <code>xml_out()</code>. The method names are aliased so the only difference is the aesthetics.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="STRICT_MODE"
+>STRICT MODE</a></h1>
+
+<p>If you import the <b>XML::Simple</b> routines like this:</p>
+
+<pre>  use XML::Simple qw(:strict);</pre>
+
+<p>the following common mistakes will be detected and treated as fatal errors</p>
+
+<ul>
+<li>Failing to explicitly set the <code>KeyAttr</code> option - if you can&#39;t be bothered reading about this option, turn it off with: KeyAttr =&#62; [ ]</li>
+
+<li>Failing to explicitly set the <code>ForceArray</code> option - if you can&#39;t be bothered reading about this option, set it to the safest mode with: ForceArray =&#62; 1</li>
+
+<li>Setting ForceArray to an array, but failing to list all the elements from the KeyAttr hash.</li>
+
+<li>Data error - KeyAttr is set to say { part =&#62; &#39;partnum&#39; } but the XML contains one or more &#60;part&#62; elements without a &#39;partnum&#39; attribute (or nested element). Note: if strict mode is not set but -w is, this condition triggers a warning.</li>
+
+<li>Data error - as above, but value of key attribute (eg: partnum) is not a scalar string (due to nested elements etc). This will also trigger a warning if strict mode is not enabled.</li>
+</ul>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SAX_SUPPORT"
+>SAX SUPPORT</a></h1>
+
+<p>From version 1.08_01, <b>XML::Simple</b> includes support for SAX (the Simple API for XML) - specifically SAX2.</p>
+
+<p>In a typical SAX application, an XML parser (or SAX &#39;driver&#39;) module generates SAX events (start of element, character data, end of element, etc) as it parses an XML document and a &#39;handler&#39; module processes the events to extract the required data. This simple model allows for some interesting and powerful possibilities:</p>
+
+<ul>
+<li>Applications written to the SAX API can extract data from huge XML documents without the memory overheads of a DOM or tree API.</li>
+
+<li>The SAX API allows for plug and play interchange of parser modules without having to change your code to fit a new module&#39;s API. A number of SAX parsers are available with capabilities ranging from extreme portability to blazing performance.</li>
+
+<li>A SAX &#39;filter&#39; module can implement both a handler interface for receiving data and a generator interface for passing modified data on to a downstream handler. Filters can be chained together in &#39;pipelines&#39;.</li>
+
+<li>One filter module might split a data stream to direct data to two or more downstream handlers.</li>
+
+<li>Generating SAX events is not the exclusive preserve of XML parsing modules. For example, a module might extract data from a relational database using DBI and pass it on to a SAX pipeline for filtering and formatting.</li>
+</ul>
+
+<p><b>XML::Simple</b> can operate at either end of a SAX pipeline. For example, you can take a data structure in the form of a hashref and pass it into a SAX pipeline using the &#39;Handler&#39; option on <code>XMLout()</code>:</p>
+
+<pre>  use XML::Simple;
+  use Some::SAX::Filter;
+  use XML::SAX::Writer;
+
+  my $ref = {
+               ....   # your data here
+            };
+
+  my $writer = XML::SAX::Writer-&#62;new();
+  my $filter = Some::SAX::Filter-&#62;new(Handler =&#62; $writer);
+  my $simple = XML::Simple-&#62;new(Handler =&#62; $filter);
+  $simple-&#62;XMLout($ref);</pre>
+
+<p>You can also put <b>XML::Simple</b> at the opposite end of the pipeline to take advantage of the simple &#39;tree&#39; data structure once the relevant data has been isolated through filtering:</p>
+
+<pre>  use XML::SAX;
+  use Some::SAX::Filter;
+  use XML::Simple;
+
+  my $simple = XML::Simple-&#62;new(ForceArray =&#62; 1, KeyAttr =&#62; [&#39;partnum&#39;]);
+  my $filter = Some::SAX::Filter-&#62;new(Handler =&#62; $simple);
+  my $parser = XML::SAX::ParserFactory-&#62;parser(Handler =&#62; $filter);
+
+  my $ref = $parser-&#62;parse_uri(&#39;some_huge_file.xml&#39;);
+
+  print $ref-&#62;{part}-&#62;{&#39;555-1234&#39;};</pre>
+
+<p>You can build a filter by using an XML::Simple object as a handler and setting its DataHandler option to point to a routine which takes the resulting tree, modifies it and sends it off as SAX events to a downstream handler:</p>
+
+<pre>  my $writer = XML::SAX::Writer-&#62;new();
+  my $filter = XML::Simple-&#62;new(
+                 DataHandler =&#62; sub {
+                                  my $simple = shift;
+                                  my $data = shift;
+
+                                  # Modify $data here
+
+                                  $simple-&#62;XMLout($data, Handler =&#62; $writer);
+                                }
+               );
+  my $parser = XML::SAX::ParserFactory-&#62;parser(Handler =&#62; $filter);
+
+  $parser-&#62;parse_uri($filename);</pre>
+
+<p><i>Note: In this last example, the &#39;Handler&#39; option was specified in the call to <code>XMLout()</code> but it could also have been specified in the constructor</i>.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="ENVIRONMENT"
+>ENVIRONMENT</a></h1>
+
+<p>If you don&#39;t care which parser module <b>XML::Simple</b> uses then skip this section entirely (it looks more complicated than it really is).</p>
+
+<p><b>XML::Simple</b> will default to using a <b>SAX</b> parser if one is available or <b>XML::Parser</b> if SAX is not available.</p>
+
+<p>You can dictate which parser module is used by setting either the environment variable &#39;XML_SIMPLE_PREFERRED_PARSER&#39; or the package variable $XML::Simple::PREFERRED_PARSER to contain the module name. The following rules are used:</p>
+
+<ul>
+<li>The package variable takes precedence over the environment variable if both are defined. To force <b>XML::Simple</b> to ignore the environment settings and use its default rules, you can set the package variable to an empty string.</li>
+
+<li>If the &#39;preferred parser&#39; is set to the string &#39;XML::Parser&#39;, then <a href="../XML/Parser.html" class="podlinkpod"
+>XML::Parser</a> will be used (or <code>XMLin()</code> will die if <a href="../XML/Parser.html" class="podlinkpod"
+>XML::Parser</a> is not installed).</li>
+
+<li>If the &#39;preferred parser&#39; is set to some other value, then it is assumed to be the name of a SAX parser module and is passed to <a href="../XML/SAX/ParserFactory..html" class="podlinkpod"
+>XML::SAX::ParserFactory.</a> If <a href="../XML/SAX.html" class="podlinkpod"
+>XML::SAX</a> is not installed, or the requested parser module is not installed, then <code>XMLin()</code> will die.</li>
+
+<li>If the &#39;preferred parser&#39; is not defined at all (the normal default state), an attempt will be made to load <a href="../XML/SAX.html" class="podlinkpod"
+>XML::SAX</a>. If <a href="../XML/SAX.html" class="podlinkpod"
+>XML::SAX</a> is installed, then a parser module will be selected according to <a href="../XML/SAX/ParserFactory.html" class="podlinkpod"
+>XML::SAX::ParserFactory</a>&#39;s normal rules (which typically means the last SAX parser installed).</li>
+
+<li>if the &#39;preferred parser&#39; is not defined and <b>XML::SAX</b> is not installed, then <b>XML::Parser</b> will be used. <code>XMLin()</code> will die if <a href="../XML/Parser.html" class="podlinkpod"
+>XML::Parser</a> is not installed.</li>
+</ul>
+
+<p>Note: The <b>XML::SAX</b> distribution includes an XML parser written entirely in Perl. It is very portable but it is not very fast. You should consider installing <a href="../XML/LibXML.html" class="podlinkpod"
+>XML::LibXML</a> or <a href="../XML/SAX/Expat.html" class="podlinkpod"
+>XML::SAX::Expat</a> if they are available for your platform.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="ERROR_HANDLING"
+>ERROR HANDLING</a></h1>
+
+<p>The XML standard is very clear on the issue of non-compliant documents. An error in parsing any single element (for example a missing end tag) must cause the whole document to be rejected. <b>XML::Simple</b> will die with an appropriate message if it encounters a parsing error.</p>
+
+<p>If dying is not appropriate for your application, you should arrange to call <code>XMLin()</code> in an eval block and look for errors in $@. eg:</p>
+
+<pre>    my $config = eval { XMLin() };
+    PopUpMessage($@) if($@);</pre>
+
+<p>Note, there is a common misconception that use of <b>eval</b> will significantly slow down a script. While that may be true when the code being eval&#39;d is in a string, it is not true of code like the sample above.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="EXAMPLES"
+>EXAMPLES</a></h1>
+
+<p>When <code>XMLin()</code> reads the following very simple piece of XML:</p>
+
+<pre>    &#60;opt username=&#34;testuser&#34; password=&#34;frodo&#34;&#62;&#60;/opt&#62;</pre>
+
+<p>it returns the following data structure:</p>
+
+<pre>    {
+      &#39;username&#39; =&#62; &#39;testuser&#39;,
+      &#39;password&#39; =&#62; &#39;frodo&#39;
+    }</pre>
+
+<p>The identical result could have been produced with this alternative XML:</p>
+
+<pre>    &#60;opt username=&#34;testuser&#34; password=&#34;frodo&#34; /&#62;</pre>
+
+<p>Or this (although see &#39;ForceArray&#39; option for variations):</p>
+
+<pre>    &#60;opt&#62;
+      &#60;username&#62;testuser&#60;/username&#62;
+      &#60;password&#62;frodo&#60;/password&#62;
+    &#60;/opt&#62;</pre>
+
+<p>Repeated nested elements are represented as anonymous arrays:</p>
+
+<pre>    &#60;opt&#62;
+      &#60;person firstname=&#34;Joe&#34; lastname=&#34;Smith&#34;&#62;
+        &#60;email&#62;joe at smith.com&#60;/email&#62;
+        &#60;email&#62;jsmith at yahoo.com&#60;/email&#62;
+      &#60;/person&#62;
+      &#60;person firstname=&#34;Bob&#34; lastname=&#34;Smith&#34;&#62;
+        &#60;email&#62;bob at smith.com&#60;/email&#62;
+      &#60;/person&#62;
+    &#60;/opt&#62;
+
+    {
+      &#39;person&#39; =&#62; [
+                    {
+                      &#39;email&#39; =&#62; [
+                                   &#39;joe at smith.com&#39;,
+                                   &#39;jsmith at yahoo.com&#39;
+                                 ],
+                      &#39;firstname&#39; =&#62; &#39;Joe&#39;,
+                      &#39;lastname&#39; =&#62; &#39;Smith&#39;
+                    },
+                    {
+                      &#39;email&#39; =&#62; &#39;bob at smith.com&#39;,
+                      &#39;firstname&#39; =&#62; &#39;Bob&#39;,
+                      &#39;lastname&#39; =&#62; &#39;Smith&#39;
+                    }
+                  ]
+    }</pre>
+
+<p>Nested elements with a recognised key attribute are transformed (folded) from an array into a hash keyed on the value of that attribute (see the <code>KeyAttr</code> option):</p>
+
+<pre>    &#60;opt&#62;
+      &#60;person key=&#34;jsmith&#34; firstname=&#34;Joe&#34; lastname=&#34;Smith&#34; /&#62;
+      &#60;person key=&#34;tsmith&#34; firstname=&#34;Tom&#34; lastname=&#34;Smith&#34; /&#62;
+      &#60;person key=&#34;jbloggs&#34; firstname=&#34;Joe&#34; lastname=&#34;Bloggs&#34; /&#62;
+    &#60;/opt&#62;
+
+    {
+      &#39;person&#39; =&#62; {
+                    &#39;jbloggs&#39; =&#62; {
+                                   &#39;firstname&#39; =&#62; &#39;Joe&#39;,
+                                   &#39;lastname&#39; =&#62; &#39;Bloggs&#39;
+                                 },
+                    &#39;tsmith&#39; =&#62; {
+                                  &#39;firstname&#39; =&#62; &#39;Tom&#39;,
+                                  &#39;lastname&#39; =&#62; &#39;Smith&#39;
+                                },
+                    &#39;jsmith&#39; =&#62; {
+                                  &#39;firstname&#39; =&#62; &#39;Joe&#39;,
+                                  &#39;lastname&#39; =&#62; &#39;Smith&#39;
+                                }
+                  }
+    }</pre>
+
+<p>The &#60;anon&#62; tag can be used to form anonymous arrays:</p>
+
+<pre>    &#60;opt&#62;
+      &#60;head&#62;&#60;anon&#62;Col 1&#60;/anon&#62;&#60;anon&#62;Col 2&#60;/anon&#62;&#60;anon&#62;Col 3&#60;/anon&#62;&#60;/head&#62;
+      &#60;data&#62;&#60;anon&#62;R1C1&#60;/anon&#62;&#60;anon&#62;R1C2&#60;/anon&#62;&#60;anon&#62;R1C3&#60;/anon&#62;&#60;/data&#62;
+      &#60;data&#62;&#60;anon&#62;R2C1&#60;/anon&#62;&#60;anon&#62;R2C2&#60;/anon&#62;&#60;anon&#62;R2C3&#60;/anon&#62;&#60;/data&#62;
+      &#60;data&#62;&#60;anon&#62;R3C1&#60;/anon&#62;&#60;anon&#62;R3C2&#60;/anon&#62;&#60;anon&#62;R3C3&#60;/anon&#62;&#60;/data&#62;
+    &#60;/opt&#62;
+
+    {
+      &#39;head&#39; =&#62; [
+                  [ &#39;Col 1&#39;, &#39;Col 2&#39;, &#39;Col 3&#39; ]
+                ],
+      &#39;data&#39; =&#62; [
+                  [ &#39;R1C1&#39;, &#39;R1C2&#39;, &#39;R1C3&#39; ],
+                  [ &#39;R2C1&#39;, &#39;R2C2&#39;, &#39;R2C3&#39; ],
+                  [ &#39;R3C1&#39;, &#39;R3C2&#39;, &#39;R3C3&#39; ]
+                ]
+    }</pre>
+
+<p>Anonymous arrays can be nested to arbirtrary levels and as a special case, if the surrounding tags for an XML document contain only an anonymous array the arrayref will be returned directly rather than the usual hashref:</p>
+
+<pre>    &#60;opt&#62;
+      &#60;anon&#62;&#60;anon&#62;Col 1&#60;/anon&#62;&#60;anon&#62;Col 2&#60;/anon&#62;&#60;/anon&#62;
+      &#60;anon&#62;&#60;anon&#62;R1C1&#60;/anon&#62;&#60;anon&#62;R1C2&#60;/anon&#62;&#60;/anon&#62;
+      &#60;anon&#62;&#60;anon&#62;R2C1&#60;/anon&#62;&#60;anon&#62;R2C2&#60;/anon&#62;&#60;/anon&#62;
+    &#60;/opt&#62;
+
+    [
+      [ &#39;Col 1&#39;, &#39;Col 2&#39; ],
+      [ &#39;R1C1&#39;, &#39;R1C2&#39; ],
+      [ &#39;R2C1&#39;, &#39;R2C2&#39; ]
+    ]</pre>
+
+<p>Elements which only contain text content will simply be represented as a scalar. Where an element has both attributes and text content, the element will be represented as a hashref with the text content in the &#39;content&#39; key (see the <code>ContentKey</code> option):</p>
+
+<pre>  &#60;opt&#62;
+    &#60;one&#62;first&#60;/one&#62;
+    &#60;two attr=&#34;value&#34;&#62;second&#60;/two&#62;
+  &#60;/opt&#62;
+
+  {
+    &#39;one&#39; =&#62; &#39;first&#39;,
+    &#39;two&#39; =&#62; { &#39;attr&#39; =&#62; &#39;value&#39;, &#39;content&#39; =&#62; &#39;second&#39; }
+  }</pre>
+
+<p>Mixed content (elements which contain both text content and nested elements) will be not be represented in a useful way - element order and significant whitespace will be lost. If you need to work with mixed content, then XML::Simple is not the right tool for your job - check out the next section.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="WHERE_TO_FROM_HERE?"
+>WHERE TO FROM HERE?</a></h1>
+
+<p><b>XML::Simple</b> is able to present a simple API because it makes some assumptions on your behalf. These include:</p>
+
+<ul>
+<li>You&#39;re not interested in text content consisting only of whitespace</li>
+
+<li>You don&#39;t mind that when things get slurped into a hash the order is lost</li>
+
+<li>You don&#39;t want fine-grained control of the formatting of generated XML</li>
+
+<li>You would never use a hash key that was not a legal XML element name</li>
+
+<li>You don&#39;t need help converting between different encodings</li>
+</ul>
+
+<p>In a serious XML project, you&#39;ll probably outgrow these assumptions fairly quickly. This section of the document used to offer some advice on chosing a more powerful option. That advice has now grown into the &#39;Perl-XML FAQ&#39; document which you can find at: <a href="http://perl-xml.sourceforge.net/faq/" class="podlinkurl"
+>http://perl-xml.sourceforge.net/faq/</a></p>
+
+<p>The advice in the FAQ boils down to a quick explanation of tree versus event based parsers and then recommends:</p>
+
+<p>For event based parsing, use SAX (do not set out to write any new code for XML::Parser&#39;s handler API - it is obselete).</p>
+
+<p>For tree-based parsing, you could choose between the &#39;Perlish&#39; approach of <a href="../XML/Twig.html" class="podlinkpod"
+>XML::Twig</a> and more standards based DOM implementations - preferably one with XPath support.</p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="SEE_ALSO"
+>SEE ALSO</a></h1>
+
+<p><b>XML::Simple</b> requires either <a href="../XML/Parser.html" class="podlinkpod"
+>XML::Parser</a> or <a href="../XML/SAX.html" class="podlinkpod"
+>XML::SAX</a>.</p>
+
+<p>To generate documents with namespaces, <a href="../XML/NamespaceSupport.html" class="podlinkpod"
+>XML::NamespaceSupport</a> is required.</p>
+
+<p>The optional caching functions require <a href="../Storable.html" class="podlinkpod"
+>Storable</a>.</p>
+
+<p>Answers to Frequently Asked Questions about XML::Simple are bundled with this distribution as: <a href="../XML/Simple/FAQ.html" class="podlinkpod"
+>XML::Simple::FAQ</a></p>
+
+<h1><a class='u' href='#___top' title='click to go to top of document'
+name="COPYRIGHT"
+>COPYRIGHT</a></h1>
+
+<p>Copyright 1999-2004 Grant McLean &#60;grantm at cpan.org&#62;</p>
+
+<p>This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</p>
+<p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents">&lt;&lt;</a></b></p>
+
+<!-- end doc -->
+
+</body></html>

Added: www/pod/_black_with_blue_on_white.css
===================================================================
--- www/pod/_black_with_blue_on_white.css	                        (rev 0)
+++ www/pod/_black_with_blue_on_white.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,131 @@
+/* This file is autogenerated.  Do not edit.  110n=black_with_blue_on_white */
+
+/* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */
+
+ at media all { .hide { display: none; } }
+
+ at media print {
+  .noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
+
+  * {
+    border-color: black !important;
+    color: black !important;
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+
+  dl.superindex > dd  {
+    word-spacing: .6em;
+  }
+}
+
+ at media aural, braille, embossed {
+  div.indexgroup  { display: none; }  /* Too noisy, don't you think? */
+  dl.superindex > dt:before { content: "Group ";  }
+  dl.superindex > dt:after  { content: " contains:"; }
+  .backlinktop    a:before  { content: "Back to contents"; }
+  .backlinkbottom a:before  { content: "Back to contents"; }
+}
+
+ at media aural {
+  dl.superindex > dt  { pause-before: 600ms; }
+}
+
+ at media screen, tty, tv, projection {
+  .noscreen { display: none; }
+
+  a:link    { color: #7070ff; text-decoration: underline; }
+  a:visited { color: #e030ff; text-decoration: underline; }
+  a:active  { color: #800000; text-decoration: underline; }
+  body.contentspage a            { text-decoration: none; }
+  a.u { color: #000 !important; text-decoration: none; }
+
+  body.pod {
+    margin: 0 5px;
+    color:            #000;
+    background-color: #fff;
+  }
+
+  body.pod h1, body.pod h2, body.pod h3, body.pod h4  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    margin-top: 1.2em;
+    margin-bottom: .1em;
+    border-top: medium solid transparent;
+    /* margin-left: -5px;  border-left: 2px #7070ff solid;  padding-left: 3px; */
+  }
+  
+  body.pod h1  { border-top-color: #55f; }
+  body.pod h2  { border-top-color: #77f; }
+  body.pod h3  { border-top-color: #bbf; }
+  body.pod h4  { border-top-color: #eef; }
+
+  p.backlinktop + h1 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h2 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h3 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h4 { border-top: none; margin-top: 0em;  }
+
+  body.pod dt {
+    font-size: 105%; /* just a wee bit more than normal */
+  }
+
+  .indexgroup { font-size: 80%; }
+
+  .backlinktop,   .backlinkbottom    {
+    margin-left:  -5px;
+    margin-right: -5px;
+    background-color:         #bbf;
+    border-top:    medium solid #aaf;
+    border-bottom: medium solid #aaf;
+  }
+  
+  .backlinktop a, .backlinkbottom a  {
+    text-decoration: none;
+    color: #77f;
+    background-color:  #fff;
+    border: medium solid #22f;
+  }
+  .backlinkbottom { margin-bottom: 0; padding-bottom: 0; }
+  .backlinktop    { margin-top:    0; padding-top:    0; }
+
+  body.contentspage {
+    color:            #000;
+    background-color: #fff;
+  }
+  
+  body.contentspage h1  {
+    color:            #22f;
+    margin-left: 1em;
+    margin-right: 1em;
+    text-indent: -.9em;
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    border-top:    medium solid #000;
+    border-bottom: medium solid #000;
+    text-align: center;
+  }
+
+  dl.superindex > dt  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    font-size: 90%;
+    margin-top: .45em;
+    /* margin-bottom: -.15em; */
+  }
+  dl.superindex > dd  {
+    word-spacing: .6em;    /* most important rule here! */
+  }
+  dl.superindex > a:link  {
+    text-decoration: none;
+    color: #000;
+  }
+
+  .contentsfooty {
+    border-top: medium solid #666;
+    font-size: 90%;
+  }
+  
+}
+
+/* The End */
+

Added: www/pod/_black_with_cyan_on_white.css
===================================================================
--- www/pod/_black_with_cyan_on_white.css	                        (rev 0)
+++ www/pod/_black_with_cyan_on_white.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,131 @@
+/* This file is autogenerated.  Do not edit.  100n=black_with_cyan_on_white */
+
+/* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */
+
+ at media all { .hide { display: none; } }
+
+ at media print {
+  .noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
+
+  * {
+    border-color: black !important;
+    color: black !important;
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+
+  dl.superindex > dd  {
+    word-spacing: .6em;
+  }
+}
+
+ at media aural, braille, embossed {
+  div.indexgroup  { display: none; }  /* Too noisy, don't you think? */
+  dl.superindex > dt:before { content: "Group ";  }
+  dl.superindex > dt:after  { content: " contains:"; }
+  .backlinktop    a:before  { content: "Back to contents"; }
+  .backlinkbottom a:before  { content: "Back to contents"; }
+}
+
+ at media aural {
+  dl.superindex > dt  { pause-before: 600ms; }
+}
+
+ at media screen, tty, tv, projection {
+  .noscreen { display: none; }
+
+  a:link    { color: #7070ff; text-decoration: underline; }
+  a:visited { color: #e030ff; text-decoration: underline; }
+  a:active  { color: #800000; text-decoration: underline; }
+  body.contentspage a            { text-decoration: none; }
+  a.u { color: #000 !important; text-decoration: none; }
+
+  body.pod {
+    margin: 0 5px;
+    color:            #000;
+    background-color: #fff;
+  }
+
+  body.pod h1, body.pod h2, body.pod h3, body.pod h4  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    margin-top: 1.2em;
+    margin-bottom: .1em;
+    border-top: medium solid transparent;
+    /* margin-left: -5px;  border-left: 2px #7070ff solid;  padding-left: 3px; */
+  }
+  
+  body.pod h1  { border-top-color: #5ff; }
+  body.pod h2  { border-top-color: #7ff; }
+  body.pod h3  { border-top-color: #bff; }
+  body.pod h4  { border-top-color: #eff; }
+
+  p.backlinktop + h1 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h2 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h3 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h4 { border-top: none; margin-top: 0em;  }
+
+  body.pod dt {
+    font-size: 105%; /* just a wee bit more than normal */
+  }
+
+  .indexgroup { font-size: 80%; }
+
+  .backlinktop,   .backlinkbottom    {
+    margin-left:  -5px;
+    margin-right: -5px;
+    background-color:         #bff;
+    border-top:    medium solid #aff;
+    border-bottom: medium solid #aff;
+  }
+  
+  .backlinktop a, .backlinkbottom a  {
+    text-decoration: none;
+    color: #7ff;
+    background-color:  #fff;
+    border: medium solid #2ff;
+  }
+  .backlinkbottom { margin-bottom: 0; padding-bottom: 0; }
+  .backlinktop    { margin-top:    0; padding-top:    0; }
+
+  body.contentspage {
+    color:            #000;
+    background-color: #fff;
+  }
+  
+  body.contentspage h1  {
+    color:            #2ff;
+    margin-left: 1em;
+    margin-right: 1em;
+    text-indent: -.9em;
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    border-top:    medium solid #000;
+    border-bottom: medium solid #000;
+    text-align: center;
+  }
+
+  dl.superindex > dt  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    font-size: 90%;
+    margin-top: .45em;
+    /* margin-bottom: -.15em; */
+  }
+  dl.superindex > dd  {
+    word-spacing: .6em;    /* most important rule here! */
+  }
+  dl.superindex > a:link  {
+    text-decoration: none;
+    color: #000;
+  }
+
+  .contentsfooty {
+    border-top: medium solid #666;
+    font-size: 90%;
+  }
+  
+}
+
+/* The End */
+

Added: www/pod/_black_with_green_on_grey.css
===================================================================
--- www/pod/_black_with_green_on_grey.css	                        (rev 0)
+++ www/pod/_black_with_green_on_grey.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,131 @@
+/* This file is autogenerated.  Do not edit.  101an=black_with_green_on_grey */
+
+/* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */
+
+ at media all { .hide { display: none; } }
+
+ at media print {
+  .noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
+
+  * {
+    border-color: black !important;
+    color: black !important;
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+
+  dl.superindex > dd  {
+    word-spacing: .6em;
+  }
+}
+
+ at media aural, braille, embossed {
+  div.indexgroup  { display: none; }  /* Too noisy, don't you think? */
+  dl.superindex > dt:before { content: "Group ";  }
+  dl.superindex > dt:after  { content: " contains:"; }
+  .backlinktop    a:before  { content: "Back to contents"; }
+  .backlinkbottom a:before  { content: "Back to contents"; }
+}
+
+ at media aural {
+  dl.superindex > dt  { pause-before: 600ms; }
+}
+
+ at media screen, tty, tv, projection {
+  .noscreen { display: none; }
+
+  a:link    { color: #7070ff; text-decoration: underline; }
+  a:visited { color: #e030ff; text-decoration: underline; }
+  a:active  { color: #800000; text-decoration: underline; }
+  body.contentspage a            { text-decoration: none; }
+  a.u { color: #000 !important; text-decoration: none; }
+
+  body.pod {
+    margin: 0 5px;
+    color:            #000;
+    background-color: #999;
+  }
+
+  body.pod h1, body.pod h2, body.pod h3, body.pod h4  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    margin-top: 1.2em;
+    margin-bottom: .1em;
+    border-top: medium solid transparent;
+    /* margin-left: -5px;  border-left: 2px #7070ff solid;  padding-left: 3px; */
+  }
+  
+  body.pod h1  { border-top-color: #5f5; }
+  body.pod h2  { border-top-color: #7f7; }
+  body.pod h3  { border-top-color: #bfb; }
+  body.pod h4  { border-top-color: #efe; }
+
+  p.backlinktop + h1 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h2 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h3 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h4 { border-top: none; margin-top: 0em;  }
+
+  body.pod dt {
+    font-size: 105%; /* just a wee bit more than normal */
+  }
+
+  .indexgroup { font-size: 80%; }
+
+  .backlinktop,   .backlinkbottom    {
+    margin-left:  -5px;
+    margin-right: -5px;
+    background-color:         #bfb;
+    border-top:    medium solid #afa;
+    border-bottom: medium solid #afa;
+  }
+  
+  .backlinktop a, .backlinkbottom a  {
+    text-decoration: none;
+    color: #7f7;
+    background-color:  #999;
+    border: medium solid #2f2;
+  }
+  .backlinkbottom { margin-bottom: 0; padding-bottom: 0; }
+  .backlinktop    { margin-top:    0; padding-top:    0; }
+
+  body.contentspage {
+    color:            #000;
+    background-color: #999;
+  }
+  
+  body.contentspage h1  {
+    color:            #2f2;
+    margin-left: 1em;
+    margin-right: 1em;
+    text-indent: -.9em;
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    border-top:    medium solid #000;
+    border-bottom: medium solid #000;
+    text-align: center;
+  }
+
+  dl.superindex > dt  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    font-size: 90%;
+    margin-top: .45em;
+    /* margin-bottom: -.15em; */
+  }
+  dl.superindex > dd  {
+    word-spacing: .6em;    /* most important rule here! */
+  }
+  dl.superindex > a:link  {
+    text-decoration: none;
+    color: #000;
+  }
+
+  .contentsfooty {
+    border-top: medium solid #666;
+    font-size: 90%;
+  }
+  
+}
+
+/* The End */
+

Added: www/pod/_black_with_magenta_on_white.css
===================================================================
--- www/pod/_black_with_magenta_on_white.css	                        (rev 0)
+++ www/pod/_black_with_magenta_on_white.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,131 @@
+/* This file is autogenerated.  Do not edit.  010n=black_with_magenta_on_white */
+
+/* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */
+
+ at media all { .hide { display: none; } }
+
+ at media print {
+  .noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
+
+  * {
+    border-color: black !important;
+    color: black !important;
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+
+  dl.superindex > dd  {
+    word-spacing: .6em;
+  }
+}
+
+ at media aural, braille, embossed {
+  div.indexgroup  { display: none; }  /* Too noisy, don't you think? */
+  dl.superindex > dt:before { content: "Group ";  }
+  dl.superindex > dt:after  { content: " contains:"; }
+  .backlinktop    a:before  { content: "Back to contents"; }
+  .backlinkbottom a:before  { content: "Back to contents"; }
+}
+
+ at media aural {
+  dl.superindex > dt  { pause-before: 600ms; }
+}
+
+ at media screen, tty, tv, projection {
+  .noscreen { display: none; }
+
+  a:link    { color: #7070ff; text-decoration: underline; }
+  a:visited { color: #e030ff; text-decoration: underline; }
+  a:active  { color: #800000; text-decoration: underline; }
+  body.contentspage a            { text-decoration: none; }
+  a.u { color: #000 !important; text-decoration: none; }
+
+  body.pod {
+    margin: 0 5px;
+    color:            #000;
+    background-color: #fff;
+  }
+
+  body.pod h1, body.pod h2, body.pod h3, body.pod h4  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    margin-top: 1.2em;
+    margin-bottom: .1em;
+    border-top: medium solid transparent;
+    /* margin-left: -5px;  border-left: 2px #7070ff solid;  padding-left: 3px; */
+  }
+  
+  body.pod h1  { border-top-color: #f5f; }
+  body.pod h2  { border-top-color: #f7f; }
+  body.pod h3  { border-top-color: #fbf; }
+  body.pod h4  { border-top-color: #fef; }
+
+  p.backlinktop + h1 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h2 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h3 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h4 { border-top: none; margin-top: 0em;  }
+
+  body.pod dt {
+    font-size: 105%; /* just a wee bit more than normal */
+  }
+
+  .indexgroup { font-size: 80%; }
+
+  .backlinktop,   .backlinkbottom    {
+    margin-left:  -5px;
+    margin-right: -5px;
+    background-color:         #fbf;
+    border-top:    medium solid #faf;
+    border-bottom: medium solid #faf;
+  }
+  
+  .backlinktop a, .backlinkbottom a  {
+    text-decoration: none;
+    color: #f7f;
+    background-color:  #fff;
+    border: medium solid #f2f;
+  }
+  .backlinkbottom { margin-bottom: 0; padding-bottom: 0; }
+  .backlinktop    { margin-top:    0; padding-top:    0; }
+
+  body.contentspage {
+    color:            #000;
+    background-color: #fff;
+  }
+  
+  body.contentspage h1  {
+    color:            #f2f;
+    margin-left: 1em;
+    margin-right: 1em;
+    text-indent: -.9em;
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    border-top:    medium solid #000;
+    border-bottom: medium solid #000;
+    text-align: center;
+  }
+
+  dl.superindex > dt  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    font-size: 90%;
+    margin-top: .45em;
+    /* margin-bottom: -.15em; */
+  }
+  dl.superindex > dd  {
+    word-spacing: .6em;    /* most important rule here! */
+  }
+  dl.superindex > a:link  {
+    text-decoration: none;
+    color: #000;
+  }
+
+  .contentsfooty {
+    border-top: medium solid #666;
+    font-size: 90%;
+  }
+  
+}
+
+/* The End */
+

Added: www/pod/_grey_with_green_on_black.css
===================================================================
--- www/pod/_grey_with_green_on_black.css	                        (rev 0)
+++ www/pod/_grey_with_green_on_black.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,131 @@
+/* This file is autogenerated.  Do not edit.  010a=grey_with_green_on_black */
+
+/* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */
+
+ at media all { .hide { display: none; } }
+
+ at media print {
+  .noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
+
+  * {
+    border-color: black !important;
+    color: black !important;
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+
+  dl.superindex > dd  {
+    word-spacing: .6em;
+  }
+}
+
+ at media aural, braille, embossed {
+  div.indexgroup  { display: none; }  /* Too noisy, don't you think? */
+  dl.superindex > dt:before { content: "Group ";  }
+  dl.superindex > dt:after  { content: " contains:"; }
+  .backlinktop    a:before  { content: "Back to contents"; }
+  .backlinkbottom a:before  { content: "Back to contents"; }
+}
+
+ at media aural {
+  dl.superindex > dt  { pause-before: 600ms; }
+}
+
+ at media screen, tty, tv, projection {
+  .noscreen { display: none; }
+
+  a:link    { color: #7070ff; text-decoration: underline; }
+  a:visited { color: #e030ff; text-decoration: underline; }
+  a:active  { color: #800000; text-decoration: underline; }
+  body.contentspage a            { text-decoration: none; }
+  a.u { color: #999 !important; text-decoration: none; }
+
+  body.pod {
+    margin: 0 5px;
+    color:            #999;
+    background-color: #000;
+  }
+
+  body.pod h1, body.pod h2, body.pod h3, body.pod h4  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    margin-top: 1.2em;
+    margin-bottom: .1em;
+    border-top: thin solid transparent;
+    /* margin-left: -5px;  border-left: 2px #7070ff solid;  padding-left: 3px; */
+  }
+  
+  body.pod h1  { border-top-color: #0a0; }
+  body.pod h2  { border-top-color: #080; }
+  body.pod h3  { border-top-color: #040; }
+  body.pod h4  { border-top-color: #010; }
+
+  p.backlinktop + h1 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h2 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h3 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h4 { border-top: none; margin-top: 0em;  }
+
+  body.pod dt {
+    font-size: 105%; /* just a wee bit more than normal */
+  }
+
+  .indexgroup { font-size: 80%; }
+
+  .backlinktop,   .backlinkbottom    {
+    margin-left:  -5px;
+    margin-right: -5px;
+    background-color:         #040;
+    border-top:    thin solid #050;
+    border-bottom: thin solid #050;
+  }
+  
+  .backlinktop a, .backlinkbottom a  {
+    text-decoration: none;
+    color: #080;
+    background-color:  #000;
+    border: thin solid #0d0;
+  }
+  .backlinkbottom { margin-bottom: 0; padding-bottom: 0; }
+  .backlinktop    { margin-top:    0; padding-top:    0; }
+
+  body.contentspage {
+    color:            #999;
+    background-color: #000;
+  }
+  
+  body.contentspage h1  {
+    color:            #0d0;
+    margin-left: 1em;
+    margin-right: 1em;
+    text-indent: -.9em;
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    border-top:    thin solid #999;
+    border-bottom: thin solid #999;
+    text-align: center;
+  }
+
+  dl.superindex > dt  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    font-size: 90%;
+    margin-top: .45em;
+    /* margin-bottom: -.15em; */
+  }
+  dl.superindex > dd  {
+    word-spacing: .6em;    /* most important rule here! */
+  }
+  dl.superindex > a:link  {
+    text-decoration: none;
+    color: #999;
+  }
+
+  .contentsfooty {
+    border-top: thin solid #999;
+    font-size: 90%;
+  }
+  
+}
+
+/* The End */
+

Added: www/pod/_grey_with_green_on_white.css
===================================================================
--- www/pod/_grey_with_green_on_white.css	                        (rev 0)
+++ www/pod/_grey_with_green_on_white.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,131 @@
+/* This file is autogenerated.  Do not edit.  101bn=grey_with_green_on_white */
+
+/* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */
+
+ at media all { .hide { display: none; } }
+
+ at media print {
+  .noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
+
+  * {
+    border-color: black !important;
+    color: black !important;
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+
+  dl.superindex > dd  {
+    word-spacing: .6em;
+  }
+}
+
+ at media aural, braille, embossed {
+  div.indexgroup  { display: none; }  /* Too noisy, don't you think? */
+  dl.superindex > dt:before { content: "Group ";  }
+  dl.superindex > dt:after  { content: " contains:"; }
+  .backlinktop    a:before  { content: "Back to contents"; }
+  .backlinkbottom a:before  { content: "Back to contents"; }
+}
+
+ at media aural {
+  dl.superindex > dt  { pause-before: 600ms; }
+}
+
+ at media screen, tty, tv, projection {
+  .noscreen { display: none; }
+
+  a:link    { color: #7070ff; text-decoration: underline; }
+  a:visited { color: #e030ff; text-decoration: underline; }
+  a:active  { color: #800000; text-decoration: underline; }
+  body.contentspage a            { text-decoration: none; }
+  a.u { color: #666 !important; text-decoration: none; }
+
+  body.pod {
+    margin: 0 5px;
+    color:            #666;
+    background-color: #fff;
+  }
+
+  body.pod h1, body.pod h2, body.pod h3, body.pod h4  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    margin-top: 1.2em;
+    margin-bottom: .1em;
+    border-top: medium solid transparent;
+    /* margin-left: -5px;  border-left: 2px #7070ff solid;  padding-left: 3px; */
+  }
+  
+  body.pod h1  { border-top-color: #5f5; }
+  body.pod h2  { border-top-color: #7f7; }
+  body.pod h3  { border-top-color: #bfb; }
+  body.pod h4  { border-top-color: #efe; }
+
+  p.backlinktop + h1 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h2 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h3 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h4 { border-top: none; margin-top: 0em;  }
+
+  body.pod dt {
+    font-size: 105%; /* just a wee bit more than normal */
+  }
+
+  .indexgroup { font-size: 80%; }
+
+  .backlinktop,   .backlinkbottom    {
+    margin-left:  -5px;
+    margin-right: -5px;
+    background-color:         #bfb;
+    border-top:    medium solid #afa;
+    border-bottom: medium solid #afa;
+  }
+  
+  .backlinktop a, .backlinkbottom a  {
+    text-decoration: none;
+    color: #7f7;
+    background-color:  #fff;
+    border: medium solid #2f2;
+  }
+  .backlinkbottom { margin-bottom: 0; padding-bottom: 0; }
+  .backlinktop    { margin-top:    0; padding-top:    0; }
+
+  body.contentspage {
+    color:            #666;
+    background-color: #fff;
+  }
+  
+  body.contentspage h1  {
+    color:            #2f2;
+    margin-left: 1em;
+    margin-right: 1em;
+    text-indent: -.9em;
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    border-top:    medium solid #666;
+    border-bottom: medium solid #666;
+    text-align: center;
+  }
+
+  dl.superindex > dt  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    font-size: 90%;
+    margin-top: .45em;
+    /* margin-bottom: -.15em; */
+  }
+  dl.superindex > dd  {
+    word-spacing: .6em;    /* most important rule here! */
+  }
+  dl.superindex > a:link  {
+    text-decoration: none;
+    color: #666;
+  }
+
+  .contentsfooty {
+    border-top: medium solid #666;
+    font-size: 90%;
+  }
+  
+}
+
+/* The End */
+

Added: www/pod/_indexless_black_with_blue_on_white.css
===================================================================
--- www/pod/_indexless_black_with_blue_on_white.css	                        (rev 0)
+++ www/pod/_indexless_black_with_blue_on_white.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,5 @@
+/* This file is autogenerated.  Do not edit.  indexless_black_with_blue_on_white */
+
+ at import url("./_black_with_blue_on_white.css");
+.indexgroup { display: none; }
+

Added: www/pod/_indexless_grey_with_green_on_white.css
===================================================================
--- www/pod/_indexless_grey_with_green_on_white.css	                        (rev 0)
+++ www/pod/_indexless_grey_with_green_on_white.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,5 @@
+/* This file is autogenerated.  Do not edit.  indexless_grey_with_green_on_white */
+
+ at import url("./_grey_with_green_on_white.css");
+.indexgroup { display: none; }
+

Added: www/pod/_indexless_white_with_green_on_grey.css
===================================================================
--- www/pod/_indexless_white_with_green_on_grey.css	                        (rev 0)
+++ www/pod/_indexless_white_with_green_on_grey.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,5 @@
+/* This file is autogenerated.  Do not edit.  indexless_white_with_green_on_grey */
+
+ at import url("./_white_with_green_on_grey.css");
+.indexgroup { display: none; }
+

Added: www/pod/_indexless_white_with_purple_on_black.css
===================================================================
--- www/pod/_indexless_white_with_purple_on_black.css	                        (rev 0)
+++ www/pod/_indexless_white_with_purple_on_black.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,5 @@
+/* This file is autogenerated.  Do not edit.  indexless_white_with_purple_on_black */
+
+ at import url("./_white_with_purple_on_black.css");
+.indexgroup { display: none; }
+

Added: www/pod/_podly.js
===================================================================
--- www/pod/_podly.js	                        (rev 0)
+++ www/pod/_podly.js	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,73 @@
+
+// From http://www.alistapart.com/articles/alternate/
+
+function setActiveStyleSheet(title) {
+  var i, a, main;
+  for(i=0  ;  (a = document.getElementsByTagName("link")[i])  ;  i++) {
+    if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {
+      a.disabled = true;
+      if(a.getAttribute("title") == title) a.disabled = false;
+    }
+  }
+}
+
+function getActiveStyleSheet() {
+  var i, a;
+  for(i=0  ;  (a = document.getElementsByTagName("link")[i])  ;  i++) {
+    if(   a.getAttribute("rel").indexOf("style") != -1
+       && a.getAttribute("title")
+       && !a.disabled
+       ) return a.getAttribute("title");
+  }
+  return null;
+}
+
+function getPreferredStyleSheet() {
+  var i, a;
+  for(i=0  ;  (a = document.getElementsByTagName("link")[i])  ;  i++) {
+    if(   a.getAttribute("rel").indexOf("style") != -1
+       && a.getAttribute("rel").indexOf("alt") == -1
+       && a.getAttribute("title")
+       ) return a.getAttribute("title");
+  }
+  return null;
+}
+
+function createCookie(name,value,days) {
+  if (days) {
+    var date = new Date();
+    date.setTime(date.getTime()+(days*24*60*60*1000));
+    var expires = "; expires="+date.toGMTString();
+  }
+  else expires = "";
+  document.cookie = name+"="+value+expires+"; path=/";
+}
+
+function readCookie(name) {
+  var nameEQ = name + "=";
+  var ca = document.cookie.split(';');
+  for(var i=0  ;  i < ca.length  ;  i++) {
+    var c = ca[i];
+    while (c.charAt(0)==' ') c = c.substring(1,c.length);
+    if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
+  }
+  return null;
+}
+
+window.onload = function(e) {
+  var cookie = readCookie("style");
+  var title = cookie ? cookie : getPreferredStyleSheet();
+  setActiveStyleSheet(title);
+}
+
+window.onunload = function(e) {
+  var title = getActiveStyleSheet();
+  createCookie("style", title, 365);
+}
+
+var cookie = readCookie("style");
+var title = cookie ? cookie : getPreferredStyleSheet();
+setActiveStyleSheet(title);
+
+// The End
+

Added: www/pod/_white_with_green_on_grey.css
===================================================================
--- www/pod/_white_with_green_on_grey.css	                        (rev 0)
+++ www/pod/_white_with_green_on_grey.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,131 @@
+/* This file is autogenerated.  Do not edit.  010b=white_with_green_on_grey */
+
+/* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */
+
+ at media all { .hide { display: none; } }
+
+ at media print {
+  .noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
+
+  * {
+    border-color: black !important;
+    color: black !important;
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+
+  dl.superindex > dd  {
+    word-spacing: .6em;
+  }
+}
+
+ at media aural, braille, embossed {
+  div.indexgroup  { display: none; }  /* Too noisy, don't you think? */
+  dl.superindex > dt:before { content: "Group ";  }
+  dl.superindex > dt:after  { content: " contains:"; }
+  .backlinktop    a:before  { content: "Back to contents"; }
+  .backlinkbottom a:before  { content: "Back to contents"; }
+}
+
+ at media aural {
+  dl.superindex > dt  { pause-before: 600ms; }
+}
+
+ at media screen, tty, tv, projection {
+  .noscreen { display: none; }
+
+  a:link    { color: #7070ff; text-decoration: underline; }
+  a:visited { color: #e030ff; text-decoration: underline; }
+  a:active  { color: #800000; text-decoration: underline; }
+  body.contentspage a            { text-decoration: none; }
+  a.u { color: #fff !important; text-decoration: none; }
+
+  body.pod {
+    margin: 0 5px;
+    color:            #fff;
+    background-color: #666;
+  }
+
+  body.pod h1, body.pod h2, body.pod h3, body.pod h4  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    margin-top: 1.2em;
+    margin-bottom: .1em;
+    border-top: thin solid transparent;
+    /* margin-left: -5px;  border-left: 2px #7070ff solid;  padding-left: 3px; */
+  }
+  
+  body.pod h1  { border-top-color: #0a0; }
+  body.pod h2  { border-top-color: #080; }
+  body.pod h3  { border-top-color: #040; }
+  body.pod h4  { border-top-color: #010; }
+
+  p.backlinktop + h1 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h2 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h3 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h4 { border-top: none; margin-top: 0em;  }
+
+  body.pod dt {
+    font-size: 105%; /* just a wee bit more than normal */
+  }
+
+  .indexgroup { font-size: 80%; }
+
+  .backlinktop,   .backlinkbottom    {
+    margin-left:  -5px;
+    margin-right: -5px;
+    background-color:         #040;
+    border-top:    thin solid #050;
+    border-bottom: thin solid #050;
+  }
+  
+  .backlinktop a, .backlinkbottom a  {
+    text-decoration: none;
+    color: #080;
+    background-color:  #666;
+    border: thin solid #0d0;
+  }
+  .backlinkbottom { margin-bottom: 0; padding-bottom: 0; }
+  .backlinktop    { margin-top:    0; padding-top:    0; }
+
+  body.contentspage {
+    color:            #fff;
+    background-color: #666;
+  }
+  
+  body.contentspage h1  {
+    color:            #0d0;
+    margin-left: 1em;
+    margin-right: 1em;
+    text-indent: -.9em;
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    border-top:    thin solid #fff;
+    border-bottom: thin solid #fff;
+    text-align: center;
+  }
+
+  dl.superindex > dt  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    font-size: 90%;
+    margin-top: .45em;
+    /* margin-bottom: -.15em; */
+  }
+  dl.superindex > dd  {
+    word-spacing: .6em;    /* most important rule here! */
+  }
+  dl.superindex > a:link  {
+    text-decoration: none;
+    color: #fff;
+  }
+
+  .contentsfooty {
+    border-top: thin solid #999;
+    font-size: 90%;
+  }
+  
+}
+
+/* The End */
+

Added: www/pod/_white_with_navy_blue_on_black.css
===================================================================
--- www/pod/_white_with_navy_blue_on_black.css	                        (rev 0)
+++ www/pod/_white_with_navy_blue_on_black.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,131 @@
+/* This file is autogenerated.  Do not edit.  001=white_with_navy_blue_on_black */
+
+/* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */
+
+ at media all { .hide { display: none; } }
+
+ at media print {
+  .noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
+
+  * {
+    border-color: black !important;
+    color: black !important;
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+
+  dl.superindex > dd  {
+    word-spacing: .6em;
+  }
+}
+
+ at media aural, braille, embossed {
+  div.indexgroup  { display: none; }  /* Too noisy, don't you think? */
+  dl.superindex > dt:before { content: "Group ";  }
+  dl.superindex > dt:after  { content: " contains:"; }
+  .backlinktop    a:before  { content: "Back to contents"; }
+  .backlinkbottom a:before  { content: "Back to contents"; }
+}
+
+ at media aural {
+  dl.superindex > dt  { pause-before: 600ms; }
+}
+
+ at media screen, tty, tv, projection {
+  .noscreen { display: none; }
+
+  a:link    { color: #7070ff; text-decoration: underline; }
+  a:visited { color: #e030ff; text-decoration: underline; }
+  a:active  { color: #800000; text-decoration: underline; }
+  body.contentspage a            { text-decoration: none; }
+  a.u { color: #fff !important; text-decoration: none; }
+
+  body.pod {
+    margin: 0 5px;
+    color:            #fff;
+    background-color: #000;
+  }
+
+  body.pod h1, body.pod h2, body.pod h3, body.pod h4  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    margin-top: 1.2em;
+    margin-bottom: .1em;
+    border-top: thin solid transparent;
+    /* margin-left: -5px;  border-left: 2px #7070ff solid;  padding-left: 3px; */
+  }
+  
+  body.pod h1  { border-top-color: #00a; }
+  body.pod h2  { border-top-color: #008; }
+  body.pod h3  { border-top-color: #004; }
+  body.pod h4  { border-top-color: #001; }
+
+  p.backlinktop + h1 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h2 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h3 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h4 { border-top: none; margin-top: 0em;  }
+
+  body.pod dt {
+    font-size: 105%; /* just a wee bit more than normal */
+  }
+
+  .indexgroup { font-size: 80%; }
+
+  .backlinktop,   .backlinkbottom    {
+    margin-left:  -5px;
+    margin-right: -5px;
+    background-color:         #004;
+    border-top:    thin solid #005;
+    border-bottom: thin solid #005;
+  }
+  
+  .backlinktop a, .backlinkbottom a  {
+    text-decoration: none;
+    color: #008;
+    background-color:  #000;
+    border: thin solid #00d;
+  }
+  .backlinkbottom { margin-bottom: 0; padding-bottom: 0; }
+  .backlinktop    { margin-top:    0; padding-top:    0; }
+
+  body.contentspage {
+    color:            #fff;
+    background-color: #000;
+  }
+  
+  body.contentspage h1  {
+    color:            #00d;
+    margin-left: 1em;
+    margin-right: 1em;
+    text-indent: -.9em;
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    border-top:    thin solid #fff;
+    border-bottom: thin solid #fff;
+    text-align: center;
+  }
+
+  dl.superindex > dt  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    font-size: 90%;
+    margin-top: .45em;
+    /* margin-bottom: -.15em; */
+  }
+  dl.superindex > dd  {
+    word-spacing: .6em;    /* most important rule here! */
+  }
+  dl.superindex > a:link  {
+    text-decoration: none;
+    color: #fff;
+  }
+
+  .contentsfooty {
+    border-top: thin solid #999;
+    font-size: 90%;
+  }
+  
+}
+
+/* The End */
+

Added: www/pod/_white_with_purple_on_black.css
===================================================================
--- www/pod/_white_with_purple_on_black.css	                        (rev 0)
+++ www/pod/_white_with_purple_on_black.css	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,131 @@
+/* This file is autogenerated.  Do not edit.  101=white_with_purple_on_black */
+
+/* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */
+
+ at media all { .hide { display: none; } }
+
+ at media print {
+  .noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
+
+  * {
+    border-color: black !important;
+    color: black !important;
+    background-color: transparent !important;
+    background-image: none !important;
+  }
+
+  dl.superindex > dd  {
+    word-spacing: .6em;
+  }
+}
+
+ at media aural, braille, embossed {
+  div.indexgroup  { display: none; }  /* Too noisy, don't you think? */
+  dl.superindex > dt:before { content: "Group ";  }
+  dl.superindex > dt:after  { content: " contains:"; }
+  .backlinktop    a:before  { content: "Back to contents"; }
+  .backlinkbottom a:before  { content: "Back to contents"; }
+}
+
+ at media aural {
+  dl.superindex > dt  { pause-before: 600ms; }
+}
+
+ at media screen, tty, tv, projection {
+  .noscreen { display: none; }
+
+  a:link    { color: #7070ff; text-decoration: underline; }
+  a:visited { color: #e030ff; text-decoration: underline; }
+  a:active  { color: #800000; text-decoration: underline; }
+  body.contentspage a            { text-decoration: none; }
+  a.u { color: #fff !important; text-decoration: none; }
+
+  body.pod {
+    margin: 0 5px;
+    color:            #fff;
+    background-color: #000;
+  }
+
+  body.pod h1, body.pod h2, body.pod h3, body.pod h4  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    margin-top: 1.2em;
+    margin-bottom: .1em;
+    border-top: thin solid transparent;
+    /* margin-left: -5px;  border-left: 2px #7070ff solid;  padding-left: 3px; */
+  }
+  
+  body.pod h1  { border-top-color: #a0a; }
+  body.pod h2  { border-top-color: #808; }
+  body.pod h3  { border-top-color: #404; }
+  body.pod h4  { border-top-color: #101; }
+
+  p.backlinktop + h1 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h2 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h3 { border-top: none; margin-top: 0em;  }
+  p.backlinktop + h4 { border-top: none; margin-top: 0em;  }
+
+  body.pod dt {
+    font-size: 105%; /* just a wee bit more than normal */
+  }
+
+  .indexgroup { font-size: 80%; }
+
+  .backlinktop,   .backlinkbottom    {
+    margin-left:  -5px;
+    margin-right: -5px;
+    background-color:         #404;
+    border-top:    thin solid #505;
+    border-bottom: thin solid #505;
+  }
+  
+  .backlinktop a, .backlinkbottom a  {
+    text-decoration: none;
+    color: #808;
+    background-color:  #000;
+    border: thin solid #d0d;
+  }
+  .backlinkbottom { margin-bottom: 0; padding-bottom: 0; }
+  .backlinktop    { margin-top:    0; padding-top:    0; }
+
+  body.contentspage {
+    color:            #fff;
+    background-color: #000;
+  }
+  
+  body.contentspage h1  {
+    color:            #d0d;
+    margin-left: 1em;
+    margin-right: 1em;
+    text-indent: -.9em;
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    border-top:    thin solid #fff;
+    border-bottom: thin solid #fff;
+    text-align: center;
+  }
+
+  dl.superindex > dt  {
+    font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
+    font-weight: normal;
+    font-size: 90%;
+    margin-top: .45em;
+    /* margin-bottom: -.15em; */
+  }
+  dl.superindex > dd  {
+    word-spacing: .6em;    /* most important rule here! */
+  }
+  dl.superindex > a:link  {
+    text-decoration: none;
+    color: #fff;
+  }
+
+  .contentsfooty {
+    border-top: thin solid #999;
+    font-size: 90%;
+  }
+  
+}
+
+/* The End */
+

Added: www/pod/index.html
===================================================================
--- www/pod/index.html	                        (rev 0)
+++ www/pod/index.html	2009-01-19 16:55:32 UTC (rev 259)
@@ -0,0 +1,49 @@
+<html><head>
+<title>Perl Documentation</title>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" >
+
+<link rel="stylesheet" title="black with blue on white" type="text/css" href="_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with magenta on white" type="text/css" href="_black_with_magenta_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="black with cyan on white" type="text/css" href="_black_with_cyan_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="white with purple on black" type="text/css" href="_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with navy blue on black" type="text/css" href="_white_with_navy_blue_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on black" type="text/css" href="_grey_with_green_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="white with green on grey" type="text/css" href="_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="black with green on grey" type="text/css" href="_black_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="grey with green on white" type="text/css" href="_grey_with_green_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless black with blue on white" type="text/css" href="_indexless_black_with_blue_on_white.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with purple on black" type="text/css" href="_indexless_white_with_purple_on_black.css" media="all" >
+<link rel="alternate stylesheet" title="indexless white with green on grey" type="text/css" href="_indexless_white_with_green_on_grey.css" media="all" >
+<link rel="alternate stylesheet" title="indexless grey with green on white" type="text/css" href="_indexless_grey_with_green_on_white.css" media="all" >
+
+
+<script type="text/javascript" src="_podly.js"></script>
+
+</head>
+
+<body class='contentspage'>
+<h1>Perl Documentation</h1>
+<dl class='superindex'>
+<dt><a name="mud">MUD</a></dt>
+<dd>
+  <a href="./MUD/Build.html">MUD::Build</a>&nbsp;&nbsp;
+  <a href="./MUD/Config.html">MUD::Config</a>&nbsp;&nbsp;
+  <a href="./MUD/Fetch/Base.html">MUD::Fetch::Base</a>&nbsp;&nbsp;
+  <a href="./MUD/Fetch/Command.html">MUD::Fetch::Command</a>&nbsp;&nbsp;
+  <a href="./MUD/Fetch/Debian.html">MUD::Fetch::Debian</a>&nbsp;&nbsp;
+  <a href="./MUD/Fetch/Tarball.html">MUD::Fetch::Tarball</a>&nbsp;&nbsp;
+  <a href="./MUD/Package.html">MUD::Package</a>&nbsp;&nbsp;
+</dd>
+
+<dt><a name="xml">XML</a></dt>
+<dd>
+  <a href="./XML/Simple.html">XML::Simple</a>&nbsp;&nbsp;
+</dd>
+
+</dl>
+
+
+<p class='contentsfooty'>Generated by Pod::Simple::HTMLBatch v3.02 under Perl v5.010000
+<br >At Mon Jan 19 16:42:02 2009 GMT, which is Mon Jan 19 16:42:02 2009 local time.</p>
+
+</body></html>



More information about the Mud-builder-commits mailing list