summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-01-18 15:44:41 +0000
committerDominik Picheta <dominikpicheta@gmail.com>2016-01-18 15:44:41 +0000
commit13c98222df26925938bdb8bb55d9af900cc5a228 (patch)
treea931754e39395aa6e218bd2b1c177776768b1a11
parentd79a5f52764de3cf0080f898ff76e71b2c0a91ab (diff)
downloadNim-13c98222df26925938bdb8bb55d9af900cc5a228.tar.gz
Added news item about OSCON talk.
-rw-r--r--web/news.txt10
-rw-r--r--web/ticker.txt15
2 files changed, 20 insertions, 5 deletions
diff --git a/web/news.txt b/web/news.txt
index f1744a1df..cc9d05d71 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -186,6 +186,16 @@ News
   - Fixed "Can't compile nimble with latest devel - codegen bug"
     (`#3730 <https://github.com/nim-lang/Nim/issues/3730>`_)
 
+2016-01-18 Andreas Rumpf's talk at OSCON Amsterdam
+==================================================
+
+In case you have missed it, here is Andreas' Nim: An Overview talk at
+OSCON Amsterdam.
+
+.. raw:: html
+
+  <iframe width="560" height="315" src="https://www.youtube.com/embed/4rJEBs_Nnaw" frameborder="0" allowfullscreen></iframe>
+
 2015-10-27 Version 0.12.0 released
 ==================================
 
diff --git a/web/ticker.txt b/web/ticker.txt
index 106f8f008..f4a3cac2a 100644
--- a/web/ticker.txt
+++ b/web/ticker.txt
@@ -1,3 +1,13 @@
+<a class="news" href="news.html#Z2016-01-18-version-0-13-0-released">
+  <h4>January 18, 2016</h4>
+  <p>Nim version 0.13.0 has been released!</p>
+</a>
+
+<a class="news" href="news.html#Z2016-01-18-andreas-rumpf-s-talk-at-oscon-amsterdam">
+  <h4>January 18, 2016</h4>
+  <p>Andreas Rumpf's talk at OSCON Amsterdam</p>
+</a>
+
 <a class="news" href="news.html#Z2015-10-27-version-0-12-0-released">
   <h4>October 27, 2015</h4>
   <p>Nim version 0.12.0 has been released!</p>
@@ -13,9 +23,4 @@
   <p>Nim version 0.11.2 has been released!</p>
 </a>
 
-<a class="news" href="news.html#Z2014-12-29-version-0-10-2-released">
-  <h4>Dec 29, 2014</h4>
-  <p>Nim version 0.10.2 has been released!</p>
-</a>
-
 <a href="news.html" class="blue">See All News...</a>
23e2'>^
b5194f592 ^
268260953 ^

b5194f592 ^
268260953 ^



b5194f592 ^
268260953 ^



b5194f592 ^
268260953 ^
b5194f592 ^
268260953 ^

















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79