2 commits - en-US/Power_Users_Get_What_New_Features_and_Fixes.xml en-US/Release_Notes.xml en-US/What_is_New_for_Gamers_Scientists_and_Hobbyists.xml en-US/What_is_New_for_Installation_and_Live_Images.xml

Karsten Wade quaid at fedoraproject.org
Fri Oct 17 21:15:01 UTC 2008


 en-US/Power_Users_Get_What_New_Features_and_Fixes.xml     |   21 ++++++++++++++
 en-US/Release_Notes.xml                                   |    9 ++++++
 en-US/What_is_New_for_Gamers_Scientists_and_Hobbyists.xml |   15 ++++++++++
 en-US/What_is_New_for_Installation_and_Live_Images.xml    |    6 +++-
 4 files changed, 50 insertions(+), 1 deletion(-)

New commits:
commit bb7c40a472f76d5f60ebb789c407e5a310a19b01
Merge: bd92dde... 4c594ef...
Author: Karsten 'quaid' Wade <kwade at calliope.phig.org>
Date:   Fri Oct 17 14:12:20 2008 -0700

    Merge branch 'wip-release-notes'
    
    Conflicts:
    
    	en-US/What_is_New_for_Installation_and_Live_Images.xml

diff --cc en-US/What_is_New_for_Installation_and_Live_Images.xml
index ab58a16,6de4576..37cd19e
--- a/en-US/What_is_New_for_Installation_and_Live_Images.xml
+++ b/en-US/What_is_New_for_Installation_and_Live_Images.xml
@@@ -25,8 -25,13 +25,12 @@@
    <xi:include href="Architecture_specific_notes.xml"
      xmlns:xi="http://www.w3.org/2001/XInclude" />
  
- <!-- Fedora_10_boot-time.xml -->
+ <!-- X_Window_system_-_graphics.xml  -->
  
+   <xi:include href="X_Window_system_-_graphics.xml"
+     xmlns:xi="http://www.w3.org/2001/XInclude" />
+ 
+ <!-- Fedora_10_boot-time.xml  -->
 -
    <xi:include href="Fedora_10_boot-time.xml"
      xmlns:xi="http://www.w3.org/2001/XInclude" />
  


commit 4c594eff36dd4c008cd3061cf58bf36f861082f3
Author: Karsten 'quaid' Wade <kwade at calliope.phig.org>
Date:   Fri Oct 17 14:04:55 2008 -0700

    Adding forgotten chapters, making sure they are XIncluded.
    
    * These are more audience specific chapters
    ** We're hoping they draw some attention in terms of being empty, too
    ** Does all seem placed correctly?  Best effort here
    * XIncluded files that are ready but got missed in the restructure

diff --git a/en-US/Power_Users_Get_What_New_Features_and_Fixes.xml b/en-US/Power_Users_Get_What_New_Features_and_Fixes.xml
new file mode 100644
index 0000000..b3ee0b7
--- /dev/null
+++ b/en-US/Power_Users_Get_What_New_Features_and_Fixes.xml
@@ -0,0 +1,21 @@
+<?xml version='1.0'?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<chapter id="Power_Users_Get_What_Features_and_Fixes">
+	<title>Power Users Get What Features and Fixes</title>
+	<para/>
+
+<!-- Server_tools.xml  -->
+
+  <xi:include href="./Server_tools.xml"
+    xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+<!-- File_systems.xml  -->
+
+  <xi:include href="./File_systems.xml"
+    xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+
+</chapter>
+
diff --git a/en-US/Release_Notes.xml b/en-US/Release_Notes.xml
index 8859616..5c398bb 100644
--- a/en-US/Release_Notes.xml
+++ b/en-US/Release_Notes.xml
@@ -48,6 +48,15 @@
   <xi:include href="./What_is_the_Latest_on_the_Desktop.xml"
     xmlns:xi="http://www.w3.org/2001/XInclude" />
 
+<!-- What is New for Gamers, Scientists, and Hobbyists -->
+  <xi:include href="./What_is_New_for_Gamers_Scientists_and_Hobbyists.xml"
+    xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+<!-- Power_Users_Get_What_New_Features_and_Fixes.xml -->
+  <xi:include href="./Power_Users_Get_What_New_Features_and_Fixes.xml"
+    xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+
 <!-- How_are_Things_for_Developers.xml -->
 
   <xi:include href="./How_are_Things_for_Developers.xml"
diff --git a/en-US/What_is_New_for_Gamers_Scientists_and_Hobbyists.xml b/en-US/What_is_New_for_Gamers_Scientists_and_Hobbyists.xml
new file mode 100644
index 0000000..c1c7122
--- /dev/null
+++ b/en-US/What_is_New_for_Gamers_Scientists_and_Hobbyists.xml
@@ -0,0 +1,15 @@
+<?xml version='1.0'?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<chapter id="What_is_New_for_Gamers_Scientists_and_Hobbyists">
+  <title>What is New for Gamers, Scientists, and Hobbyists</title>
+  <para/>
+
+<!-- Games_and_entertainment.xml  -->
+
+  <xi:include href="Games_and_entertainment.xml"
+    xmlns:xi="http://www.w3.org/2001/XInclude" />
+  
+</chapter>
+
diff --git a/en-US/What_is_New_for_Installation_and_Live_Images.xml b/en-US/What_is_New_for_Installation_and_Live_Images.xml
index 3881f44..6de4576 100644
--- a/en-US/What_is_New_for_Installation_and_Live_Images.xml
+++ b/en-US/What_is_New_for_Installation_and_Live_Images.xml
@@ -25,5 +25,15 @@
   <xi:include href="Architecture_specific_notes.xml"
     xmlns:xi="http://www.w3.org/2001/XInclude" />
 
+<!-- X_Window_system_-_graphics.xml  -->
+
+  <xi:include href="X_Window_system_-_graphics.xml"
+    xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+<!-- Fedora_10_boot-time.xml  -->
+
+  <xi:include href="Fedora_10_boot-time.xml"
+    xmlns:xi="http://www.w3.org/2001/XInclude" />
+
 </section>
 





More information about the Fedora-docs-commits mailing list