From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=AWL autolearn=disabled version=3.1.3 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 9B6F0BBAF for ; Mon, 1 Sep 2008 21:38:17 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AukJAEbhu0jAXQIniGdsb2JhbACSSAEBAQ8gTgMBAaAHgWk X-IronPort-AV: E=Sophos;i="4.32,309,1217800800"; d="scan'208";a="14464059" Received: from concorde.inria.fr ([192.93.2.39]) by mail2-smtp-roc.national.inria.fr with ESMTP; 01 Sep 2008 21:38:17 +0200 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id m81JcEPX013674 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Mon, 1 Sep 2008 21:38:17 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmgFALPhu0hQW+UCgWdsb2JhbACSSAEBECAESgMBAZ98gWk X-IronPort-AV: E=Sophos;i="4.32,309,1217800800"; d="scan'208";a="28701988" Received: from main.gmane.org (HELO ciao.gmane.org) ([80.91.229.2]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/AES256-SHA; 01 Sep 2008 21:38:16 +0200 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KaFE2-00073W-Ed for caml-list@inria.fr; Mon, 01 Sep 2008 19:38:10 +0000 Received: from ks300734.kimsufi.com ([91.121.65.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2008 19:38:10 +0000 Received: from sylvain by ks300734.kimsufi.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Sep 2008 19:38:10 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Subject: Re: ANN: Batteries Included Release 0 Date: Mon, 1 Sep 2008 19:38:00 +0000 (UTC) Message-ID: References: <1220089040.6706.11.camel@Blefuscu> <1220094041.6706.15.camel@Blefuscu> <48BC2E30.6070908@gushee.net> <527cf6bc0809011113y1b8102fcy4d3c098c062a420@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ks300734.kimsufi.com User-Agent: slrn/pre0.9.9-102 (Linux) Sender: news X-Miltered: at concorde with ID 48BC44A6.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; le-gall:01 headings:01 'make:01 storm:98 wrote:01 wrote:01 signatures:01 groups:02 groups:02 css:96 external:03 seems:03 uploaded:03 blue:96 fix:05 Hello, On 01-09-2008, blue storm wrote: > On Mon, Sep 1, 2008 at 8:02 PM, Matt Gushee wrote: >> I see that the headings and function signatures are not formatted as one >> would expect, but that is apparently because the doc is being accessed by >> FTP (why?), so the CSS stylesheet is not included. Is that what you mean, or >> is it something else? > > I have to apologize : i'm responsible for the problem here. I > originally uploaded the documentation on my website, wich is fine, > then preferred a "forge" location. > Seems ftp was not a choice that clever after all. I just modified the > link to put the external http link back. > > (It is actually the plain ocamldoc-generated documentation, that you > can generate from the project sources using 'make doc') > > Sorry for the disturbance. > The problem comes from the forge. I finish the configuration for the homepage of projects. Now each projects has its own DNS name and homepage. Take a look at http://pa-do.forge.ocamlcore.org You can do the same for batteries http;//batteries.forge.ocamlcore.org You just have to upload the documentation file into /home/groups/batteries/htdocs/ and fix the homepage redirection (ask a batteries project administrator). You should use "scp" to upload file into /home/groups/batteries/htdocs. You could also build a whole website ;-) This way you will have a real website (no more ftp around). Regards, Sylvain Le Gall