en_US/Development.xml en_US/How_are_Things_for_Developers.xml en_US/Runtime.xml

Paul W. Frields pfrields at fedoraproject.org
Thu Nov 6 22:59:01 UTC 2008


 en_US/Development.xml                   |   37 --------------------------------
 en_US/How_are_Things_for_Developers.xml |    5 ++++
 en_US/Runtime.xml                       |   33 ++++++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 37 deletions(-)

New commits:
commit c5dd3079928acc570a003933c4b880c8e4cdb876
Author: Paul W. Frields <paul at salma.internal.frields.org>
Date:   Thu Nov 6 17:58:25 2008 -0500

    Fixed Development stuff
    
          * Add new Runtime beat file
          * Add Runtime info to overall development parent file
          * Remove deprecated Development.xml file

diff --git a/en_US/Development.xml b/en_US/Development.xml
deleted file mode 100644
index 87f7e89..0000000
--- a/en_US/Development.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-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-Development">
-  <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"
-		xmlns:xi="http://www.w3.org/2001/XInclude" />
-</section>
diff --git a/en_US/How_are_Things_for_Developers.xml b/en_US/How_are_Things_for_Developers.xml
index 2b40f29..a3ffee9 100644
--- a/en_US/How_are_Things_for_Developers.xml
+++ b/en_US/How_are_Things_for_Developers.xml
@@ -6,6 +6,11 @@
 	<title>How are Things for Developers</title>
 	<para/>
 
+<!-- Runtime -->
+
+  <xi:include href="Runtime.xml"
+	      xmlns:xi="http://www.w3.org/2001/XInclude" />
+
 <!-- Java.xml  -->
 
   <xi:include href="Java.xml"
diff --git a/en_US/Runtime.xml b/en_US/Runtime.xml
new file mode 100644
index 0000000..749babf
--- /dev/null
+++ b/en_US/Runtime.xml
@@ -0,0 +1,33 @@
+<?xml version='1.0'?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<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>





More information about the Fedora-docs-commits mailing list