Move release notes to an appendix and a separate chunk

This commit is contained in:
Eelco Dolstra 2015-07-22 16:17:06 +02:00
parent 48a25dc899
commit 1a03de173b
7 changed files with 35 additions and 36 deletions

View File

@ -65,8 +65,8 @@ let
'' ''
<toc role="chunk-toc"> <toc role="chunk-toc">
<d:tocentry xmlns:d="http://docbook.org/ns/docbook" linkend="book-nixos-manual"><?dbhtml filename="index.html"?> <d:tocentry xmlns:d="http://docbook.org/ns/docbook" linkend="book-nixos-manual"><?dbhtml filename="index.html"?>
<d:tocentry linkend="ch-options"><?dbhtml filename="options.html"?> <d:tocentry linkend="ch-options"><?dbhtml filename="options.html"?></d:tocentry>
</d:tocentry> <d:tocentry linkend="ch-release-notes"><?dbhtml filename="release-notes.html"?></d:tocentry>
</d:tocentry> </d:tocentry>
</toc> </toc>
''; '';

View File

@ -33,11 +33,12 @@
<xi:include href="administration/running.xml" /> <xi:include href="administration/running.xml" />
<!-- <xi:include href="userconfiguration.xml" /> --> <!-- <xi:include href="userconfiguration.xml" /> -->
<xi:include href="development/development.xml" /> <xi:include href="development/development.xml" />
<xi:include href="release-notes/release-notes.xml" />
<appendix xml:id="ch-options"> <appendix xml:id="ch-options">
<title>Configuration Options</title> <title>Configuration Options</title>
<xi:include href="options-db.xml" /> <xi:include href="options-db.xml" />
</appendix> </appendix>
<xi:include href="release-notes/release-notes.xml" />
</book> </book>

View File

@ -1,4 +1,4 @@
<part xmlns="http://docbook.org/ns/docbook" <appendix xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0" version="5.0"
@ -6,14 +6,12 @@
<title>Release Notes</title> <title>Release Notes</title>
<partintro>
<para>This section lists the release notes for each stable version of NixOS <para>This section lists the release notes for each stable version of NixOS
and current unstable revision.</para> and current unstable revision.</para>
</partintro>
<xi:include href="rl-unstable.xml" /> <xi:include href="rl-unstable.xml" />
<xi:include href="rl-1412.xml" /> <xi:include href="rl-1412.xml" />
<xi:include href="rl-1404.xml" /> <xi:include href="rl-1404.xml" />
<xi:include href="rl-1310.xml" /> <xi:include href="rl-1310.xml" />
</part> </appendix>

View File

@ -1,4 +1,4 @@
<chapter xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0" version="5.0"
@ -8,4 +8,4 @@
<para>This is the first stable release branch of NixOS.</para> <para>This is the first stable release branch of NixOS.</para>
</chapter> </section>

View File

@ -1,4 +1,4 @@
<chapter xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0" version="5.0"
@ -157,4 +157,4 @@ networking.firewall.enable = false;
</para> </para>
</chapter> </section>

View File

@ -1,4 +1,4 @@
<chapter xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0" version="5.0"
@ -174,4 +174,4 @@ now.</para></listitem>
</para> </para>
</chapter> </section>

View File

@ -1,10 +1,10 @@
<chapter xmlns="http://docbook.org/ns/docbook" <section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0" version="5.0"
xml:id="sec-release-unstable"> xml:id="sec-release-unstable">
<title>Unstable revision</title> <title>Release 15.07 (“Dingo”, 2015/07/??)</title>
<para>In addition to numerous new and upgraded packages, this release has the following highlights: <para>In addition to numerous new and upgraded packages, this release has the following highlights:
@ -164,4 +164,4 @@ nix-env -f &quot;&lt;nixpkgs&gt;&quot; -iA haskellPackages.cabal-install
</itemizedlist> </itemizedlist>
</para> </para>
</chapter> </section>