summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-12-30 23:20:40 +0100
committerAraq <rumpf_a@web.de>2014-12-30 23:20:40 +0100
commit1b56334c4624ddb1c45282a6071354b8ab9282da (patch)
tree7cd44b9aee894db89110271659c160b9190648cf /web
parentd01eb14a3997b53fca5ed6628d0ebbf6f91d8b43 (diff)
downloadNim-1b56334c4624ddb1c45282a6071354b8ab9282da.tar.gz
website updates; Source links now work
Diffstat (limited to 'web')
-rw-r--r--web/download.txt9
-rw-r--r--web/news.txt7
2 files changed, 8 insertions, 8 deletions
diff --git a/web/download.txt b/web/download.txt
index 1ba1ad5f7..497781ad6 100644
--- a/web/download.txt
+++ b/web/download.txt
@@ -9,12 +9,9 @@ and clang on Mac OS X.
 Binaries
 ========
 
-Unfortunately for now we provide no binary builds.
-
-..
-  Unfortunately for now we only provide builds for Windows.
-  * 32 bit: `nim_0.10.2.exe <download/nim-0.10.2.exe>`_
-  * 64 bit: `nim_0.10.2_x64.exe <download/nim-0.10.2_x64.exe>`_
+Unfortunately for now we only provide builds for Windows.
+* 32 bit: `nim-0.10.2_x32.exe <download/nim-0.10.2_x32.exe>`_
+* 64 bit: `nim-0.10.2_x64.exe <download/nim-0.10.2_x64.exe>`_
 
 
 Installation based on generated C code
diff --git a/web/news.txt b/web/news.txt
index 75c574405..ee9ad8837 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -29,7 +29,10 @@ for lightweight threading through the use of ``spawn``.
 The unpopular "T" and "P" prefixes on types have been deprecated. Nim also
 became more expressive by weakening the distinction between statements and
 expressions. We also added a new and searchable forum, a new website, and our
-documentation generator ``docgen`` has seen major improvements.
+documentation generator ``docgen`` has seen major improvements. Many thanks to
+Nick Greenfield for the much more beautiful documentation!
+
+
 
 What's left to be done
 ~~~~~~~~~~~~~~~~~~~~~~
@@ -120,7 +123,7 @@ Language Additions
 - The builtin ``procCall`` can be used to get ``super``-like functionality
   for multi methods.
 - There is a new pragma ``{.experimental.}`` that enables experimental
-  language features per module, or you can enable this features on a global
+  language features per module, or you can enable these features on a global
   level with the ``--experimental`` command line option.