diff options
author | Araq <rumpf_a@web.de> | 2014-04-22 21:36:54 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-22 21:36:54 +0200 |
commit | 71e1c8d642edb8aed5d6525fd564444141fd747f (patch) | |
tree | 37077399ae25c1621b83970753e5e39c4028e493 | |
parent | 9ea55bf8875cd357e4164a27e358f61532ad1521 (diff) | |
download | Nim-71e1c8d642edb8aed5d6525fd564444141fd747f.tar.gz |
website updates
-rw-r--r-- | tools/website.tmpl | 2 | ||||
-rw-r--r-- | web/index.txt | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/tools/website.tmpl b/tools/website.tmpl index bd68bdb06..1d6242736 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -71,7 +71,7 @@ </div> <!-- site_foot --> <div id="site_foot"> - <div id="legal">Copyright © 2013 - Andreas Rumpf & Contributors - All rights reserved - <a href="http://reign-studios.com/philipwitte/">Design by Philip Witte</a></div> + <div id="legal">Copyright © 2014 - Andreas Rumpf & Contributors - All rights reserved - <a href="http://reign-studios.com/philipwitte/">Design by Philip Witte</a></div> </div> </div> <script> diff --git a/web/index.txt b/web/index.txt index e504b65c4..c3459d56b 100644 --- a/web/index.txt +++ b/web/index.txt @@ -90,7 +90,9 @@ Nimrod plays nice with others interfacing.** * There are lots of bindings: for example, bindings to GTK2, the Windows API, the POSIX API, OpenGL, SDL, Cairo, Python, Lua, TCL, X11, libzip, PCRE, - libcurl, mySQL and SQLite are included in the standard distribution. + libcurl, mySQL and SQLite are included in the standard distribution or + can easily be obtained via the + `Babel package manager <https://github.com/nimrod-code/babel>`_. * A C to Nimrod conversion utility: New bindings to C libraries are easily generated by ``c2nim``. @@ -98,6 +100,6 @@ Nimrod plays nice with others Roadmap to 1.0 ============== -Version 0.9.x - * the symbol binding rules for templates will change - * a shared memory garbage collected heap will be provided +Please have a look at +this `wiki page <https://github.com/Araq/Nimrod/wiki/Feature-Matrix>`_ for +an up-to-date overview. |