]> git.sur5r.net Git - bacula/docs/commitdiff
Add presentations page to Web site
authorKern Sibbald <kern@sibbald.com>
Wed, 3 Jan 2007 14:23:52 +0000 (14:23 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 3 Jan 2007 14:23:52 +0000 (14:23 +0000)
docs/home-page/inc/header.php
docs/home-page/pages/presentations.php [new file with mode: 0644]
docs/home-page/presentations/Bacula-FOSDEM-talk-24Feb07.pdf [new file with mode: 0644]

index c7220759eda676c1e069c75de77034fe561f34aa..1908c4f11d399c101a1f870d4e41b6261be219f0 100644 (file)
         <div class="menuHead"> Documentation </div>
         <div class="menuItem">
            <ul class="menuitem">
-           <li class="menuItem"> <a href="<? echo $spath ?>/?page=documentation"> Bacula Documentation </a></li>
+           <li class="menuItem"> <a href="<? echo $spath ?>/?page=documentation"> Documentation </a></li>
+           <li class="menuItem"> <a href="<? echo $spath ?>/?page=presentations"> Presentations </a></li>
            </ul>
         </div>
 
diff --git a/docs/home-page/pages/presentations.php b/docs/home-page/pages/presentations.php
new file mode 100644 (file)
index 0000000..be61949
--- /dev/null
@@ -0,0 +1,24 @@
+<? require_once("inc/header.php"); ?>
+<table>
+  <tr>
+   <td class="contentTopic">
+   Bacula Presentations
+   </td>
+   </tr>
+   
+   <tr>
+     <td class="content">
+   <ul>
+   <li> <a href="presentations/Bacula-FOSDEM-talk-24Feb07.pdf" >PDF FOSDEM Slide Show</a>
+    <br>Slide Show Presented at FOSDEM 2007<br></li>
+   </ul>
+   </td>
+   <td class="content">
+   <ul>
+   </ul>
+   </td>
+   </tr>
+   
+</table>
+ <p>
+<? require_once("inc/footer.php"); ?>
diff --git a/docs/home-page/presentations/Bacula-FOSDEM-talk-24Feb07.pdf b/docs/home-page/presentations/Bacula-FOSDEM-talk-24Feb07.pdf
new file mode 100644 (file)
index 0000000..a410f9b
Binary files /dev/null and b/docs/home-page/presentations/Bacula-FOSDEM-talk-24Feb07.pdf differ