]> git.sur5r.net Git - bacula/docs/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Mon, 28 Jan 2008 17:49:15 +0000 (17:49 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 28 Jan 2008 17:49:15 +0000 (17:49 +0000)
docs/home-page/en/pages/documentation.php
docs/home-page/index.php [new file with mode: 0644]

index 6f868ed2627600d846fb7f451bdeab2d39b2384b..07e173ec6e9122042d4084c35372b8e8784bdd17 100644 (file)
@@ -20,7 +20,6 @@
    </ul>
    </td>
    </tr>
-     
    <tr>
      <td class="content">
    <ul>
@@ -39,7 +38,6 @@
    </ul>
    </td>
    </tr>
-   
    <tr>
      <td class="content">
       <ul>
@@ -47,7 +45,6 @@
       <br>(Guide for the Bacula-web GUI application)</li>
       </ul>
      </td>
-
      <td class="content">
       <ul>
       <li><a href="developers/index.html">HTML Developer's Guide</a>
       <li>New Concepts and Overview Guide
          <a href="<? echo $spath ?>/manuals/en/concepts/concepts.pdf"> PDF</a>
          <a href="<? echo $spath ?>/manuals/en/concepts/concepts/index.html">/HTML </a>
-         <br> <br>
-      <li>New Console and Operators Guide
-         <a href="<? echo $spath ?>/manuals/en/console/console.pdf"> PDF</a>
-         <a href="<? echo $spath ?>/manuals/en/console/console/index.html">/HTML </a>
-         <br> <br>
-      <li>New Catalog Database Guide
-         <a href="<? echo $spath ?>/manuals/en/catalog/catalog.pdf"> PDF</a>
-         <a href="<? echo $spath ?>/manuals/en/catalog/catalog/index.html">/HTML </a>
-      <br> <br>
-      <li>New Developers' Guide
-         <a href="<? echo $spath ?>/manuals/en/developers/developers.pdf"> PDF</a>
-         <a href="<? echo $spath ?>/manuals/en/developers/developers/index.html">/HTML </a>
-      </ul>
-     </td>
-
-     <td class="content">
-      <ul>
+         <br>
       <li>New Installation and Configuration Guide
          <a href="<? echo $spath ?>/manuals/en/install/install.pdf"> PDF</a>
          <a href="<? echo $spath ?>/manuals/en/install/install/index.html">/HTML </a>
-         <br> <br>
+         <br>
+      <li>New Console and Operators Guide
+         <a href="<? echo $spath ?>/manuals/en/console/console.pdf"> PDF</a>
+         <a href="<? echo $spath ?>/manuals/en/console/console/index.html">/HTML </a>
+         <br>
       <li>New Problem Resolution Guide
          <a href="<? echo $spath ?>/manuals/en/problems/problems.pdf"> PDF</a>
          <a href="<? echo $spath ?>/manuals/en/problems/problems/index.html">/HTML </a>
-         <br> <br>
+         <br>
+      <li>New Catalog Database Guide
+         <a href="<? echo $spath ?>/manuals/en/catalog/catalog.pdf"> PDF</a>
+         <a href="<? echo $spath ?>/manuals/en/catalog/catalog/index.html">/HTML </a>
+      <br>
       <li>New Utility Programs
          <a href="<? echo $spath ?>/manuals/en/utility/utility.pdf"> PDF</a>
          <a href="<? echo $spath ?>/manuals/en/utility/utility/index.html">/HTML </a>
+      <br>
+      <li>New Developers' Guide
+         <a href="<? echo $spath ?>/manuals/en/developers/developers.pdf"> PDF</a>
+         <a href="<? echo $spath ?>/manuals/en/developers/developers/index.html">/HTML </a>
       </ul>
      </td>
-
-
    </tr>
 
 
diff --git a/docs/home-page/index.php b/docs/home-page/index.php
new file mode 100644 (file)
index 0000000..17c89d7
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+   header("Location: /en/");  /* Redirect browser */
+?>