fixed missing fa
[www.git] / www / news / news.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="/style.css">
5 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
6 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
7 <script src="/nav.js"></script>
8 </head>
9 <body>
10 <div id='header'>
11 <h1>News</h1>
12 </div><div id='content'>
13
14 <div><h2>2016/06/14 - Call for contributions for the translation of psensor</h2><div class="paragraph">
15 <p>The version 1.2.0 of psensor is going to be released in the coming
16 weeks. This release will include many changes which impact the
17 translations. If you want to contribute to the translation of psensor
18 it is now the good timeframe. See the
19 <a href="https://wpitchoune.net/psensor/contribute.html">instructions</a>.</p>
20 </div></div>
21
22 <div><h2>2016/06/14 - New website</h2><div class="paragraph">
23 <p>After being bored with Wordpress for years, the <a href="http://wpitchoune.net">wpitchoune.net</a>
24 website is changing. It is now based on <a href="http://asciidoctor.org">Asciidoctor</a> and
25 a simple shell script to generate it.</p>
26 </div>
27 <div class="paragraph">
28 <p>With the help of <a href="http://atom.io">Atom</a> and a couple of addons dedicated to
29 Asciidoctor, it is easy and quick to write content. I am happy to no
30 more have to worry about the painful admistration of Wordpress,
31 upgrading it, taking care of security, spamming of comments and bot
32 account creation, and backup of databases.</p>
33 </div>
34 <div class="paragraph">
35 <p>If you want to know how the website is built, everything is on
36 a GIT repository: <a href="http://git.wpitchoune.net/gitweb/?p=www.git" class="bare">http://git.wpitchoune.net/gitweb/?p=www.git</a>.
37 It is simple, really simple&#8230;&#8203; but enough for my needs.</p>
38 </div></div>
39 </div>
40 </body>
41 </html>