svn commit: samba-web r900 - in trunk/news/calendar: .

deryck at samba.org deryck at samba.org
Fri Jan 27 17:21:43 GMT 2006


Author: deryck
Date: 2006-01-27 17:21:42 +0000 (Fri, 27 Jan 2006)
New Revision: 900

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

Log:
Add dates to Team calendar.
Keep 'em coming (if you have any)...

deryck

Added:
   trunk/news/calendar/ukuug_06.txt
   trunk/news/calendar/usenix_tech_06.txt
Modified:
   trunk/news/calendar/index.html
   trunk/news/calendar/showDate.js


Changeset:
Modified: trunk/news/calendar/index.html
===================================================================
--- trunk/news/calendar/index.html	2006-01-26 20:46:49 UTC (rev 899)
+++ trunk/news/calendar/index.html	2006-01-27 17:21:42 UTC (rev 900)
@@ -182,10 +182,7 @@
             	    <td></td>
 	            </tr>
 	        </table>
-	    </div>  <!-- Close dates_l section -->
 
-      <div class="dates_r">
-
             <table class="months">
 	            <tr>
 	                <th colspan="7">March 2006</th>
@@ -220,9 +217,9 @@
 	            <tr>
             	    <td>19</td>
             	    <td>20</td>
-            	    <td>21</td>
-            	    <td>22</td>
-            	    <td>23</td>
+            	    <td><a href="ukuug_06.txt" onclick="showDate(4); return false">21</a></td>
+            	    <td><a href="ukuug_06.txt" onclick="showDate(4); return false">22</a></td>
+            	    <td><a href="ukuug_06.txt" onclick="showDate(4); return false">23</a></td>
             	    <td>24</td>
             	    <td>25</td>
     	        </tr>
@@ -237,6 +234,10 @@
 	            </tr>
 	        </table>
 
+	    </div>  <!-- Close dates_l section -->
+
+      <div class="dates_r">
+
       <table class="months">
 	            <tr>
 	                <th colspan="7">April 2006</th>
@@ -297,6 +298,107 @@
 	            </tr>
 	        </table>
 
+      <table class="months">
+	            <tr>
+	                <th colspan="7">May 2006</th>
+	            </tr>
+	            <tr>
+    	            <td></td>
+               	  <td>1</td>
+            	    <td>2</td>
+            	    <td>3</td>
+            	    <td>4</td>
+            	    <td>5</td>
+             	    <td>6</td>
+	            </tr>
+                <tr>
+            	    <td>7</td>
+            	    <td>8</td>
+            	    <td>9</td>
+            	    <td>10</td>
+            	    <td>11</td>
+            	    <td>12</td>
+            	    <td>13</td>
+    	        </tr>
+	            <tr>
+            	    <td>14</td>
+            	    <td>15</td>
+            	    <td>16</td>
+            	    <td>17</td>
+            	    <td>18</td>
+            	    <td>19</td>
+            	    <td>20</td>
+    	        </tr>
+	            <tr>
+            	    <td>21</td>
+            	    <td>22</td>
+            	    <td>23</td>
+            	    <td>24</td>
+            	    <td>25</td>
+            	    <td>26</td>
+            	    <td>27</td>
+    	        </tr>
+	            <tr>
+            	    <td>28</td>
+            	    <td>29</td>
+            	    <td><a href="usenix_tech_06.txt" onclick="showDate(5); return false">30</a></td>
+            	    <td><a href="usenix_tech_06.txt" onclick="showDate(5); return false">31</a></td>        
+            	    <td></td>
+            	    <td></td>
+            	    <td></td>
+	            </tr>
+	        </table>
+
+      <table class="months">
+	            <tr>
+	                <th colspan="7">June 2006</th>
+	            </tr>
+	            <tr>
+    	            <td></td>
+               	  <td></td>
+            	    <td></td>
+            	    <td></td>
+            	    <td><a href="usenix_tech_06.txt" onclick="showDate(5); return false">1</a></td>
+            	    <td><a href="usenix_tech_06.txt" onclick="showDate(5); return false">2</a></td>
+             	    <td><a href="usenix_tech_06.txt" onclick="showDate(5); return false">3</a></td>
+	            </tr>
+                <tr>
+            	    <td>4</td>
+            	    <td>5</td>
+            	    <td>6</td>
+            	    <td>7</td>
+            	    <td>8</td>
+            	    <td>9</td>
+            	    <td>10</td>
+    	        </tr>
+	            <tr>
+            	    <td>11</td>
+            	    <td>12</td>
+            	    <td>13</td>
+            	    <td>14</td>
+            	    <td>15</td>
+            	    <td>16</td>
+            	    <td>17</td>
+    	        </tr>
+	            <tr>
+            	    <td>18</td>
+            	    <td>19</td>
+            	    <td>20</td>
+            	    <td>21</td>
+            	    <td>22</td>
+            	    <td>23</td>
+            	    <td>24</td>
+    	        </tr>
+	            <tr>
+            	    <td>25</td>
+            	    <td>26</td>
+            	    <td>27</td>
+            	    <td>28</td>        
+            	    <td>29</td>
+            	    <td>30</td>
+            	    <td></td>
+	            </tr>
+	        </table>
 	    </div>  <!-- Close dates_r section -->
 
 	    <div id="events">Click on the links to the left to display calendar 

Modified: trunk/news/calendar/showDate.js
===================================================================
--- trunk/news/calendar/showDate.js	2006-01-26 20:46:49 UTC (rev 899)
+++ trunk/news/calendar/showDate.js	2006-01-27 17:21:42 UTC (rev 900)
@@ -3,6 +3,8 @@
 allEvents[1] = '<p>23-28 January, Dunedin, New Zealand</p><p>Samba Team members, Andrew "Tridge" Tridgell and Tim Potter will both be speaking at Australia\'s national Linux conference.  Tridge will present on Samba4, and Tim is presenting on WBEM.</p><p>For more info, see <a href="http://linux.conf.au/">http://linux.conf.au/</a>.</p>';
 allEvents[2] = '<p>April 3-6, LinuxWorld Boston, MA</p><p>Samba Team members Jerry Carter, Jeremy Allison, and Deryck Hodge will be on hand at this LinuxWorld event, offering a selection of talks and tutorials.  Jerry will be speaking/teaching on Samba administration, LDAP, and the state of Samba.  Jeremy will be leading a session on Linux integration with Active Directory, as well as hosting the Golden Penguin Bowl.  Deryck will be teaching on Google\'s use of AJAX and web services.</p><p>For more info, see <a href="http://www.linuxworldexpo.com/">http://www.linuxworldexpo.com/</a>.</p>';
 allEvents[3] = '<p>April 24-26, Goettingen, Germany</p><p>Samba eXPerience 2006 is an international conference focused exclusively on Samba.  The conference features presentations and a Samba tutorial.  The Samba Team will be on hand as well.</p><p>For more info, please see <a href="http://www.sambaxp.org/">http://www.sambaxp.org/</a>.</p>';
+allEvents[4] = '<p>21-23 March, Durham, UK</p><p>Samba Team member Jerry Carter will be leading a Samba tutorial at UKUUG\'s annual Large Installation Systems Administration (LISA) conference.  The tutorial will be a full-day class for those currently managing Samba servers or planning to deploy new servers this year.</p><p>For more info, see <a href="http://www.ukuug.org/events/spring2006/">http://www.ukuug.org/events/spring2006/</a>.</p>';
+allEvents[5] = '<p>May 30-June 3, Boston, MA</p><p>Team member Jerry Carter will be teaching courses on  LDAP and Ethereal at the 2006 USENIX Annual Technical Conference.  For more info, see <a href="http://www.usenix.org/events/usenix06/">http://www.usenix.org/events/usenix06/</a>.</p>';
 
 function showDate(thisDate) {
         document.getElementById('events').innerHTML = allEvents[thisDate]

Added: trunk/news/calendar/ukuug_06.txt
===================================================================
--- trunk/news/calendar/ukuug_06.txt	2006-01-26 20:46:49 UTC (rev 899)
+++ trunk/news/calendar/ukuug_06.txt	2006-01-27 17:21:42 UTC (rev 900)
@@ -0,0 +1,10 @@
+21-23 March, Durham, UK
+
+Samba Team member Jerry Carter will be leading a Samba
+tutorial at UKUUG's annual Large Installation Systems 
+Administration (LISA) conference.  The tutorial will 
+be a full-day class for those currently managing Samba 
+servers or planning to deploy new servers this year.
+
+For more info, see http://www.ukuug.org/events/spring2006/.
+

Added: trunk/news/calendar/usenix_tech_06.txt
===================================================================
--- trunk/news/calendar/usenix_tech_06.txt	2006-01-26 20:46:49 UTC (rev 899)
+++ trunk/news/calendar/usenix_tech_06.txt	2006-01-27 17:21:42 UTC (rev 900)
@@ -0,0 +1,6 @@
+May 30-June 3, Boston, MA
+
+Team member Jerry Carter will be teaching courses
+on  LDAP and Ethereal at the 2006 USENIX Annual 
+Technical Conference.  For more info, see
+http://www.usenix.org/events/usenix06/.



More information about the samba-cvs mailing list