X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fnews%2Fnews.html;h=5285000b35116194e1c27ce367aff5ed63f1aacd;hp=39d62cae929cdb0e18c2042b3540345e28af2c46;hb=d76e170141a0523ee30feded9154c933dd447609;hpb=08bc590ac2da3b9ff44565c2815b37a0a6f70b08 diff --git a/www/news/news.html b/www/news/news.html index 39d62ca..5285000 100644 --- a/www/news/news.html +++ b/www/news/news.html @@ -11,15 +11,105 @@

News

-

Call for contributions for the translation of psensor

2016-14-06
-

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 -instructions.

+

Asciidoctor to RSS

2016-11-07
+
+
+

In order to have a website based only on Asciidoctor +documents, I have written a small utility which +converts a set of Asciidoctor documents to HTML pages and +generates a RSS 2.0 feed.

+
+
+
+
+

Installation of asciidoctor_to_rss

+
+
+

It is required to install:

+
+
+
    +
  • +

    maven

    +
  • +
  • +

    java (>1.7)

    +
  • +
+
+
+

The sources can be retrieved from GIT:

+
+
+
+
git clone git clone https://git.wpitchoune.net/asciidoctor_to_rss.git
+
+
+
+

Compilation:

+
+
+
+
cd asciidoctor_to_rss
+mvn clean install
+
+
+
+
+
+

Howto write news

+
+
+

Each news has to be written in a separate Asciidoctor document +and all documents must be dropped into a directory.

+
+
+

There is not any restriction concerning the syntax because +the utility is based on the java bridge of Asciidoctor. +I have added an attribute 'date' which allows the utility +to know the publication date of the news.

+
+ +
+
+
+

Configuration

+
+
+

The configuration of the utility can be done in text file.

+
+ +
+
+
+

Run the utility

+
+
+

The command line usage is:

+
+
+
+
asciidoctor_to_rss.sh <IN_DIR> <OUT_DIR> <CFG_FILE>
+
+
+
+

IN_DIR:

+
+
+

OUT_DIR:

+
+
+

CFG_FILE:

+
+
-

RSS Feed

2016-04-07
+

RSS Feed

2016-04-07

It is now possible to follow news and announces of the website with the following RSS feed: https://wpitchoune.net/news/feed.xml

@@ -31,7 +121,15 @@ documents. You can get the sources from the GIT repository: https://git.wpitchoune.net/asciidoctor_to_rss.git .

-

New website

2016-14-06
+

Call for contributions for the translation of psensor

2016-14-06
+

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 +instructions.

+
+ +

New website

2016-14-06

After being bored with Wordpress for years, the wpitchoune.net website is changing. It is now based on Asciidoctor and a simple shell script to generate it.