--- /dev/null
+<? require_once("inc/header.php"); ?>
+<table>
+ <tr>
+ <td class="contentTopic">
+
+ <div id="body">
+ <div id="header">
+ <div style="float:left;text-align:center">
+ <div>
+ <a href="http://www.magicermine.com"><img src="../../images/ermine.png" alt="Ermine Logo" title="Ermine"/></a>
+ </div>
+
+ </div>
+ <div id="title">
+ <h1>Ermine</h1>
+ <div class="subtitle">
+ <em>One executable running everywhere</em>
+ </div>
+ </div>
+ </div>
+
+
+ <tr>
+ <td class="content">
+
+ <p>
+ Ermine is the commercial packaging tool for creating portable Linux
+ executables. We use it to make our Bacula File daemon self-contained for
+ use in our Bare Metal Recovery environment.
+ We mention it here because Ermine's the author has graciously
+ permitted the Bacula project to use Ermine with no charge.
+ <p>
+ If you want to know more about Ermine and how it might be useful
+ for you, please visit the
+ <a href="http://www.magicermine.com" >Ermine web site</a>.
+
+ </tr>
+ <tr>
+ </td>
+ <td class="content">
+ <ul>
+ </ul>
+ </td>
+ </tr>
+
+</table>
+ <p>
+<? require_once("inc/footer.php"); ?>