]> git.ozlabs.org Git - ccan/blob - web/main.html
junkcode: new addition.
[ccan] / web / main.html
1 <p>CCAN provides two kinds of useful C
2 code: <a href="http://ccan.ozlabs.org/repo/?cmd=inventory;path=junkcode">junkcode</a> is a
3 collection of uploaded code with no particular order, and
4
5 <a href="search.php?disp=all">CCAN modules</a> are more structured,
6 with documentation, dependencies and testcases.
7
8 </p>
9
10 <h2>Using The Code</h2>
11
12 <p>
13
14 You can <a href="search.php">search</a>, <a href="search.php?disp=all">browse summary pages for all the modules</a> or use the
15 <a href="http://bazaar-vcs.org/">Bazaar</a> repository
16 at <a href="http://ccan.ozlabs.org/repo">http://ccan.ozlabs.org/repo</a>.
17
18 </p>
19
20 <h2>Contributing Code</h2>
21
22 <p>
23 You can <a href="upload.php">upload a .tar.gz, .tar.bz, .tar or .zip
24 containing C code</a>; if you have not created an account this won't be
25 visible until the contents have been checked by a human.
26 </p>
27
28 <p>"GPLv2 or later" and supersets thereof (eg. LGPLv2+ or BSD)
29 licenses preferred.
30 </p>
31
32 <h2>Questions?</h2>
33
34 <p>
35 We have a <a href="http://ozlabs.org/mailman/listinfo/ccan">low volume
36 mailing list</a> for discussion of CCAN in general, and you're welcome
37 to join.
38 </p>
39
40 <p>
41 We also have an IRC channel: #ccan on <a href="http://freenode.net">Freenode</a>.
42 </p>
43
44 <p>
45 We also have a <a href="Wiki/">wiki</a>; feel free to enhance it.
46 </p>