added index file
[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>
15 <h2>2016/06/14 - Call for contributions for the translation of psensor</h2>
16 <div class="paragraph">
17 <p>The version 1.2.0 of psensor is going to be released in the coming
18 weeks. This release will include many changes which impact the
19 translations. If you want to contribute to the translation of psensor
20 it is now the good timeframe. See the
21 <a href="https://wpitchoune.net/psensor/contribute.html">instructions</a>.</p>
22 </div>
23 </div>
24
25 <div>
26 <h2>2016/06/14 - New website</h2>
27 <div class="paragraph">
28 <p>After being bored with Wordpress for years, the <a href="http://wpitchoune.net">wpitchoune.net</a>
29 website is changing. It is now based on <a href="http://asciidoctor.org">Asciidoctor</a> and
30 a simple shell script to generate it.</p>
31 </div>
32 <div class="paragraph">
33 <p>With the help of <a href="http://atom.io">Atom</a> and a couple of addons dedicated to
34 Asciidoctor, it is easy and quick to write content. I am happy to no
35 more have to worry about the painful admistration of Wordpress,
36 upgrading it, taking care of security, spamming of comments and bot
37 account creation, and backup of databases.</p>
38 </div>
39 <div class="paragraph">
40 <p>If you want to know how the website is built, everything is on
41 a GIT repository: <a href="http://git.wpitchoune.net/gitweb/?p=www.git" class="bare">http://git.wpitchoune.net/gitweb/?p=www.git</a>.
42 It is simple, really simple&#8230;&#8203; but enough for my needs.</p>
43 </div>
44 </div>
45 </div>
46 </body>
47 </html>