svn commit: samba-web r771 - in trunk/news: images images/lw-sanfran05-pics static team

deryck at samba.org deryck at samba.org
Sat Aug 13 23:16:03 GMT 2005


Author: deryck
Date: 2005-08-13 23:15:44 +0000 (Sat, 13 Aug 2005)
New Revision: 771

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=771

Log:
Add news item on Penguin Bowl, which features
a photo and also links to a slideshow.  Add
the slideshow, too.

deryck
Added:
   trunk/news/images/lw-sanfran05-pics/
   trunk/news/images/lw-sanfran05-pics/IMGP0948.jpg
   trunk/news/images/lw-sanfran05-pics/IMGP0949.jpg
   trunk/news/images/lw-sanfran05-pics/IMGP0951.jpg
   trunk/news/images/lw-sanfran05-pics/IMGP0962.jpg
   trunk/news/images/lw-sanfran05-pics/IMGP0966.jpg
   trunk/news/images/lw-sanfran05-pics/IMGP0973.jpg
   trunk/news/images/lw-sanfran05-pics/IMGP1060.jpg
   trunk/news/images/lw-sanfran05-pics/IMGP1065.jpg
   trunk/news/images/lw-sanfran05-pics/jra-bw.jpg
   trunk/news/static/lw-sanfran05.html
   trunk/news/team/penbowl_sanfran_05.html


Changeset:
Added: trunk/news/images/lw-sanfran05-pics/IMGP0948.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/news/images/lw-sanfran05-pics/IMGP0948.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/news/images/lw-sanfran05-pics/IMGP0949.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/news/images/lw-sanfran05-pics/IMGP0949.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/news/images/lw-sanfran05-pics/IMGP0951.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/news/images/lw-sanfran05-pics/IMGP0951.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/news/images/lw-sanfran05-pics/IMGP0962.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/news/images/lw-sanfran05-pics/IMGP0962.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/news/images/lw-sanfran05-pics/IMGP0966.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/news/images/lw-sanfran05-pics/IMGP0966.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/news/images/lw-sanfran05-pics/IMGP0973.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/news/images/lw-sanfran05-pics/IMGP0973.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/news/images/lw-sanfran05-pics/IMGP1060.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/news/images/lw-sanfran05-pics/IMGP1060.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/news/images/lw-sanfran05-pics/IMGP1065.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/news/images/lw-sanfran05-pics/IMGP1065.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/news/images/lw-sanfran05-pics/jra-bw.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/news/images/lw-sanfran05-pics/jra-bw.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/news/static/lw-sanfran05.html
===================================================================
--- trunk/news/static/lw-sanfran05.html	2005-08-09 22:37:50 UTC (rev 770)
+++ trunk/news/static/lw-sanfran05.html	2005-08-13 23:15:44 UTC (rev 771)
@@ -0,0 +1,55 @@
+<!--#include virtual="/samba/news/header.html" -->
+
+  <title>The Golden Penguin Bowl, LW San Francisco 2005</title>
+
+  <script language="Javascript" type="text/javascript">
+    penBowlPics = new Array;
+    penBowlPics[0] = "/samba/news/images/lw-sanfran05-pics/IMGP0948.jpg";
+    penBowlPics[1] = "/samba/news/images/lw-sanfran05-pics/IMGP0949.jpg";
+    penBowlPics[2] = "/samba/news/images/lw-sanfran05-pics/IMGP0951.jpg";
+    penBowlPics[3] = "/samba/news/images/lw-sanfran05-pics/IMGP0962.jpg";
+    penBowlPics[4] = "/samba/news/images/lw-sanfran05-pics/IMGP0966.jpg";
+    penBowlPics[5] = "/samba/news/images/lw-sanfran05-pics/IMGP0973.jpg";
+    penBowlPics[6] = "/samba/news/images/lw-sanfran05-pics/IMGP1065.jpg";
+    penBowlPics[7] = "/samba/news/images/lw-sanfran05-pics/IMGP1060.jpg";
+
+    allPics = penBowlPics.length - 1;
+    curPic = 0;
+
+    function nextPic() 
+    {
+            if (curPic < allPics) {
+                curPic++;
+                document.canvas.src=penBowlPics[curPic];
+            }
+    }
+
+    function prevPic() 
+    {
+            if (curPic > 0) {
+                curPic--;
+                document.canvas.src=penBowlPics[curPic];
+            }
+    }
+    </script>
+
+<!--#include virtual="/samba/news/header2.html" -->
+
+<h2>The Golden Penguin Bowl, LW San Francisco 2005</h2>
+
+  <noscript>
+    <p>This slideshow requires that Javascript is enabled in order to work properly.</p>
+  </noscript>
+
+  <div class="pic_nav">
+    <a href="javascript:prevPic();" class="l">&lt;- Previous Pic</a>
+    <a href="javascript:nextPic()" class="r">Next Pic -&gt;</a>
+  </div>
+
+  <div id="pic">
+    <img src="/samba/news/images/lw-sanfran05-pics/IMGP0948.jpg" name="canvas" 
+        alt="Slideshow of pictures from CIFS 2005" />
+  </div>
+
+
+<!--#include virtual="/samba/news/footer.html" -->

Added: trunk/news/team/penbowl_sanfran_05.html
===================================================================
--- trunk/news/team/penbowl_sanfran_05.html	2005-08-09 22:37:50 UTC (rev 770)
+++ trunk/news/team/penbowl_sanfran_05.html	2005-08-13 23:15:44 UTC (rev 771)
@@ -0,0 +1,22 @@
+    <h3><a name="penbowl_sanfran_05">Golden Penguin Bowl in Black and White</a></h3> 
+        
+    <div class="article">
+      <p>This past week saw several Samba Team members in San Francisco for 
+      <a href="http://linuxworldexpo.com">LinuxWorld</a>.  The Golden Penguin 
+      Bowl featured Samba Team judges (Andrew "Tridge" Tridgell, Gerald "Jerry"
+      Carter</a>, and Deryck Hodge), and Jeremy Allison once again hosted the 
+      event.  Having Samba Team judges seemed appropriate with the Nerds being 
+      from Microsoft and the Geeks from Google.  Jeremy even dressed up
+      especially for the occasion.</p>
+
+      <img src="/samba/news/images/lw-sanfran05-pics/jra-bw.jpg" 
+        alt="Jeremy in black and white" />
+
+      <p>The look is appropriate, don't you think?  If you can name the 
+      character from Star Trek that Jeremy is dressed like, you might be
+      ready to play in the next Penguin Bowl yourself.  For more photos, 
+      see this <a href="/samba/news/static/lw-sanfran05.html">slideshow from
+      the Golden Penguin Bowl</a>.</p>
+    </div>
+        
+       



More information about the samba-cvs mailing list