added header file
authorJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 1 Jul 2016 12:03:12 +0000 (14:03 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 1 Jul 2016 12:03:12 +0000 (14:03 +0200)
www-update.sh
www/news/news.html [new file with mode: 0644]

index 8e87fb1..6855e00 100755 (executable)
@@ -57,4 +57,4 @@ asciidoctor $OPTS src/ptask/ptask.adoc -D www/ptask/
 asciidoctor $OPTS src/cooking/riz_au_lait.adoc -D www/cooking/
 asciidoctor $OPTS src/cooking/index.adoc -D www/cooking/
 
 asciidoctor $OPTS src/cooking/riz_au_lait.adoc -D www/cooking/
 asciidoctor $OPTS src/cooking/index.adoc -D www/cooking/
 
-git/asciidoctor_to_rss/asciidoctor_to_rss.sh src/news www/news git/asciidoctor_to_rss/asciidoctorrss.props
+git/asciidoctor_to_rss/asciidoctor_to_rss.sh src/news www/news src/asciidoctorrss.props
diff --git a/www/news/news.html b/www/news/news.html
new file mode 100644 (file)
index 0000000..7c06f43
--- /dev/null
@@ -0,0 +1,36 @@
+<html>
+<body>
+
+<div>
+<h2>2016/06/14 - Call for contributions for the translation of psensor</h2>
+<div class="paragraph">
+<p>The version 1.2.0 of psensor is going to be released in the coming
+weeks. This release will include many changes which impact the
+translations. If you want to contribute to the translation of psensor
+it is now the good timeframe. See the
+<a href="/psensor/contribute.html">instructions</a>.</p>
+</div>
+</div>
+
+<div>
+<h2>2016/06/14 - New website</h2>
+<div class="paragraph">
+<p>After being bored with Wordpress for years, the <a href="http://wpitchoune.net">wpitchoune.net</a>
+website is changing. It is now based on <a href="http://asciidoctor.org">Asciidoctor</a> and
+a simple shell script to generate it.</p>
+</div>
+<div class="paragraph">
+<p>With the help of <a href="http://atom.io">Atom</a> and a couple of addons dedicated to
+Asciidoctor, it is easy and quick to write content. I am happy to no
+more have to worry about the painful admistration of Wordpress,
+upgrading it, taking care of security, spamming of comments and bot
+account creation, and backup of databases.</p>
+</div>
+<div class="paragraph">
+<p>If you want to know how the website is built, everything is on
+a GIT repository: <a href="http://git.wpitchoune.net/gitweb/?p=www.git" class="bare">http://git.wpitchoune.net/gitweb/?p=www.git</a>.
+It is simple, really simple&#8230;&#8203; but enough for my needs.</p>
+</div>
+</div>
+</body>
+</html>