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

deryck at samba.org deryck at samba.org
Wed Mar 8 20:45:23 GMT 2006


Author: deryck
Date: 2006-03-08 20:45:21 +0000 (Wed, 08 Mar 2006)
New Revision: 926

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

Log:
Adding Tim's Samba tutorial at LW Sydney 
to the Team calendar.

deryck
Added:
   trunk/news/calendar/lw_sydney_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-03-07 17:07:26 UTC (rev 925)
+++ trunk/news/calendar/index.html	2006-03-08 20:45:21 UTC (rev 926)
@@ -227,7 +227,7 @@
             	    <td>26</td>
             	    <td>27</td>
             	    <td>28</td>
-            	    <td>29</td>        
+            	    <td><a href="lw_sydney_06.txt" onclick="showDate(8); return false">29</a></td>        
             	    <td>30</td>
             	    <td>31</td>
             	    <td></td>

Added: trunk/news/calendar/lw_sydney_06.txt
===================================================================
--- trunk/news/calendar/lw_sydney_06.txt	2006-03-07 17:07:26 UTC (rev 925)
+++ trunk/news/calendar/lw_sydney_06.txt	2006-03-08 20:45:21 UTC (rev 926)
@@ -0,0 +1,9 @@
+29 March 2006, LinuxWorld Sydney
+
+Samba Team member Tim Potter will be giving a tutorial on
+"Advanced Samba Administration" at the LinuxWorld Conference
+and Expo in Sydney, Australia.  The tutorial runs 9:00am-12:00pm,
+March 29.
+
+See http://www.linuxworldexpo.com.au/conf_detail.asp?ConferenceID=2604
+for more info.
\ No newline at end of file

Modified: trunk/news/calendar/showDate.js
===================================================================
--- trunk/news/calendar/showDate.js	2006-03-07 17:07:26 UTC (rev 925)
+++ trunk/news/calendar/showDate.js	2006-03-08 20:45:21 UTC (rev 926)
@@ -7,6 +7,7 @@
 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>';
 allEvents[6] = '<p>March 9-10, Hannover, Germany</p><p>Volker Lendecke will be giving a Samba4 status update twice during CeBIT.  Info on the March 9 talk is available at <a href="http://www.ix-konferenz.de/stundenplan.php?konferenzid=7&st=Programm%FCbersicht">here</a>. For more on the March 10 talk, see <a href="http://www.linux-events.de/LinuxPark_2006/LinuxForum/vortraege.html">this events page</a>.</p><p>For more on CeBIT, see <a href="http://www.cebit.de/">http://www.cebit.de/</a>.</p>';
 allEvents[7] = '<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><br /><p>March 23, Osnabr&uuml;ck, Germany</p><p>Samba Team member Volker Lendecke will be giving a Samba 3 status update at the German Unix User Group meeting.  For more on Volker\'s talk, see <a href="http://www.guug.de/veranstaltungen/ffg2006/abstracts.html#3_5_1">this overview.</p><p>For more on the conference, see <a href="http://www.guug.de/veranstaltungen/ffg2006/">http://www.guug.de/veranstaltungen/ffg2006/</a>.</p>';
+allEvents[8] = '<p>29 March 2006, LinuxWorld Sydney</p><p>Samba Team member Tim Potter will be giving a tutorial on "Advanced Samba Administration" at the LinuxWorld Conference and Expo in Sydney, Australia.  The tutorial runs 9:00am-12:00pm, March 29.</p><p>See <a href="http://www.linuxworldexpo.com.au/conf_detail.asp?ConferenceID=2604">the tutorial overview</a> for more info.';
 
 function showDate(thisDate) {
         document.getElementById('events').innerHTML = allEvents[thisDate]



More information about the samba-cvs mailing list