From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id DA0ACBBAF for ; Wed, 25 Aug 2010 18:02:05 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuAEAFbbdExQW+UMgWdsb2JhbACTI40aFQEBFiIivG2DCAGCLgSIYIEj X-IronPort-AV: E=Sophos;i="4.56,269,1280700000"; d="scan'208";a="56017465" Received: from lo.gmane.org ([80.91.229.12]) by mail3-smtp-sop.national.inria.fr with ESMTP; 25 Aug 2010 18:02:05 +0200 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OoIQD-00048w-Mb for caml-list@inria.fr; Wed, 25 Aug 2010 18:01:53 +0200 Received: from ks368928.kimsufi.com ([94.23.39.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Aug 2010 18:01:53 +0200 Received: from sylvain by ks368928.kimsufi.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Aug 2010 18:01:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: caml-list@inria.fr From: Sylvain Le Gall Subject: Re: Please provide at least one page for your ocaml projects Date: Wed, 25 Aug 2010 16:01:32 +0000 (UTC) Message-ID: References: <20100825112605.1c7f0f27@alcazar.inria.fr> X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ks368928.kimsufi.com User-Agent: slrn/pre1.0.0-11 (Linux) X-Spam: no; 0.00; le-gall:01 ocaml:01 le-gall:01 maxence:01 guesdon:01 maxence:01 guesdon:01 tarball:01 git:98 git:98 webpages:98 wrote:01 wrote:01 unison:02 groups:02 On 25-08-2010, Sylvain Le Gall wrote: > On 25-08-2010, Maxence Guesdon wrote: >> >> Indeed, having to look for this information in a tarball of a git repos >> (with gitweb) is not very convenient. Even the project page on a forge is >> not the best way to get the information quickly. It's more a view for a >> developer/contributor, not for a potential user. >> > > Every project on forge.ocamlcore.org can upload a simple webpage and it > will be displayed on http://PROJECT.forge.ocamlcore.org. Just add html > files to /home/groups/PROJECT/htdocs on ssh.ocamlcore.org, same ssh key > as git/darcs/svn login. You can use rsync, scp or unison. > > Feel free to contact me if you need further utilities for your project. > Examples of web pages: http://oasis.forge.ocamlcore.org/ http://ocaml-lua.forge.ocamlcore.org/ http://ounit.forge.ocamlcore.org/ http://pa-do.forge.ocamlcore.org/ http://ocamlviz.forge.ocamlcore.org/ http://cmdline-args.forge.ocamlcore.org/ http://camlbz2.forge.ocamlcore.org/ http://ocaml-autoconf.forge.ocamlcore.org/ If you lack inspiration, just copy/adapt these webpages. They are all accessible on /home/groups/PROJECT/htdocs/. Regards, Sylvain Le Gall