X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=web%2Fstaticindex.php;h=d9a59d2ddaaeae4bcf184953f44668efc2f835a5;hp=0a521023f125fdf0727454b5d637d33c7decf9f7;hb=897626152d12d7fd13a8feb36989eb5c8c1f3485;hpb=d1cea3ebf96f61b5bbac1e74975700770e06add6 diff --git a/web/staticindex.php b/web/staticindex.php index 0a521023..d9a59d2d 100644 --- a/web/staticindex.php +++ b/web/staticindex.php @@ -22,7 +22,7 @@ for Perl code development and sharing.

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 clone our git repository (git clone git://git.ozlabs.org/~ccan/ccan) or the one on github.

Use The Code

@@ -30,7 +30,7 @@ or clone our git repository (git There are two ways to use it:
  1. Put modules into a ccan/ subdirectory into your project. Add a "config.h" (like - this example) and compile every .c file + this example, or generate one using the configurator) and compile every .c file in ccan/* (as in this Makefile)).
  2. Alternatively, just hack whatever parts you want so it compiles in @@ -40,9 +40,7 @@ your project.

    Add Code

    -We always welcome new code! Copy an existing module and run the "ccanlint" -tool over it, or just send any code you have lying around any let someone -else polish it up. +We always welcome new code; see how!.

    Anyone can send code or a git pull request to @@ -68,7 +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.