From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 3FE497EEBF for ; Tue, 7 Jul 2015 15:30:04 +0200 (CEST) X-IronPort-AV: E=Sophos;i="5.15,423,1432591200"; d="scan'208";a="139242543" Received: from adijon-652-1-240-77.w83-196.abo.wanadoo.fr (HELO alcazar2) ([83.196.255.77]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 07 Jul 2015 15:30:03 +0200 Date: Tue, 7 Jul 2015 15:30:02 +0200 From: Maxence Guesdon To: caml-list@inria.fr Message-ID: <20150707153002.6692b0b2@alcazar2> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Caml-list] [ANN] stog 0.15.0 and friends Hello, I'm glad to announce the release 0.15.0 of Stog, a static website compiler: https://zoggy.github.io/stog/index.html . Changes are available from the release page: https://zoggy.github.io/stog/posts/release-0.15.0.html One of the news is the introduction of the stog-tmpl tool, to generate website skeletons. It was used for example to create website of Ocf [http://zoggy.github.io/ocf/]. The stog package should be available soon in opam. Two plugins are also released and numbered 0.15.0: - stog-rdf [https://zoggy.github.io/stog/plugins/rdf.html] to specify RDF triples within documents, to produce a RDF graph for the whole generated site. It also permits executing Sparql queries to include data in the generated pages. - stog-writing [https://zoggy.github.io/stog/plugins/writing.html] add new rewrite rules to use footnotes and bibliographies in your documents. They will also be available in opam. Regards, Maxence