summaryrefslogtreecommitdiffstats
path: root/sources/community.page.html
blob: 2142f0126bc58dcaec8d9b57cb0299949ed2c52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
#include "head.include"
   <title>OCaml - Community</title>
</head>
<body id="Screen">

#include "body.header.include"

#include "body.leftmenu.include"

<h1>Join the Community</h1>

<h2>Discussions</h2>
<ul>
  <li>OCaml on <a href="http://www.reddit.com/r/ocaml">Reddit</a>,
    <a href="http://stackoverflow.com/questions/tagged?tagnames=ocaml">Stack Overflow</a>
  <li>Mailing List (<a href="https://sympa-roc.inria.fr/wws/subscribe/caml-list">Subscribe</a>,
    <a href="https://sympa-roc.inria.fr/wws/arc/caml-list">Archives</a>)
  <li>IRC Channels: #ocaml </li>
  <li> Blogs: <a href="http://planet.ocamlcore.org/">Planet OCaml</a>
</ul>

<h2>Ressources</h2>

<ul>
  <li>Browse the <a href="">OCaml Hump</a> for available OCaml software
</ul>

#include "body.trailer.include"

</body>
</html>