From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id q2CCebA5004277 for ; Mon, 12 Mar 2012 13:40:37 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsCAAbuXU9QDPKFk2dsb2JhbABDtW0BAQEBCQkLCRQDJIJKgVxOh3QHm0afbxONTIMiBJVLkwg X-IronPort-AV: E=Sophos;i="4.73,570,1325458800"; d="scan'208";a="148836127" Received: from smtp11.smtpout.orange.fr (HELO smtp.smtpout.orange.fr) ([80.12.242.133]) by mail1-smtp-roc.national.inria.fr with ESMTP; 12 Mar 2012 13:40:34 +0100 Received: from alcazar ([81.51.202.126]) by mwinf5d46 with ME id kcgW1i0092k83WR03cgY7Y; Mon, 12 Mar 2012 13:40:34 +0100 Date: Mon, 12 Mar 2012 13:40:14 +0100 From: Maxence Guesdon To: caml-list@inria.fr Message-ID: <20120312134014.2ea92d24@alcazar> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.8; 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: static web site and blog generator Hello, Stog is a kind of Jekyll in OCaml: It is a static web site generator, able to handle blog posts as well as regular pages. It is based on a XML engine allowing to apply substitutions on some tags. Some substitutions are pre-defined, and others can be added by plugins. Home page: http://zoggy.github.com/stog/index.html Code on github: http://www.github.com/zoggy/stog News about stog: http://zoggy.github.com/stog/blog.html Hope you'll find it useful. Regards, Maxence