summaryrefslogtreecommitdiffstats
path: root/articles/page/2/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-08-01 11:51:09 +0200
committerLoïc Hoguin <[email protected]>2018-08-01 11:51:09 +0200
commit34bea68bc8c23429ab788387b4db110135789adf (patch)
tree980155128e22c97fb191a6f6b76f693ff1373436 /articles/page/2/index.html
parentcdd9c66b172c34e8417a868979646c82fb335ea2 (diff)
downloadninenines.eu-34bea68bc8c23429ab788387b4db110135789adf.tar.gz
ninenines.eu-34bea68bc8c23429ab788387b4db110135789adf.tar.bz2
ninenines.eu-34bea68bc8c23429ab788387b4db110135789adf.zip
Add the year in the articles date circle
This will prevent confusion around very old articles.
Diffstat (limited to 'articles/page/2/index.html')
-rw-r--r--articles/page/2/index.html54
1 files changed, 27 insertions, 27 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index 747615c1..8d005af8 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -10,7 +10,7 @@
<title>Nine Nines: Articles</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'>
- <link href="/css/99s.css?r=1" rel="stylesheet">
+ <link href="/css/99s.css?r=2" rel="stylesheet">
<link rel="shortcut icon" href="/img/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png">
@@ -69,8 +69,8 @@
<header>
<h2><a href="https://ninenines.eu/articles/the-story-so-far/">The story so far</a></h2>
<p class="date">
- <span class="day">23</span>
- <span class="month">Aug</span>
+ <span class="year">2014</span>
+ <span class="day-month">23 Aug</span>
</p>
</header>
@@ -85,8 +85,8 @@
<header>
<h2><a href="https://ninenines.eu/articles/cowboy2-qs/">Cowboy 2.0 and query strings</a></h2>
<p class="date">
- <span class="day">20</span>
- <span class="month">Aug</span>
+ <span class="year">2014</span>
+ <span class="day-month">20 Aug</span>
</p>
</header>
@@ -102,8 +102,8 @@ Cowboy 2.0 will respond to user wishes by simplifying the interface of the cowbo
<header>
<h2><a href="https://ninenines.eu/articles/january-2014-status/">January 2014 status</a></h2>
<p class="date">
- <span class="day">07</span>
- <span class="month">Jan</span>
+ <span class="year">2014</span>
+ <span class="day-month">07 Jan</span>
</p>
</header>
@@ -120,8 +120,8 @@ Until a year ago all development was financed through consulting and development
<header>
<h2><a href="https://ninenines.eu/articles/farwest-funded/">Farwest got funded!</a></h2>
<p class="date">
- <span class="day">27</span>
- <span class="month">Jun</span>
+ <span class="year">2013</span>
+ <span class="day-month">27 Jun</span>
</p>
</header>
@@ -139,8 +139,8 @@ I am hoping that we will be able to make good use of all that money. The details
<header>
<h2><a href="https://ninenines.eu/articles/erlang.mk-and-relx/">Build Erlang releases with Erlang.mk and Relx</a></h2>
<p class="date">
- <span class="day">28</span>
- <span class="month">May</span>
+ <span class="year">2013</span>
+ <span class="day-month">28 May</span>
</p>
</header>
@@ -156,8 +156,8 @@ There is two steps to building a release. First you need to build the various OT
<header>
<h2><a href="https://ninenines.eu/articles/xerl-0.5-intermediate-module/">Xerl: intermediate module</a></h2>
<p class="date">
- <span class="day">25</span>
- <span class="month">Mar</span>
+ <span class="year">2013</span>
+ <span class="day-month">25 Mar</span>
</p>
</header>
@@ -174,8 +174,8 @@ xerl -&gt; tokens -&gt; AST -&gt; intermediate -&gt; cerl Today we will perform
<header>
<h2><a href="https://ninenines.eu/articles/xerl-0.4-expression-separator/">Xerl: expression separator</a></h2>
<p class="date">
- <span class="day">01</span>
- <span class="month">Mar</span>
+ <span class="year">2013</span>
+ <span class="day-month">01 Mar</span>
</p>
</header>
@@ -193,8 +193,8 @@ exprs -&gt; expr : ['$1']. exprs -&gt; expr exprs : ['$1' | '$2']. And add a co
<header>
<h2><a href="https://ninenines.eu/articles/erlang-scalability/">Erlang Scalability</a></h2>
<p class="date">
- <span class="day">18</span>
- <span class="month">Feb</span>
+ <span class="year">2013</span>
+ <span class="day-month">18 Feb</span>
</p>
</header>
@@ -210,8 +210,8 @@ This will be in the form of a series of hints, which may or may not be accompani
<header>
<h2><a href="https://ninenines.eu/articles/xerl-0.3-atomic-expressions/">Xerl: atomic expressions</a></h2>
<p class="date">
- <span class="day">18</span>
- <span class="month">Feb</span>
+ <span class="year">2013</span>
+ <span class="day-month">18 Feb</span>
</p>
</header>
@@ -228,8 +228,8 @@ We will be running this expression at compile time, since we don&apos;t have the
<header>
<h2><a href="https://ninenines.eu/articles/xerl-0.2-two-modules/">Xerl: two modules</a></h2>
<p class="date">
- <span class="day">03</span>
- <span class="month">Feb</span>
+ <span class="year">2013</span>
+ <span class="day-month">03 Feb</span>
</p>
</header>
@@ -248,8 +248,8 @@ mod out_module begin mod in_module begin end end Of course, in the context of t
<header>
<h2><a href="https://ninenines.eu/articles/xerl-0.1-empty-modules/">Xerl: empty modules</a></h2>
<p class="date">
- <span class="day">30</span>
- <span class="month">Jan</span>
+ <span class="year">2013</span>
+ <span class="day-month">30 Jan</span>
</p>
</header>
@@ -266,8 +266,8 @@ We are just starting, so let&apos;s no go ahead of ourselves here. We&apos;ll be
<header>
<h2><a href="https://ninenines.eu/articles/ranch-ftp/">Build an FTP Server with Ranch in 30 Minutes</a></h2>
<p class="date">
- <span class="day">14</span>
- <span class="month">Nov</span>
+ <span class="year">2012</span>
+ <span class="day-month">14 Nov</span>
</p>
</header>
@@ -283,8 +283,8 @@ The goal of this article is to showcase how to use Ranch for writing a network p
<header>
<h2><a href="https://ninenines.eu/articles/tictactoe/">Erlang Tic Tac Toe</a></h2>
<p class="date">
- <span class="day">17</span>
- <span class="month">Oct</span>
+ <span class="year">2012</span>
+ <span class="day-month">17 Oct</span>
</p>
</header>