X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2FDevelopment.html;fp=doc%2FDevelopment.html;h=0000000000000000000000000000000000000000;hb=53ed6d7d1e678d7486337ce67a2f17b30bac21ac;hp=8a2be413368d8a208dc1663218c273df84ec9ebc;hpb=d5d22a6d07917865c44148ad76f43c65a929a890;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/Development.html b/doc/Development.html deleted file mode 100644 index 8a2be413..00000000 --- a/doc/Development.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - Shaarli – Development - - - - - -
- -
-

Development

-

Guidelines

-

Please have a look at the following pages:

- -

Continuous integration tools

-

Local development

-

A Makefile is available to perform project-related operations:

- -

Automatic builds

-

Travis CI is a Continuous Integration build server, that runs a build:

- -

A build is composed of several jobs: one for each supported PHP version (see Server requirements).

-

Each build job:

- -

After all jobs have finished, Travis returns the results to GitHub:

- - -