I'm happy to announce the availability of a preview release of
Batteries Included. Batteries Included is a candidate standard
development platform for OCaml.
For this release 0, Batteries only gives access to the OCaml base
library and to ExtLib. Future versions will add access to other
libraries. Our final objective is to obtain a platform containing all
the tools necessary for most common tasks, from data structures to XML
to user interfaces to network access.
More details on the blog [1]. The code may be found on OCamlForge [2]. A
GODI package is being prepared. Suggestions and discussions on this
mailing-list are heartily welcome.
Cheers,
David
[1]
http://dutherenverseauborddelatable.wordpress.com/2008/08/29/ocaml-batteries-included-release-0-where-it-should-all-have-begun/
[2] http://forge.ocamlcore.org/frs/?group_id=17&release_id=41
--
David Teller-Rajchenbach
Security of Distributed Systems
http://www.univ-orleans.fr/lifo/Members/David.Teller
Angry researcher: French Universities need reforms, but the LRU act brings liquidations.
_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs
Cheers,
David
[3]
http://forge.ocamlcore.org/docman/index.php?group_id=17&selected_doc_group_id=49&language_id=1
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?
--
Matt Gushee
: Bantam - lightweight file manager : matt.gushee.net/software/bantam/ :
: RASCL's A Simple Configuration Language : matt.gushee.net/rascl/ :
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.
On 01-09-2008, blue storm <bluesto...@gmail.com> wrote:
> On Mon, Sep 1, 2008 at 8:02 PM, Matt Gushee <ma...@gushee.net> 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