en-US/Devel-Haskell.xml en-US/Devel-Languages.xml en-US/Devel-Tools.xml en-US/Release_Notes.xml en-US/Revision_History.xml

John J. McDonough jjmcd at fedoraproject.org
Tue Oct 27 12:26:01 UTC 2009


 en-US/Devel-Haskell.xml    |   11 -------
 en-US/Devel-Languages.xml  |   62 +++++++++++++++++++++++++++++++++++++++++++++
 en-US/Devel-Tools.xml      |   15 ----------
 en-US/Release_Notes.xml    |    2 -
 en-US/Revision_History.xml |   14 ++++++++++
 5 files changed, 77 insertions(+), 27 deletions(-)

New commits:
commit f36e5313ba94093e263ae0944f77f993a9ed360a
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Tue Oct 27 08:24:42 2009 -0400

    Updates to Development Lnaguages from wiki
    
    Renamed (unused) Devel-Haskell to Devel-Languages
    Added new Haskell information from wiki
    Moved php from Devel-Tools to Devel-Languages

diff --git a/en-US/Devel-Haskell.xml b/en-US/Devel-Haskell.xml
deleted file mode 100644
index 470f175..0000000
--- a/en-US/Devel-Haskell.xml
+++ /dev/null
@@ -1,11 +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 id="sect-Release_Notes-Haskell">
-	<title>Haskell</title>
-	<remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Documentation_Development_Haskell_Beat">https://fedoraproject.org/wiki/Documentation_Development_Haskell_Beat</ulink></remark>
-	
-</section>
-
-
diff --git a/en-US/Devel-Languages.xml b/en-US/Devel-Languages.xml
new file mode 100644
index 0000000..5e2ccb1
--- /dev/null
+++ b/en-US/Devel-Languages.xml
@@ -0,0 +1,62 @@
+<?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 id="sect-Release_Notes-Languages">
+  <title>Languages</title>
+  <remark>This beat is located here: <ulink type="http" url="https://fedoraproject.org/wiki/Documentation_Development_Haskell_Beat">https://fedoraproject.org/wiki/Documentation_Development_Haskell_Beat</ulink></remark>
+
+  <para>
+    Fedora &PRODVER; includes all of the popular programming
+    languages.  This section outlines the major changes since Fedora
+    11. Since Fedora tries to include the lastest of everything from
+    upstream, there are, of course, many minor changes.  See the
+    tables at the end of this document for details.
+  </para>
+
+  <variablelist>
+
+    <varlistentry>
+      <term>Haskell</term>
+      <listitem>
+	<para>
+	  Fedora 12 includes the
+	  <package>haskell-platform</package>-2009.2.0.2. Haskell
+	  Platform is standard set of libraries and tools which
+	  provide a stable known platform for developing Haskell
+	  projects.
+	</para>
+	<para>
+	  <package>ghc</package> has been updated to 6.10.4. The
+	  xmonad window manager and quite a few more libraries have
+	  also been added (cgi, editline, fgl, GLUT, haskell-platform,
+	  network, OpenGL, tar, time, utf8-string, X11-xft, xmonad,
+	  xmonad-contrib).
+	</para>
+	<para>
+	  <package>ghc-rpm-macros</package> contains the rpm macros
+	  used in the Haskell Packaging Guidelines.
+	</para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
+      <term>php</term>
+      <listitem>
+	<para>
+	  Fedora 12 includes version 5.3.0 of
+	  <package>php</package>. This includes a number of
+	  significant new features including support for namespaces,
+	  late binding, more consistent float rounding as well as a
+	  number of performance enhancements. For complete details see
+	  <ulink type="http" url="http://php.net/releases/5_3_0.php"
+	  />.
+	</para>
+      </listitem>
+    </varlistentry>
+
+  </variablelist>
+
+</section>
+
+
diff --git a/en-US/Devel-Tools.xml b/en-US/Devel-Tools.xml
index e7db062..663e849 100644
--- a/en-US/Devel-Tools.xml
+++ b/en-US/Devel-Tools.xml
@@ -67,21 +67,6 @@
       </listitem>
     </varlistentry>
 
-    <varlistentry>
-      <term>php</term>
-      <listitem>
-	<para>
-	  Fedora 12 includes version 5.3.0 of
-	  <package>php</package>. This includes a number of
-	  significant new features including support for namespaces,
-	  late binding, more consistent float rounding as well as a
-	  number of performance enhancements. For complete details see
-	  <ulink type="http" url="http://php.net/releases/5_3_0.php"
-	  />.
-	</para>
-      </listitem>
-    </varlistentry>
-
   </variablelist>
 </section>
 
diff --git a/en-US/Release_Notes.xml b/en-US/Release_Notes.xml
index f70ef05..8c6f0a8 100644
--- a/en-US/Release_Notes.xml
+++ b/en-US/Release_Notes.xml
@@ -51,11 +51,11 @@
 		<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="Devel-Runtime.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
+		<xi:include href="Devel-Languages.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 		<xi:include href="Devel-Tools.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 <!--		<xi:include href="Devel-GCC.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
 <!--		<xi:include href="Devel-Java.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
 		<xi:include href="Devel-Eclipse.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-<!--		<xi:include href="Devel-Haskell.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
 		<!-- <xi:include href="BackwardsCompatibility.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
 		<!-- <xi:include href="Kernel.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include> -->
 	</section>
diff --git a/en-US/Revision_History.xml b/en-US/Revision_History.xml
index 0cf28e2..14cd34b 100644
--- a/en-US/Revision_History.xml
+++ b/en-US/Revision_History.xml
@@ -7,6 +7,20 @@
 	<simpara>
 		<revhistory>
 			<revision>
+				<revnumber>0.5</revnumber>
+				<date>Tue 27 Oct 2009</date>
+				<author>
+					<firstname>John</firstname>
+					<surname>McDonough</surname>
+					<email>jjmcd at fedoraproject.org</email>
+				</author>
+				<revdescription>
+					<simplelist>
+						<member>Wiki updates to Development Languages</member>
+					</simplelist>
+				</revdescription>
+			</revision>
+			<revision>
 				<revnumber>0.4</revnumber>
 				<date>Mon 26 Oct 2009</date>
 				<author>





More information about the Fedora-docs-commits mailing list