7 commits - en_US/Development.xml en_US/File_systems.xml en_US/Server_tools.xml en_US/Tools.xml en_US/Web_servers.xml en_US/What_Do_System_Administrators_Care_About.xml

Paul W. Frields pfrields at fedoraproject.org
Sun Nov 2 00:54:55 UTC 2008


 en_US/Development.xml                              |   31 ++++++-
 en_US/File_systems.xml                             |   12 +-
 en_US/Server_tools.xml                             |    8 -
 en_US/Tools.xml                                    |   87 ++++++++++-----------
 en_US/Web_servers.xml                              |   48 +++--------
 en_US/What_Do_System_Administrators_Care_About.xml |    2 
 6 files changed, 99 insertions(+), 89 deletions(-)

New commits:
commit cbcd73750a66342b8cc046bcad4bc513e8bc4c26
Author: Paul W. Frields <paul at salma.internal.frields.org>
Date:   Sat Nov 1 20:53:08 2008 -0400

    Sync with wiki content
    
         * Fix section levels
         * Add section on Emacs changes

diff --git a/en_US/Tools.xml b/en_US/Tools.xml
index d8ec732..2b6a54a 100644
--- a/en_US/Tools.xml
+++ b/en_US/Tools.xml
@@ -34,30 +34,49 @@
 	<command>eclipse-epic</command>, Checkstyle
 	<command>eclipse-checkstyle</command>, and Python
 	<command>eclipse-pydev</command>.</para>
-      <section id="sn-Translations_from_the_Babel_project_-_eclipse-nls">
-	<title>Translations from the Babel project - eclipse-nls</title>
-	<para>This release also includes the Babel language packs, which
-	  provide translations for Eclipse and Eclipse plugins in a
-	  number of languages.  Note that some of the languages have
-	  very low coverage: even if you have the translations
-	  installed, you will probably still see many strings in
-	  English.  The Babel project accepts contributions if you would
-	  like to help their translation efforts.</para>
-	<para>
-	  <ulink url="http://www.eclipse.org/babel/"/>
-	</para>
-      </section>
-      <section id="sn-Upgrading_from_Fedora_9">
-	<title>Upgrading from Fedora 9</title>
-	<para>Users upgrading from Eclipse 3.3 will need to migrate any
-	  plug-ins they have installed from sources other than RPMs. The
-	  simplest way to do this is to re-install.  For plug-in
-	  developers migrating from 3.3, refer to the "Plug-in Migration
-	  Guide":</para>
-	<para><ulink url="http://help.eclipse.org/ganymede/nav/2_3"/>
-	</para>
-      </section>
     </section>
+    <section id="sn-Translations_from_the_Babel_project_-_eclipse-nls">
+      <title>Translations from the Babel project - eclipse-nls</title>
+      <para>
+	This release also includes the Babel language packs, which
+	provide translations for Eclipse and Eclipse plugins in a
+	number of languages.  Note that some of the languages have
+	very low coverage: even if you have the translations
+	installed, you will probably still see many strings in
+	English.  The Babel project accepts contributions if you would
+	like to help their translation efforts.</para>
+      <para>
+	<ulink url="http://www.eclipse.org/babel/"/>
+      </para>
+    </section>
+    <section id="sn-Upgrading_from_Fedora_9">
+      <title>Upgrading from Fedora 9</title>
+      <para>Users upgrading from Eclipse 3.3 will need to migrate any
+      plug-ins they have installed from sources other than RPMs. The
+      simplest way to do this is to re-install.  For plug-in
+      developers migrating from 3.3, refer to the "Plug-in Migration
+      Guide":</para>
+      <para><ulink url="http://help.eclipse.org/ganymede/nav/2_3"/>
+      </para>
+    </section>
+  </section>
+  <section id="sn-Emacs">
+    <title>Emacs</title>
+    <para>
+      Fedora 10 includes Emacs 22.2.
+    </para>
+    <para>
+      In addition to many bugfixes, Emacs 22.2 includes new support
+      for the Bazaar, Mercurial, Monotone, and Git version control
+      systems, new major modes for editing CSS, Vera, Verilog, and
+      BibTeX style files, and improved scrolling support in Image
+      mode.
+    </para>
+    <para>
+      For a detailed description of the changes see the Emacs news for
+      the release (<ulink
+      url="http://www.gnu.org/software/emacs/NEWS.22.2"/>).
+    </para>
   </section>
   <section id="sn-GCC_Compiler_Collection">
     <title>GCC Compiler Collection</title>


commit 8bb5c4f0f17dac5e80d091d401b9d04e239f47a6
Author: Paul W. Frields <paul at salma.internal.frields.org>
Date:   Sat Nov 1 20:26:50 2008 -0400

    Copy nodeset for Python NSS bindings directly and remove from Tools beat

diff --git a/en_US/Development.xml b/en_US/Development.xml
index 6b064b4..87f7e89 100644
--- a/en_US/Development.xml
+++ b/en_US/Development.xml
@@ -8,23 +8,19 @@
     features.</para>
     <section id='sn-Runtime'>
       <title>Runtime</title>
-      <section id="sn-Python_NSS_Bindings">
-	<title>Python NSS Bindings</title>
-	<para>
-	  Python bindings for NSS/NSPR allow Python programs to
-	  utilize the NSS cryptographic libraries for SSL/TLS and PKI
-	  certificate management. The <package>python-nss</package>
-	  package provides a Python binding to the NSS and NSPR
-	  support libraries.
-	</para>
-	<para>
-	  Network Security Services (NSS) is a set of libraries
-	  supporting security-enabled client and server
-	  applications. Applications built with NSS can support SSL v2
-	  and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME,
-	  X.509 v3 certificates and other security standards. NSS has
-	  received FIPS 140 validation from NIST.
-	</para>
+      <section id="sn-Python_NSS_bindings">
+	<title>Python NSS bindings</title>
+	<para>Python bindings for NSS/NSPR allow Python programs to
+	utilize the NSS cryptographic libraries for SSL/TLS and PKI
+	certificate management.  The <package>python-nss</package>
+	package provides a Python binding to the NSS and NSPR support
+	libraries.</para>
+	<para>Network Security Services (NSS) is a set of libraries
+	supporting security-enabled client and server applications.
+	Applications built with NSS can support SSL v2 and v3, TLS,
+	PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3
+	certificates and other security standards. NSS has received
+	FIPS 140 validation from NIST. </para>
 	<itemizedlist>
 	  <listitem>
 	    <para>
@@ -34,8 +30,8 @@
 	</itemizedlist>
       </section>
     </section>
-<!-- Tools.xml  -->
+    <!-- Tools.xml  -->
 
-  <xi:include href="./Tools.xml"
-    xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="./Tools.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude" />
 </section>
diff --git a/en_US/Tools.xml b/en_US/Tools.xml
index 9aec2ae..d8ec732 100644
--- a/en_US/Tools.xml
+++ b/en_US/Tools.xml
@@ -249,7 +249,7 @@
 	necessary to run an appliance. The hardware supported by this
 	spin of Fedora would be limited, primarily focusing on virtual
 	containers such as KVM and VMware. The goal is to create a base
-	that developers can build their applications on top of, only
+	on which developers can build their applications, only
 	pulling in packages that their software requires.</para>
     </section>
     <section id="sn-Appliance_building_tools_resources">
@@ -258,26 +258,8 @@
 	<ulink url="http://thincrust.net/"/> Appliance Tool Project Site
       </para>
     </section>
-  </section><section id="sn-Python_NSS_bindings">
-    <title>Python NSS bindings</title>
-    <para>Python bindings for NSS/NSPR allow Python programs to utilize
-      the NSS cryptographic libraries for SSL/TLS and PKI certificate
-      management.  The <package>python-nss</package> package provides a
-      Python binding to the NSS and NSPR support libraries.</para>
-    <para>Network Security Services (NSS) is a set of libraries
-      supporting security-enabled client and server applications.
-      Applications built with NSS can support SSL v2 and v3, TLS, PKCS
-      #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates and
-      other security standards. NSS has received FIPS 140 validation
-      from NIST. </para>
-    <section id="sn-Python_NSS_bindings_resources">
-      <title>Python NSS bindings resources</title>
-      <para>
-	<ulink
-	  url="http://people.redhat.com/jdennis/python-nss/doc/api/html/index.html"/> 
-	-- Library Documentation</para>
-    </section>
   </section>
 </section>
 
 
+


commit 1ebfe27a78de718dc4ab8affbf353020dfbda009
Author: Paul W. Frields <paul at salma.internal.frields.org>
Date:   Sat Nov 1 20:13:23 2008 -0400

    Restore forgotten Python NSS Bindings section -- should we try in the future to consolidate first-level beats where possible?

diff --git a/en_US/Development.xml b/en_US/Development.xml
index fdb75a9..6b064b4 100644
--- a/en_US/Development.xml
+++ b/en_US/Development.xml
@@ -6,7 +6,34 @@
   <title>Development</title>
   <para>This section covers various development tools and
     features.</para>
-
+    <section id='sn-Runtime'>
+      <title>Runtime</title>
+      <section id="sn-Python_NSS_Bindings">
+	<title>Python NSS Bindings</title>
+	<para>
+	  Python bindings for NSS/NSPR allow Python programs to
+	  utilize the NSS cryptographic libraries for SSL/TLS and PKI
+	  certificate management. The <package>python-nss</package>
+	  package provides a Python binding to the NSS and NSPR
+	  support libraries.
+	</para>
+	<para>
+	  Network Security Services (NSS) is a set of libraries
+	  supporting security-enabled client and server
+	  applications. Applications built with NSS can support SSL v2
+	  and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME,
+	  X.509 v3 certificates and other security standards. NSS has
+	  received FIPS 140 validation from NIST.
+	</para>
+	<itemizedlist>
+	  <listitem>
+	    <para>
+	      <ulink url='http://people.redhat.com/jdennis/python-nss/doc/api/html/index.html'/> -- Library Documentation
+	    </para>
+	  </listitem>
+	</itemizedlist>
+      </section>
+    </section>
 <!-- Tools.xml  -->
 
   <xi:include href="./Tools.xml"


commit 83ebf8d78990446cfd39d3496b8e2e94e9cebcc5
Author: Paul W. Frields <paul at salma.internal.frields.org>
Date:   Sat Nov 1 19:58:45 2008 -0400

    Sync with wiki content

diff --git a/en_US/Web_servers.xml b/en_US/Web_servers.xml
index e465ebf..2cfb5e9 100644
--- a/en_US/Web_servers.xml
+++ b/en_US/Web_servers.xml
@@ -2,24 +2,8 @@
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  
 <section lang="en" id="sn-Web_servers">
-  <title>Web servers</title>
+  <title>Web and Content Servers</title>
   <para />
-  <section id="sn-PostgreSQL_DBD_Driver">
-    <title>PostgreSQL DBD Driver</title>
-    <tip>
-      <title>Deprecated or out of date content?</title>
-      <para>
-	This content may be deprecated or out of date, it has not been
-	updated since the Fedora 9 release notes.</para>
-    </tip>
-    <para>Users of the <filename>mod_dbd</filename> module should note
-      that the <filename>apr-util</filename> DBD driver for PostgreSQL
-      is now distributed as a separate dynamically-loaded module.  The
-      driver module is now included in the
-      <package>apr-util-pgsql</package> package. A MySQL driver is now
-      also available, in the <package>apr-util-mysql</package>
-      package.</para>
-  </section>
   <section id="sn-Drupal">
     <title>Drupal </title>
     <para>Drupal has been updated to 6.4.  For details, refer to:</para>
@@ -28,25 +12,25 @@
 	url="http://drupal.org/drupal-6.4"/>
     </para><para>If your installation is updated to the 6.4 version in
       Fedora 9, skip the following step.</para>
-    <para>When upgrading from earlier versions, remember to log in to
-      your site as the admin user, and disable any third-party modules
-      before upgrading this package. After upgrading the package:</para>
+    <para>Before upgrading from earlier versions, remember to log in
+    to your site as the admin user, and disable any third-party
+    modules. After upgrading the package:</para>
     <orderedlist numeration="arabic">
       <listitem>
-	<para> Copy <programlisting
-	    format="linespecific">/etc/drupal/default/settings.php.rpmsave</programlisting> 
-	  to <programlisting
-	    format="linespecific">/etc/drupal/default/settings.php</programlisting>, 
-	  and repeat for any additional sites'
-	  <filename>settings.php</filename> files.</para>
+	<para> Copy
+	<filename>/etc/drupal/default/settings.php.rpmsave</filename>
+	to <filename>/etc/drupal/default/settings.php</filename>, and
+	repeat for any additional sites'
+	<filename>settings.php</filename> files.</para>
       </listitem><listitem>
-	<para> Browse to <ulink
-	    url="http://host/drupal/update.php"/>
+      <para> Browse to <uri>http://host/drupal/update.php</uri>
 	  to run the upgrade script.</para>
       </listitem>
-    </orderedlist><para>Also, several modules are now available:
-      <filename>drupal-date</filename>, <filename>-cck</filename>,
-      <filename>-views</filename>, and
-      <filename>-service_links</filename>.</para>
+    </orderedlist>
+    <para>
+      Several modules are also now available in Fedora 10, including
+      <package>drupal-date</package>, <package>-cck</package>,
+      <package>-views</package>, and
+      <package>-service_links</package>.</para>
   </section>
 </section>


commit fed230f4da2a6800604acb4a4ae0084f6d8eeb2d
Author: Paul W. Frields <paul at salma.internal.frields.org>
Date:   Sat Nov 1 19:50:36 2008 -0400

    Sync with wiki content

diff --git a/en_US/What_Do_System_Administrators_Care_About.xml b/en_US/What_Do_System_Administrators_Care_About.xml
index de52719..fab9e86 100644
--- a/en_US/What_Do_System_Administrators_Care_About.xml
+++ b/en_US/What_Do_System_Administrators_Care_About.xml
@@ -38,8 +38,10 @@
 
 <!-- File_servers.xml  -->
 
+<!-- REMOVE FOR F10 GA - not updated by community. [PWF 2008-11-01]
   <xi:include href="File_servers.xml"
     xmlns:xi="http://www.w3.org/2001/XInclude" />
+-->
 
 <!-- Database_servers.xml  -->
 


commit a867cb3da04618d6edd3bed54d4f41fe7f40431f
Author: Paul W. Frields <paul at salma.internal.frields.org>
Date:   Sat Nov 1 19:48:38 2008 -0400

    Sync with wiki content

diff --git a/en_US/File_systems.xml b/en_US/File_systems.xml
index 22e46f0..39dc20e 100644
--- a/en_US/File_systems.xml
+++ b/en_US/File_systems.xml
@@ -6,18 +6,20 @@
   <title>File systems</title>
   <section id="sn-eCryptfs">
     <title>eCryptfs</title>
-    <para>While Fedora 9 debuted encrypted file system support, Fedora 10
-      builds on that and fixes a number of problems that could have
-      resulted in data corruption.</para>
+    <para>
+      Fedora 10 builds on the encrypted file system support that
+      debuted in Fedora 9, and fixes a number of problems that could
+      have resulted in data corruption.
+    </para>
   </section>
   <section id="sn-EXT4">
     <title>EXT4</title>
-    <para>Fedora 9 debuted a preview of ext4 support. Fedora 10 brings a
+    <para>Fedora 9 featured a preview of ext4 support. Fedora 10 brings a
       fully ext4-compatible <package>e2fsprogs</package>. In addition,
       the <application>Anaconda</application> partition screen has an
       ext4 file system option available if you start the installer with
       the <option>ext4</option> option at the boot prompt. Fedora 10
-      also brings delayed allocation for ext4. However, ext4 in Fedora
+      also includes delayed allocation for ext4. However, ext4 in Fedora
       10 does not currently support file systems larger than 16
       TiB.</para>
   </section>


commit d05982414d4bf1277577527e1b5f4ec79f1a66fd
Author: Paul W. Frields <paul at salma.internal.frields.org>
Date:   Sat Nov 1 19:43:29 2008 -0400

    Sync with wiki content

diff --git a/en_US/Server_tools.xml b/en_US/Server_tools.xml
index 2bc7edf..5c96beb 100644
--- a/en_US/Server_tools.xml
+++ b/en_US/Server_tools.xml
@@ -15,16 +15,14 @@
       automatically fix problems while focusing on maintaining user data
       integrity. It is available in rescue mode, on the Fedora Live CD,
       and on running systems.</para>
-    <section id="sn-ST_Resources">
-      <title>Resources</title>
       <itemizedlist>
 	<listitem>
-	  <para> Project site -- <ulink
-	      url="https://fedorahosted.org/firstaidkit/"/>
+	  <para>Project site -- <ulink
+	  url="https://fedorahosted.org/firstaidkit/"/>
 	  </para>
 	</listitem>
       </itemizedlist>
-    </section>
   </section>
 </section>
 
+





More information about the Fedora-docs-commits mailing list