X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fstaticindex.php;h=d9a59d2ddaaeae4bcf184953f44668efc2f835a5;hp=9e8f19351b16526f2334af0c1ed1cfd669f55f9c;hb=897626152d12d7fd13a8feb36989eb5c8c1f3485;hpb=12b598b0e2352107a44845f9afe69c2cdeb0bf2f diff --git a/web/staticindex.php b/web/staticindex.php index 9e8f1935..d9a59d2d 100644 --- a/web/staticindex.php +++ b/web/staticindex.php @@ -18,33 +18,34 @@ CCAN is loosely modelled after the successful CPAN pro for Perl code development and sharing.

-

Getting The Code

+

Get The Code

+

You can get each module as a tarball (see +list), get a tarball of the whole repository with tools, +or clone our git repository (git clone git://git.ozlabs.org/~ccan/ccan) or the one on github. +

+ +

Use The Code

-Once you grab some modules, there are two basic -ways to use it: +There are two ways to use it:

    -
  1. Just hack it to compile in your project. +
  2. Put modules into a ccan/ subdirectory into your project. Add a "config.h" (like + this example, or generate one using the configurator) and compile every .c file + in ccan/* (as in this Makefile)). -
  3. Use it in place by giving it a "config.h" (steal - this example) and compiling all the .c - files (simply, or as in this Makefile). +
  4. Alternatively, just hack whatever parts you want so it compiles in +your project.

+

Add Code

-There's also a -Bazaar repository for all the CCAN -infrastructure at http://ccan.ozlabs.org/repo (browse). +We always welcome new code; see how!.

-

Module Contributions

- -

-We welcome new code! The guide to creating new modules is a work in -progress (just copy an existing module), but anyone can send code to +

Anyone can send code or a git pull request to the friendly -mailing list or just upload it. +mailing list or just upload it using the web form.

@@ -65,12 +66,7 @@ We also have an IRC channel: #ccan on Freenode

-We also have a wiki; feel free to enhance it. +We also have a wiki; feel free to enhance it.

- -

-Rusty Russell -

-