svn commit: samba-web r332 - in trunk: news news/articles news/team scripts

deryck at samba.org deryck at samba.org
Tue Sep 14 14:35:31 GMT 2004


Author: deryck
Date: 2004-09-14 14:35:31 +0000 (Tue, 14 Sep 2004)
New Revision: 332

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/trunk&rev=332&nolog=1

Log:

Add news item about Volker's paper.  I created an articles
directory for the news site, assuming we'll continue to post
papers here.  Also, I updated the news script to exclude the
articles directory.

--deryck

Added:
   trunk/news/articles/
   trunk/news/articles/samba4_vl.pdf
   trunk/news/team/samba4_paper.html
Modified:
   trunk/scripts/updateNews.py


Changeset:
Added: trunk/news/articles/samba4_vl.pdf
===================================================================
(Binary files differ)


Property changes on: trunk/news/articles/samba4_vl.pdf
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/news/team/samba4_paper.html
===================================================================
--- trunk/news/team/samba4_paper.html	2004-09-13 14:45:09 UTC (rev 331)
+++ trunk/news/team/samba4_paper.html	2004-09-14 14:35:31 UTC (rev 332)
@@ -0,0 +1,18 @@
+    <h3><a name="samba4_paper">Advances in Samba4</a></h3> 
+        
+    <div class="article">
+    <p>If you find yourself saying, "What's all this I've been hearing about Samba 4?", then Volker Lendecke's "Advances in Samba4" paper might be for you.  The paper offers a nice overview of the reasoning behind creating Samba4, and outlines four areas of code where Samba4 is an improvement over Samba 3.</p>
+
+    <p>From "Advances in Samba4":</p>
+
+    <blockquote>Samba 4 has been in development for about 18 months now.  It is a complete start from scratch, hardly anything in the core Samba code is used commonly between Samba 3 and Samba 4.  Why was this done?</blockquote>
+
+    <blockquote>Samba 3 shows its age.  Essentially, it is still the very first implementation started by Andrew Tridgell more than a decade ago.  Certainly it has seen a huge amount of improvement since that first implementation, but the internal structure has not really changed during its development.</blockquote>
+
+    <p>The full paper is available <a href="/samba/news/articles/samba4_vl.pdf">here (in PDF format)</a>.</p>
+
+    <p class="credit">This paper was written for a talk Volker gave at Linuxkongress 2004, in Erlangen, Germany.  Thanks to the conference for allowing the paper to be presented here.</p>
+
+    </div>
+        
+       


Property changes on: trunk/news/team/samba4_paper.html
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/scripts/updateNews.py
===================================================================
--- trunk/scripts/updateNews.py	2004-09-13 14:45:09 UTC (rev 331)
+++ trunk/scripts/updateNews.py	2004-09-14 14:35:31 UTC (rev 332)
@@ -16,7 +16,7 @@
 from stat import ST_MTIME
 
 top_dir = '/data/httpd/html/samba/news'      # set to news directory path
-not_news = ['.svn', 'images', 'style', 'calendar', 'index.html']
+not_news = ['.svn', 'images', 'style', 'calendar', 'index.html', 'articles']
 
 
 # Get list of news directories.  Then, pair up dir name with dir files.



More information about the samba-cvs mailing list