From 921c08c7b39039766b21676f88eda173da9d6a49 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 6 Oct 2006 13:37:31 +0000 Subject: * Start of Nixpkgs 0.10 release notes. svn path=/nixpkgs/trunk/; revision=6676 --- doc/Makefile | 10 ++--- doc/quote-literals.xsl | 4 ++ doc/release-notes.xml | 63 +++++++++++++++++++++++------- doc/style.css | 103 ++++++++++++++++++++++++++++++++++++------------- 4 files changed, 135 insertions(+), 45 deletions(-) (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index c84facb435b3c..2167980234fcd 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,12 +1,12 @@ -ENV = SGML_CATALOG_FILES=$(docbookcatalog) - -XMLLINT = $(ENV) xmllint --catalogs -XSLTPROC = $(ENV) xsltproc --catalogs \ +XMLLINT = xmllint --catalogs +XSLTPROC = xsltproc --catalogs \ --param section.autolabel 1 \ --param section.label.includes.component.label 1 \ --param html.stylesheet \'style.css\' \ --param xref.with.number.and.title 1 \ - --param toc.section.depth 3 + --param toc.section.depth 3 \ + --param admon.style \'\' \ + --param callout.graphics.extension \'.gif\' NEWS_OPTS = \ --stringparam generate.toc "article nop" \ diff --git a/doc/quote-literals.xsl b/doc/quote-literals.xsl index 983f5ac350686..03971bff90dc9 100644 --- a/doc/quote-literals.xsl +++ b/doc/quote-literals.xsl @@ -37,4 +37,8 @@ + + + + diff --git a/doc/release-notes.xml b/doc/release-notes.xml index ec605661ce75b..7a6eca7e112e6 100644 --- a/doc/release-notes.xml +++ b/doc/release-notes.xml @@ -1,11 +1,47 @@ - - + +
-
Nixpkgs Release Notes +Nixpkgs Release Notes + + +
Release 0.10 (October ???, 2006) + +This release of Nixpkgs requires Nix +0.10. + +This release has the following improvements: + + + + TODO: user configurability. Configuration file in + ~/.nixpkgs/config.nix. + + The default compiler is now GCC 4.1.1. + + X11 updated to X11R7.1. + + Opera. + + + +The following people contributed to this release: + + Andres Löh, + Armijn Hemel, + Christof Douma, + Eelco Dolstra, + Eelco Visser, + Mart Kolthof, + Martin Bravenboer, + Merijn de Jonge, + Rob Vermaas and + Roy van den Broek. + + + +
Release 0.9 (January 31, 2006) @@ -16,8 +52,8 @@ some of the more notable changes: - Distribution files have been moved to . + Distribution files have been moved to . The C library on Linux, Glibc, has been updated to version 2.3.6. @@ -32,7 +68,7 @@ some of the more notable changes: working X server (previously we only had X client libraries). We use a fully Nixified X server on NixOS. - The Sun JDK 5 has been purified, i.e., it doesn't + The Sun JDK 5 has been purified, i.e., it doesn’t require any non-Nix components such as /lib/ld-linux.so.2. This means that Java applications such as Eclipse and Azureus can run on @@ -149,9 +185,10 @@ hashing scheme in Nix 0.8. Tarballs used by Nixpkgs are now obtained from the same server - that hosts Nixpkgs (). - This reduces the risk of packages being unbuildable due to moved or - deleted files on various servers. + that hosts Nixpkgs (). This reduces the + risk of packages being unbuildable due to moved or deleted files on + various servers. diff --git a/doc/style.css b/doc/style.css index bf6fc3ecf43e0..e992a9a85dd97 100644 --- a/doc/style.css +++ b/doc/style.css @@ -10,7 +10,6 @@ body { font-family: sans-serif; background: white; - margin: 2em 1em 2em 1em; } @@ -34,48 +33,53 @@ h2 /* chapters, appendices, subtitle */ div.chapter > div.titlepage h2, div.appendix > div.titlepage h2 { margin-top: 1.5em; -/* border-top: solid #005aa0; */ } -div.sect1 h2 /* sections */ +div.section > div.titlepage h2 /* sections */ { font-size: 150%; + margin-top: 1.5em; } -div.refnamediv h2, div.refsynopsisdiv h2, div.refsection h2 /* refentry parts */ +h3 /* subsections */ { font-size: 125%; } -div.refsection h3 +div.appendix h3 { - font-size: 110%; + font-size: 150%; + margin-top: 1.5em; } -h3 /* subsections */ +div.refnamediv h2, div.refsynopsisdiv h2, div.refsection h2 /* refentry parts */ { + margin-top: 1.4em; font-size: 125%; } +div.refsection h3 +{ + font-size: 110%; +} /*************************************************************************** - Program listings: + Examples: ***************************************************************************/ div.example { border: 1px solid #6185a0; padding: 6px 6px; - margin-left: 3em; - margin-right: 3em; - background: #eeeeee; + margin-left: 1.5em; + margin-right: 1.5em; + background: #f4f4f8; } -pre.programlisting +div.example p.title { - color: #600000; - font-family: monospace; + margin-top: 0em; } @@ -83,41 +87,63 @@ pre.programlisting Screen dumps: ***************************************************************************/ -pre.screen +pre.screen, pre.programlisting { border: 1px solid #6185a0; - padding: 6px 6px; - margin-left: 3em; - margin-right: 3em; + padding: 3px 3px; + margin-left: 1.5em; + margin-right: 1.5em; color: #600000; - background: #eeeeee; + background: #f4f4f8; font-family: monospace; /* font-size: 90%; */ } +div.example pre.programlisting +{ + border: 0px; + padding: 0 0; + margin: 0 0 0 0; +} + /*************************************************************************** Notes, warnings etc: ***************************************************************************/ -.note,.warning +.note, .warning { - margin-top: 1em; - margin-bottom: 1em; border: 1px solid #6185a0; - padding: 0px 1em; + padding: 3px 3px; + margin-left: 1.5em; + margin-right: 1.5em; + margin-bottom: 1em; + padding: 0.3em 0.3em 0.3em 0.3em; background: #fffff5; } -div.note,div.warning +div.note, div.warning { font-style: italic; } -div.warning h3 +div.note h3, div.warning h3 { color: red; font-size: 100%; +// margin: 0 0 0 0; + padding-right: 0.5em; + display: inline; +} + +div.note p, div.warning p +{ + margin-bottom: 0em; +} + +div.note h3 + p, div.warning h3 + p +{ + display: inline; } div.note h3 @@ -167,9 +193,19 @@ tt, code } -div.variablelist dd +div.variablelist dd p, div.glosslist dd p { - margin-bottom: 1em; + margin-top: 0em; +} + +div.variablelist dd, div.glosslist dd +{ + margin-left: 1.5em; +} + +div.glosslist dt +{ + font-style: italic; } .default @@ -232,3 +268,16 @@ table.productionset table.productionset { font-family: monospace; } + +strong.command +{ +// font-family: monospace; +// font-style: italic; +// font-weight: normal; + color: #400000; +} + +div.calloutlist td +{ + padding-bottom: 1em; +} -- cgit 1.4.1