diff options
author | Araq <rumpf_a@web.de> | 2013-05-20 02:22:11 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-20 02:22:11 +0200 |
commit | b222de14322d2154ffb158aa06b9d85f1dab0fcf (patch) | |
tree | 3fef753e254c0f54419228abc12d43bf7f1f228f /web | |
parent | de1c549393735b678a13d19e5676fbbf2721e068 (diff) | |
parent | 571dbc8ef3644b29ae2f7384389303aed44c9a34 (diff) | |
download | Nim-b222de14322d2154ffb158aa06b9d85f1dab0fcf.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'web')
-rw-r--r-- | web/community.txt | 44 | ||||
-rw-r--r-- | web/news.txt | 19 | ||||
-rw-r--r-- | web/ticker.txt | 5 |
3 files changed, 65 insertions, 3 deletions
diff --git a/web/community.txt b/web/community.txt index 99338d084..bfa377a03 100644 --- a/web/community.txt +++ b/web/community.txt @@ -6,5 +6,47 @@ Wiki: http://github.com/Araq/Nimrod/wiki. Bug reports: http://github.com/Araq/Nimrod/issues. -For quickest feedback, join our IRC channel: irc://freenode/nimrod +For quickest feedback, join our IRC channel: irc://irc.freenode.net/nimrod +How to help +=========== + +There are always many things to be done in the main +`Nimrod repository <https://github.com/Araq/Nimrod>`_, check out the +`issues <https://github.com/Araq/Nimrod/issues>`_ for +things to do; pull requests are always welcome. You can +also contribute to the many other projects hosted by the +`nimrod-code <https://github.com/nimrod-code>`_ organisation on github. If you +can't find anything you fancy doing, you can always ask for inspiration on IRC +(irc.freenode.net #nimrod) or on the `Nimrod forums <http://forum.nimrod-code.org>`_. + +Donations +--------- + +If you love what we do and are feeling generous then you can always donate: + +Gittip +`````` + + .. raw:: html + + <iframe style="border: 0; margin: 0; padding: 0;" + src="https://www.gittip.com/Araq/widget.html" + width="48pt" height="22pt"></iframe> + +Paypal +`````` + + .. raw:: html + + <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> + <input type="hidden" name="cmd" value="_s-xclick"> + <input type="hidden" name="hosted_button_id" value="ZQC6CVEEYNTLN"> + <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> + <img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1"> + </form> + +Bitcoin +``````` + + Bitcoin address: 1BXfuKM2uvoD6mbx4g5xM3eQhLzkCK77tJ \ No newline at end of file diff --git a/web/news.txt b/web/news.txt index b8a767a64..8d0ed97c3 100644 --- a/web/news.txt +++ b/web/news.txt @@ -2,7 +2,7 @@ News ==== -New website design! +2013-05-20 New website design! =================== A brand new website is now live. All thanks go to Philip Witte and @@ -15,7 +15,22 @@ agree that Philip's design is beautiful. 2013-05-20 Version 0.9.2 released ================================= -Version 0.9.2 has been released! Get it `here <download.html>`_. +We are pleased to announce that version 0.9.2 of the Nimrod compiler has been +released. This release has attracted by far the most contributions in comparison +to any other release. + +This release can be downloaded from `here <download.html>`_. + +This release brings with it many new features and bug fixes, a list of which +can be seen later. One of the major new features is the effect system together +with exception tracking which allows for checked exceptions and more, +for further details check out the `manual <manual.html#effect-system>`_. +Another major new feature is the introduction of statement list expressions, +more details on these can be found `here <manual.html#statement-list-expression>`_. +The ability to exclude symbols from modules has also been +implemented, this feature can be used like so: ``import module except symbol``. + +Thanks to all `contributors <https://github.com/Araq/Nimrod/contributors>`_! Bugfixes -------- diff --git a/web/ticker.txt b/web/ticker.txt index b47c5642a..00bc6a125 100644 --- a/web/ticker.txt +++ b/web/ticker.txt @@ -1,3 +1,8 @@ +<a class="news" href="news.html#new-website-design"> + <h3>May 20, 2013</h3> + <p>New website design!</p> +</a> + <a class="news" href="news.html#Z2013-05-20-version-0-9-2-released"> <h3>May 20, 2013</h3> <p>Nimrod version 0.9.2 has been released!</p> |