// **********************************************************************
// *                                                                    *
// *                         The Caml Website                           *
// *                                                                    *
// *      Maxence Guesdon and Vincent Simonet, INRIA Rocquencourt       *
// *                                                                    *
// *  Copyright (c) 2002 Institut National de Recherche en              *
// *  Informatique et en Automatique.  All rights reserved.             *
// *  This software is distributed only by permission and without any   *
// *  warranty.                                                         *
// *                                                                    *
// **********************************************************************



const BASE_URL = "http://caml.inria.fr"

const SIDEBAR_URL = BASE_URL + "/pub/mozilla-sidebar"

const NEWS = BASE_URL + "/resources/mozilla-sidebar-news.en.html"

const MANUAL = BASE_URL + "/pub/docs/manual-ocaml/"

const LIBRARY = MANUAL + "libref/"

const SEARCH = BASE_URL + "/cgi-bin/search.en.cgi?"

