svn commit: samba-docs r282 - in trunk: . Samba-Guide

jht at samba.org jht at samba.org
Thu Nov 18 11:03:58 GMT 2004


Author: jht
Date: 2004-11-18 11:03:57 +0000 (Thu, 18 Nov 2004)
New Revision: 282

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

Log:
Formatting updates and makefile update.
Modified:
   trunk/Makefile.in
   trunk/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml
   trunk/Samba-Guide/Chap02-SimpleOfficeServer.xml
   trunk/Samba-Guide/Chap03-TheSmallOffice.xml
   trunk/Samba-Guide/Chap05-500UserNetwork.xml
   trunk/Samba-Guide/Chap06-MakingHappyUsers.xml
   trunk/Samba-Guide/Chap07-2000UserNetwork.xml
   trunk/Samba-Guide/Chap08-MigrateNT4Samba3.xml


Changeset:
Modified: trunk/Makefile.in
===================================================================
--- trunk/Makefile.in	2004-11-16 03:56:52 UTC (rev 281)
+++ trunk/Makefile.in	2004-11-18 11:03:57 UTC (rev 282)
@@ -28,7 +28,7 @@
 
 # Paths
 OUTPUTDIR = output
-ARCHIVEDIR = $(OUTPUTDIR)/archive
+ARCHIVEDIR = archive
 SRCDIR = @SAMBASOURCEDIR@
 MANDIR = $(OUTPUTDIR)/manpages
 EPSTOPDF = @EPSTOPDF@
@@ -264,10 +264,10 @@
 	for I in examples/*.conf; do { ./scripts/indent-smb.conf.pl < $$I > $$I.tmp; mv $$I.tmp $$I; } done
 
 # Archiving
-archive: guide howto
+archive: pdf
 	mkdir -p $(ARCHIVEDIR)
-	cp $(PDFDIR)/Samba-HOWTO-Collection.pdf $(ARCHIVEDIR)/TOSHARG-`date +%Y%m%d`.pdf
-	cp $(PDFDIR)/Samba-Guide.pdf $(ARCHIVEDIR)/S3bE-`date +%Y%m%d`.pdf
+	cp $(PDFDIR)/Samba-HOWTO-Collection.pdf $(ARCHIVEDIR)/TOSHARG-`date +%Y%m%d%H%M%S`.pdf
+	cp $(PDFDIR)/Samba-Guide.pdf $(ARCHIVEDIR)/S3bE-`date +%Y%m%d%H%M%S`.pdf
 
 # XSL scripts
 xslt/html.xsl: xslt/html-common.xsl settings.xsl

Modified: trunk/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml
===================================================================
--- trunk/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml	2004-11-16 03:56:52 UTC (rev 281)
+++ trunk/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml	2004-11-18 11:03:57 UTC (rev 282)
@@ -285,13 +285,13 @@
 		</para>
 
 		<image id="pktcap01">
-			<imagefile scale="53">WINREPRESSME-Capture</imagefile>
+			<imagefile scale="40">WINREPRESSME-Capture</imagefile>
 			<imagedescription>Windows Me &smbmdash; Broadcasts &smbmdash; The First 10 Minutes</imagedescription>
 		</image>
 
 		<image id="pktcap02">
 			<imagedescription>Windows Me &smbmdash; Later Broadcast Sample</imagedescription>
-			<imagefile scale="57">WINREPRESSME-Capture2</imagefile>
+			<imagefile scale="42">WINREPRESSME-Capture2</imagefile>
 		</image>
 
 	  <para><indexterm>
@@ -598,7 +598,7 @@
 
 		<image id="hostannounce">
 			<imagedescription>Typical Windows 9x/Me Host Announcement</imagedescription>
-			<imagefile scale="55">HostAnnouncment</imagefile>
+			<imagefile scale="41">HostAnnouncment</imagefile>
 		</image>
 
 	</sect2>
@@ -723,7 +723,7 @@
 		<image id="nullconnect">
 			<imagedescription>Typical Windows 9x/Me NULL SessionSetUp AndX Request</imagedescription>
 
-			<imagefile scale="65">NullConnect</imagefile>
+			<imagefile scale="41">NullConnect</imagefile>
 		</image>
 
 		<para>
@@ -740,7 +740,7 @@
 
 		<image id="userconnect">
 			<imagedescription>Typical Windows 9x/Me User SessionSetUp AndX Request</imagedescription>
-			<imagefile scale="65">UserConnect</imagefile>
+			<imagefile scale="41">UserConnect</imagefile>
 		</image>
 
 	 	<para>
@@ -895,12 +895,12 @@
 
 	<image id="XPCap01">
         <imagedescription>Typical Windows XP NULL Session Setup AndX Request</imagedescription>
-		<imagefile scale="70">WindowsXP-NullConnection</imagefile>
+		<imagefile scale="50">WindowsXP-NullConnection</imagefile>
 	</image>
 
 	<image id="XPCap02">
         <imagedescription>Typical Windows XP User Session Setup AndX Request</imagedescription>
-		<imagefile scale="70">WindowsXP-UserConnection</imagefile>
+		<imagefile scale="50">WindowsXP-UserConnection</imagefile>
 	</image>
 
 		<sect3>

Modified: trunk/Samba-Guide/Chap02-SimpleOfficeServer.xml
===================================================================
--- trunk/Samba-Guide/Chap02-SimpleOfficeServer.xml	2004-11-16 03:56:52 UTC (rev 281)
+++ trunk/Samba-Guide/Chap02-SimpleOfficeServer.xml	2004-11-18 11:03:57 UTC (rev 282)
@@ -494,7 +494,7 @@
 
 		<image id="charitynet">
 			<imagedescription>Charity Administration Office Network</imagedescription>
-			<imagefile scale="100">Charity-Network</imagefile>
+			<imagefile scale="66">Charity-Network</imagefile>
 		</image>
 
 		<procedure>
@@ -983,7 +983,7 @@
 
 		<image id="acctingnet2">
 			<imagedescription>Accounting Office Network Topology</imagedescription>
-			<imagefile scale="100">AccountingNetwork</imagefile>
+			<imagefile scale="66">AccountingNetwork</imagefile>
 		</image>
 
 		<table id="acctingnet">

Modified: trunk/Samba-Guide/Chap03-TheSmallOffice.xml
===================================================================
--- trunk/Samba-Guide/Chap03-TheSmallOffice.xml	2004-11-16 03:56:52 UTC (rev 281)
+++ trunk/Samba-Guide/Chap03-TheSmallOffice.xml	2004-11-18 11:03:57 UTC (rev 282)
@@ -300,7 +300,7 @@
 
 	<image id="acct2net">
 		<imagedescription>Abmas Accounting &smbmdash; 52 User Network Topology</imagedescription>
-		<imagefile scale="100">acct2net</imagefile>
+		<imagefile scale="65">acct2net</imagefile>
 	</image>
 
 	<procedure>

Modified: trunk/Samba-Guide/Chap05-500UserNetwork.xml
===================================================================
--- trunk/Samba-Guide/Chap05-500UserNetwork.xml	2004-11-16 03:56:52 UTC (rev 281)
+++ trunk/Samba-Guide/Chap05-500UserNetwork.xml	2004-11-18 11:03:57 UTC (rev 282)
@@ -323,7 +323,7 @@
 
 	<image id="chap05net">
 		<imagedescription>Network Topology &smbmdash; 500 User Network Using tdbsam passdb backend.</imagedescription>
-		<imagefile scale="60">chap5-net</imagefile>
+		<imagefile scale="50">chap5-net</imagefile>
 	</image>
 
 	<sect2 id="ch5-dnshcp-setup">

Modified: trunk/Samba-Guide/Chap06-MakingHappyUsers.xml
===================================================================
--- trunk/Samba-Guide/Chap06-MakingHappyUsers.xml	2004-11-16 03:56:52 UTC (rev 281)
+++ trunk/Samba-Guide/Chap06-MakingHappyUsers.xml	2004-11-18 11:03:57 UTC (rev 282)
@@ -572,7 +572,7 @@
 
 	<image id="ch6-LDAPdiag">
 		<imagedescription>The Interaction of LDAP, UNIX Posix Accounts and Samba Accounts</imagedescription>
-		<imagefile scale="60">UNIX-Samba-and-LDAP</imagefile>
+		<imagefile scale="50">UNIX-Samba-and-LDAP</imagefile>
 	</image>
 
 	<para><indexterm>
@@ -956,7 +956,7 @@
 
 	<image id="chap6net">
 		<imagedescription>Network Topology &smbmdash; 500 User Network Using ldapsam passdb backend.</imagedescription>
-		<imagefile scale="60">chap6-net</imagefile>
+		<imagefile scale="50">chap6-net</imagefile>
 	</image>
 
       <para><indexterm>

Modified: trunk/Samba-Guide/Chap07-2000UserNetwork.xml
===================================================================
--- trunk/Samba-Guide/Chap07-2000UserNetwork.xml	2004-11-16 03:56:52 UTC (rev 281)
+++ trunk/Samba-Guide/Chap07-2000UserNetwork.xml	2004-11-18 11:03:57 UTC (rev 282)
@@ -706,12 +706,12 @@
 
 	<image id="chap7net">
 		<imagedescription>Network Topology &smbmdash; 2000 User Complex Design A</imagedescription>
-		<imagefile scale="80">chap7-net-Ar</imagefile>
+		<imagefile scale="60">chap7-net-Ar</imagefile>
 	</image>
 
 	<image id="chap7net2">
 		<imagedescription>Network Topology &smbmdash; 2000 User Complex Design B</imagedescription>
-		<imagefile scale="80">chap7-net2-Br</imagefile>
+		<imagefile scale="60">chap7-net2-Br</imagefile>
 	</image>
 
 	</sect3>
@@ -756,7 +756,7 @@
 
 	<image id="chap7idres">
 		<imagedescription>Samba and Authentication Backend Search Pathways</imagedescription>
-		<imagefile scale="60">chap7-idresol</imagefile>
+		<imagefile scale="55">chap7-idresol</imagefile>
 	</image>
 
       <para><indexterm>
@@ -797,7 +797,7 @@
 	<link linkend="ch7singleLDAP"/>.
 	<image id="ch7singleLDAP">
 		<imagedescription>Samba Configuration to Use a Single LDAP Server</imagedescription>
-		<imagefile scale="60">ch7-singleLDAP</imagefile>
+		<imagefile scale="55">ch7-singleLDAP</imagefile>
 	</image>
 	<indexterm>
 	  <primary>LDAP</primary>
@@ -819,7 +819,7 @@
 	as shown in <link linkend="ch7dualLDAP"/>.
 	<image id="ch7dualLDAP">
 		<imagedescription>Samba Configuration to Use a Dual (Fail-over) LDAP Server</imagedescription>
-		<imagefile scale="60">ch7-fail-overLDAP</imagefile>
+		<imagefile scale="55">ch7-fail-overLDAP</imagefile>
 	</image>
       </para>
 
@@ -844,7 +844,7 @@
 
 	<image id="ch7dualadd">
 		<imagedescription>Samba Configuration to Use Dual LDAP Databases - Broken - Do Not Use!</imagedescription>
-		<imagefile scale="60">ch7-dual-additive-LDAP</imagefile>
+		<imagefile scale="55">ch7-dual-additive-LDAP</imagefile>
 	</image>
 
 	<para>
@@ -856,7 +856,7 @@
 
 		<image id="ch7dualok">
 			<imagedescription>Samba Configuration to Use Two LDAP Databases - The result is additive.</imagedescription>
-			<imagefile scale="60">ch7-dual-additive-LDAP-Ok</imagefile>
+			<imagefile scale="55">ch7-dual-additive-LDAP-Ok</imagefile>
 		</image>
 
 	<note><para>

Modified: trunk/Samba-Guide/Chap08-MigrateNT4Samba3.xml
===================================================================
--- trunk/Samba-Guide/Chap08-MigrateNT4Samba3.xml	2004-11-16 03:56:52 UTC (rev 281)
+++ trunk/Samba-Guide/Chap08-MigrateNT4Samba3.xml	2004-11-18 11:03:57 UTC (rev 282)
@@ -180,7 +180,7 @@
 
 		<image id="ch8-migration">
 			<imagedescription>Schematic Explaining the <command>net rpc vampire</command> Process</imagedescription>
-			<imagefile scale="80">ch8-migration</imagefile>
+			<imagefile scale="55">ch8-migration</imagefile>
 		</image>
 
 		<para>



More information about the samba-cvs mailing list