[release-notes] add Development

John J. McDonough jjmcd at fedoraproject.org
Sun Sep 5 17:20:42 UTC 2010


commit a07939c5438a6726cf4f2ec826b2d2e61b2cadb0
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Sun Sep 5 13:20:34 2010 -0400

    add Development

 en-US/Development.xml   |  113 +++++++++++++--------
 en-US/Release_Notes.xml |  264 +++++++++++++++++++++++++----------------------
 2 files changed, 209 insertions(+), 168 deletions(-)
---
diff --git a/en-US/Development.xml b/en-US/Development.xml
index 5b44675..17c787c 100644
--- a/en-US/Development.xml
+++ b/en-US/Development.xml
@@ -1,43 +1,70 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.1CR1//EN"
-               "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
-<?xml-stylesheet href="http://www.informatik.fh-wiesbaden.de/~werntges/home_t/proj/dbkcss102/wysiwygdocbook1.02/driver.css" type="text/css"?>
-<book>
-  <article lang="en">
-    <articleinfo>
-      <title>Documentation_Development_Beat</title>
-    </articleinfo><section>
-      <sectioninfo>
-        <title>Documentation_Development_Beat</title>
-      </sectioninfo><para>
-        <mediaobject>
-          <imageobject>
-            <imagedata fileref="http://fedoraproject.org/w/index.php?title=File:DocsProject_Header_docTeam1.png" scalefit="1"/>
-          </imageobject><caption>
-            <para/>
-          </caption>
-        </mediaobject>
-      </para><section>
-        <sectioninfo>
-          <title>New Programming Language</title>
-        </sectioninfo><para> Fedora&#160;14 introduces support for <emphasis>D</emphasis>
-          <ulink url="http://www.digitalmars.com/d/">[1]</ulink>, a systems programming language combining the power and high performance of C and C++ with the programmer productivity of modern languages such as Ruby and Python.</para>
-      </section><section>
-        <sectioninfo>
-          <title>Support for GNUStep</title>
-        </sectioninfo><para> The GNUstep development environment arrives on Fedora, allowing easy development of cross-platform applications on Fedora using the Cocoa (formerly NeXTSTEP/OpenStep) APIs and tools. GNUstep's main development language is Objective-C, but GNUstep is not limited to that. </para>
-      </section><section>
-        <sectioninfo>
-          <title>Other improvements</title>
-        </sectioninfo><itemizedlist>
-          <listitem>
-            <para> Updates to the <emphasis>Python</emphasis>, <emphasis>Erlang</emphasis> and <emphasis>Perl</emphasis> languages and the <emphasis>Netbeans</emphasis> and <emphasis>Eclipse</emphasis> development environments. </para>
-          </listitem><listitem>
-            <para> The <emphasis>gdb</emphasis> debugger has been extended with new commands that make it easier to track down and fix excessive memory usage within programs and libraries, as well as an index that greatly speeds up debugging. </para>
-          </listitem>
-        </itemizedlist><para>These features complete a rich set of development tools that further extends the possibilities for developers. For a complete list of the hundreds of updated development components see the Fedora&#160;14 Technical Notes at <ulink url="http://docs.fedoraproject.org.">http://docs.fedoraproject.org.</ulink>
-        </para>
-      </section>
-    </section>
-  </article>
-</book>
\ No newline at end of file
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
+%BOOK_ENTITIES;
+]>
+
+<section id="sect-Release_Notes-Development">
+  <title>Documentation_Development_Beat</title>
+
+  <section>
+    <title>New Programming Language</title>
+    <indexterm><primary>D</primary></indexterm>
+    <para>
+      Fedora 14 introduces support for <package>D</package> <ulink
+      url="http://www.digitalmars.com/d/">
+      http://www.digitalmars.com/d/</ulink>, a systems programming
+      language combining the power and high performance of C and C++
+      with the programmer productivity of modern languages such as
+      Ruby and Python.
+    </para>
+  </section>
+
+  <section>
+    <title>Support for GNUStep</title>
+    <indexterm><primary>GNUStep</primary></indexterm>    
+    <para>
+      The GNUstep development environment arrives on Fedora, allowing
+      easy development of cross-platform applications on Fedora using
+      the Cocoa (formerly NeXTSTEP/OpenStep) APIs and tools. GNUstep's
+      main development language is Objective-C, but GNUstep is not
+      limited to that.
+    </para>
+  </section>
+
+  <section>    
+    <title>Other improvements</title>
+    <indexterm><primary>python</primary></indexterm>
+    <indexterm><primary>erlang</primary></indexterm>
+    <indexterm><primary>perl</primary></indexterm>
+    <indexterm><primary>NetBeans</primary></indexterm>
+    <indexterm><primary>Eclipse</primary></indexterm>
+    <indexterm><primary>gdb</primary></indexterm>
+    <itemizedlist>
+      <listitem>
+	<para>
+	  Updates to the <package>Python</package>,
+	  <package>Erlang</package> and <package>Perl</package>
+	  languages and the <package>Netbeans</package> and
+	  <package>Eclipse</package> development environments.
+	</para>
+      </listitem>
+      <listitem>
+	<para>
+	  The <package>gdb</package> debugger has been extended with new
+	  commands that make it easier to track down and fix excessive
+	  memory usage within programs and libraries, as well as an
+	  index that greatly speeds up debugging.
+	</para>
+      </listitem>
+    </itemizedlist>
+    <para>
+      These features complete a rich set of development tools that
+      further extends the possibilities for developers. For a complete
+      list of the hundreds of updated development components see the
+      Fedora&#160;14 Technical Notes at <ulink
+      url="http://docs.fedoraproject.org.">
+      http://docs.fedoraproject.org.</ulink>
+    </para>
+  </section>
+</section>
diff --git a/en-US/Release_Notes.xml b/en-US/Release_Notes.xml
index 1954d75..3cb7eba 100644
--- a/en-US/Release_Notes.xml
+++ b/en-US/Release_Notes.xml
@@ -6,132 +6,146 @@
 
 <article>
   <xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-      <xi:include href="Welcome.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-      <xi:include href="Overview.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="Hardware_Overview.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="Feedback.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="Installer.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="Arch_Specific.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="Desktop.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="Networking.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="Printing.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="I18n.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="Multimedia.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="Entertainment.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="Live_Image.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="Boot.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-  <!--     <xi:include href="17-Security.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="18-Virtualization.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="19-Web_Servers.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="20-Mail_Servers.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="21-Database_Servers.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="22-File_Servers.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="23-Samba.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="24-System_Daemons.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="25-Server_Configuration_Tools.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="26-File_Systems.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="27-Xorg.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="28-Cluster.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="29-Development.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="30-Development_Runtime.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="31-Developer_Tools.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="32-Development_GCC.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="33-Development_Java.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="34-Development_Haskell.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="35-Development_Eclipse.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="36-Backwards_Compatibility.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="37-Kernel.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="38-Scientific_and_Technical.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="39-EDA.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="40-Embedded_Development.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="41-Circuit_Design.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-       <xi:include href="42-Amateur_Radio.xml"
-       xmlns:xi="http://www.w3.org/2001/XInclude">
-       </xi:include>
-  -->
-<!--  <para>
-    This is a test paragraph
-  </para> -->
+  <section id="sect-Release_Notes-Welcome_to_Fedora_14">
+    <title>Welcome to Fedora 14</title>
+    <xi:include href="Welcome.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="Overview.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="Hardware_Overview.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="Feedback.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+  </section>
+  <xi:include href="Installer.xml"
+	      xmlns:xi="http://www.w3.org/2001/XInclude">
+  </xi:include>
+  <xi:include href="Arch_Specific.xml"
+	      xmlns:xi="http://www.w3.org/2001/XInclude">
+  </xi:include>
+  <section id="sect-Release_Notes-Changes_for_Desktop_Users">
+    <title>Changes in Fedora for Desktop Users</title>
+    <xi:include href="Desktop.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="Networking.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="Printing.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="I18n.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="Multimedia.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="Entertainment.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="Live_Image.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+  </section>
+  <section id="sect-Release_Notes-Changes_for_SysAdmin">
+    <title>Changes in Fedora for System Administrators</title>
+    <xi:include href="Boot.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+<!--
+    <xi:include href="17-Security.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="18-Virtualization.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="19-Web_Servers.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="20-Mail_Servers.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="21-Database_Servers.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="22-File_Servers.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="23-Samba.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="24-System_Daemons.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="25-Server_Configuration_Tools.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="26-File_Systems.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="27-Xorg.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="28-Cluster.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include> -->
+  </section>
+
+  <section id="sect-Release_Notes-Changes_for_Developers">
+    <title>Changes in Fedora for Developers</title>
+    <xi:include href="Development.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+<!--    <xi:include href="30-Development_Runtime.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="31-Developer_Tools.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="32-Development_GCC.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="33-Development_Java.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="34-Development_Haskell.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="35-Development_Eclipse.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="36-Backwards_Compatibility.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="37-Kernel.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include> -->
+  </section>
+<!--  <section id="sect-Release_Notes-Changes_for_Specific_Audiences">
+    <title>Changes in Fedora for Speific Audiences</title>
+    <xi:include href="38-Scientific_and_Technical.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="39-EDA.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="40-Embedded_Development.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="41-Circuit_Design.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+    <xi:include href="42-Amateur_Radio.xml"
+		xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
+  </section>
+-->
 
   <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-  <index />
+  <index id="appe-Release_Notes-index" />
 </article>
 


More information about the docs-commits mailing list