svn commit: samba-web r744 - in trunk: news/announcements news/style style

deryck at samba.org deryck at samba.org
Thu Jul 14 15:00:49 GMT 2005


Author: deryck
Date: 2005-07-14 15:00:47 +0000 (Thu, 14 Jul 2005)
New Revision: 744

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

Log:
Add news announcment for SOC participants/projects.
Also, add a couple of news styles for lists within lists, 
and to allow for CSS italics rather than <em>s.


Added:
   trunk/news/announcements/soc_projects.html
Modified:
   trunk/news/style/news.css
   trunk/style/common.css


Changeset:
Added: trunk/news/announcements/soc_projects.html
===================================================================
--- trunk/news/announcements/soc_projects.html	2005-07-12 22:34:05 UTC (rev 743)
+++ trunk/news/announcements/soc_projects.html	2005-07-14 15:00:47 UTC (rev 744)
@@ -0,0 +1,73 @@
+    <h3><a name="soc_projects">Summer of Code Projects</a></h3> 
+        
+    <div class="article">
+      <p>Congratulations to the following who were selected to work on 
+      Samba projects as part of 
+      <a href="http://code.google.com/summerofcode.html">Google's Summer of 
+      Code</a>.   Samba had a total of 69 submitted proposals from 59 unique
+      individuals.  From these, Google will fund 6 to work on Samba over the 
+      months of July and August.</p>
+
+      <div class="heading_list">
+        <ul >
+          <li>
+            <span class="punch">Brad Henry</span>
+            <ul>
+              <li>Write the regression tests necessary to implement
+              the Active Directory Synchronization protocol
+              between domain controllers.</li>
+              <li><span class="tilt">Mentors: Andrew Bartlett, Stefan Metzmacher</span></li>
+            </ul>
+          </li>
+          <li>
+            <span class="punch">Kalim Moghul</span>
+            <ul>
+              <li>Write a new version of Samba 3.0's smbclient
+              on top of the libsmbclient API.</li>
+              <li><span class="tilt">Mentor: Jerry Carter</span></li>
+            </ul>
+          </li>
+          <li>
+           <span class="punch"> Chris Nicholls</span>
+            <ul>
+              <li>Implement an MS-RPC library that would allow
+              client applications to manage remote Windows
+              and Samba servers.</li>
+              <li><span class="tilt">Mentor: Jerry Carter</span></li>
+            </ul>
+          </li>
+          <li>
+           <span class="punch"> Amit Regmi</span>
+            <ul>
+              <li>Develop a server management framework written
+              in python for Samba 3.0 hosts.</li>
+              <li><span class="tilt">Mentor: Jerry Carter</span></li>
+            </ul>
+          </li>
+          <li>
+           <span class="punch"> Asser Fem&oslash;</span>
+            <ul>
+              <li>Add support to the Linux CIFS kernel fs for
+              utilizing the DNOTIFY interface for file and
+              directory refresh.</li>
+              <li><span class="tilt">Mentor: Steve French</span></li>
+            </ul>
+          </li>
+          <li>
+            <span class="punch">Jelmer Vernooij</span>
+            <ul>
+              <li>Add support to Samba 4.0 for upgrading configuration
+              settings and user/group accounts from Samba 3.0
+              installations. </li>
+              <li><span class="tilt">Mentor: Andrew Bartlett</span></li>
+            </ul>
+          </li>
+        </ul>
+
+      <p>We are really excited to have these new developers, even if only 
+      for a few months.  Look for them on the samba-technical mailing list 
+      and IRC channel.</p>
+      </div>
+    </div>
+        
+       

Modified: trunk/news/style/news.css
===================================================================
--- trunk/news/style/news.css	2005-07-12 22:34:05 UTC (rev 743)
+++ trunk/news/style/news.css	2005-07-14 15:00:47 UTC (rev 744)
@@ -179,8 +179,17 @@
 	margin-left:17%;
 }
 .interview li {
-  list-style-type:none;
+	list-style-type:none;
 }
+.heading_list ul {
+	list-style-type:none;
+	width:95%;
+	margin:0 0 0 30px;
+	padding:0;
+}
+.heading_list ul ul {
+	margin:5px 0 20px 0;
+}
 .editor {
 	text-align:center;
 	margin-top:35px;

Modified: trunk/style/common.css
===================================================================
--- trunk/style/common.css	2005-07-12 22:34:05 UTC (rev 743)
+++ trunk/style/common.css	2005-07-14 15:00:47 UTC (rev 744)
@@ -211,6 +211,9 @@
 .punch {
 	font-weight:bold;
 }
+.tilt {
+	font-style:italic;
+}
 .colophon {
 	margin-left:20px;
 }



More information about the samba-cvs mailing list