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.7 required=5.0 tests=AWL autolearn=disabled version=3.1.3 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 38267BBAF for ; Mon, 1 Sep 2008 20:13:03 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAJHNu0jAXQIm/2dsb2JhbACSCptkhVkBAg X-IronPort-AV: E=Sophos;i="4.32,309,1217800800"; d="scan'208";a="16692530" Received: from discorde.inria.fr ([192.93.2.38]) by mail1-smtp-roc.national.inria.fr with ESMTP; 01 Sep 2008 20:13:03 +0200 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m81ID2SI006658 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Mon, 1 Sep 2008 20:13:02 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApcBAJHNu0hKfU4ZnGdsb2JhbACSCj4BAQEBAQgDCgcRmnSFWQEC X-IronPort-AV: E=Sophos;i="4.32,309,1217800800"; d="scan'208";a="28700168" Received: from ey-out-2122.google.com ([74.125.78.25]) by mail4-smtp-sop.national.inria.fr with ESMTP; 01 Sep 2008 20:13:01 +0200 Received: by ey-out-2122.google.com with SMTP id 25so674287eya.33 for ; Mon, 01 Sep 2008 11:13:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=cFGbE44sWCuRAp1u87KXWWMMk+yuFjRND5DfJlmsh/M=; b=a2jSuHaJk527OzoiY/q3rkvS0D5Yvxva97syFnkp3JsPth1fXj1kvvNw1VeVR0JtM5 U6WZqkkOp/ngIFM2s6dQrzRJd8OUibwByS81qp10b7elXlfaTR3dafr37I4RMWwLc4aP WAofeEF6M6ObkNPKniBZ7W37xK3g+qEVl+dCo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=whGLOsAYRhxAN/Dd5PdIcLKAbyfLROvDgJ6fPPgKjoyzvTTFZiRdK90wR0FaSUkH/m qbRQyhuXE9Yw0BLu5fBciJ182IRza3UiLxHvL8fHVOKDT0GLZeHCAqqEgntZG7ADN3HP zE/sW1pa2vvV2GUSW+zzRWEvazfpYOvxcO3qs= Received: by 10.210.129.19 with SMTP id b19mr6862153ebd.162.1220292781468; Mon, 01 Sep 2008 11:13:01 -0700 (PDT) Received: by 10.210.61.10 with HTTP; Mon, 1 Sep 2008 11:13:01 -0700 (PDT) Message-ID: <527cf6bc0809011113y1b8102fcy4d3c098c062a420@mail.gmail.com> Date: Mon, 1 Sep 2008 20:13:01 +0200 From: "blue storm" To: "Matt Gushee" Subject: Re: [Caml-list] ANN: Batteries Included Release 0 Cc: caml-list@inria.fr In-Reply-To: <48BC2E30.6070908@gushee.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1220089040.6706.11.camel@Blefuscu> <1220094041.6706.15.camel@Blefuscu> <48BC2E30.6070908@gushee.net> X-Miltered: at discorde with ID 48BC30AE.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; headings:01 'make:01 storm:98 wrote:01 signatures:01 caml-list:01 css:96 external:03 seems:03 uploaded:03 blue:96 problem:05 wich:05 accessed:05 sep:06 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.