Add news announcment for SOC participants/projects.
authorDeryck Hodge <deryck@samba.org>
Thu, 14 Jul 2005 15:00:47 +0000 (15:00 +0000)
committerDeryck Hodge <deryck@samba.org>
Thu, 14 Jul 2005 15:00:47 +0000 (15:00 +0000)
Also, add a couple of news styles for lists within lists,
and to allow for CSS italics rather than <em>s.

git-svn-id: file:///home/svn/samba-web/trunk@744 44aeb9d7-1cd8-0310-b257-a505e0beeac2

news/announcements/soc_projects.html [new file with mode: 0644]
news/style/news.css
style/common.css

diff --git a/news/announcements/soc_projects.html b/news/announcements/soc_projects.html
new file mode 100644 (file)
index 0000000..e74debc
--- /dev/null
@@ -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>
+        
+       
index d4b2b6e8669a9588ae67d2e06585ee615a85a67c..91ed9892741a1e02044a9326a8efedc605c818b0 100644 (file)
@@ -179,7 +179,16 @@ span.js {
        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;
index d4e3523b22d6057dc715797fab38bbd5ec9b7d31..6904500b6d5d65927905ccdd5aba9cff380d505b 100644 (file)
@@ -211,6 +211,9 @@ html>body .slogan {         /**** Opera needs its own rule *********/
 .punch {
        font-weight:bold;
 }
+.tilt {
+       font-style:italic;
+}
 .colophon {
        margin-left:20px;
 }