Skip to content

Commit

Permalink
Sync with current state.
Browse files Browse the repository at this point in the history
  • Loading branch information
keltia committed Aug 9, 2017
1 parent 34fc51b commit f597d56
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 26 deletions.
23 changes: 6 additions & 17 deletions README-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,22 @@ Calife est distribué sous la GNU General Public Licence qui vous permet de diff

Vous trouverez la licence GNU dans le fichier `COPYING` fourni avec l'archive.

Pour ce qui est du *disclaimer* standard associé à ce type de programme et à ce type de diffusion, le paragraphe suivant, tiré de la licence BSD, s'applique :

THIS SOFTWARE IS PROVIDED BY ME ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL I BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Le fichier `compiler.h` est sous une forme modifée de la licence BSD à 3 clauses & (c) Bertrand Petit.

Ceci dit, si vous l'utilisez et le trouvez utile, je ne refuserais pas une Guinness :-)

Le site primaire pour Calife est [ici](http://www.keltia.net/programs/calife/) et en [FTP](ftp://mutt.frmug.org/pub/calife/). Un miroir existe [ici](ftp://postfix.EU.org/pub/calife/).

Calife utilise maintenant [Bitbucket](http://bitbucket.org/) comme frontal de gestion des tickets, flux RSS, release, forums, etc. Le site est accessible [ici](https://bitbucket.org/keltia/calife/).
Calife utilise maintenant [Bitbucket](http://bitbucket.org/) comme frontal de gestion des tickets, flux RSS, release, forums, etc. Le site est accessible [ici](https://bitbucket.org/keltia/calife/). Il y a aussi un [dépôt Git](https://github.com/keltia/calife/)

# Installation

## Autoconf

Calife utilise dorénavant le programme GNU `autoconf` pour la configuration. GNU cc n'est pas obligatoire pour compiler Calife mais ne sont testés régulièrement que les compilateurs suivants :

- GNU cc 3.x et 4.3.2
- Clang
- GNU cc 4.x et suivantes
- Clang 3.x et suivantes
- SUN cc sur plateforme Sparc

Tapez la commande :
Expand Down Expand Up @@ -111,8 +100,8 @@ Le programme essaie de lancer le fichier `calife.out` (par défaut dans `/usr/lo

Calife a été testé et développé sur les systèmes UNIX suivants (les versions testées peuvent être anciennes et devraient être retestées mais je n'ai plus accès à pas mal de ces machines...) :

- FreeBSD 1 - 10.x (mach. de développement de l'auteur)
- MacOS X 10.2 - 10.8.
- FreeBSD 1 - 12.x (mach. de développement de l'auteur)
- MacOS X 10.2 - 10.12.
- Linux 0.99+ et 1.* (1.2.* et 1.3.*), 2.*
- Solaris 2.x (et la plupart des SVR4)
- HP-UX 8.*, 9.*, 10.* et 11.*
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,30 @@ For historical reasons, Calife is under the GNU General Public License which lis

See the `COPYING` file in the distribution.

The file `compiler.h` is under a modified 3-clause BSD license & (c) Bertrand Petit.

There is no other conditions but if you use it, please tell me about it and I would never refuse a Guinness if we meet one day :-)

Primary web/distribution site for Calife is [here](http://www.keltia.net/programs/calife/).
Primary web/distribution site for Calife is [here](https://www.keltia.net/programs/calife/).

FTP access is also provided by the following sites:

[main FTP](ftp://mutt.frmug.org/pub/calife/)
[mirror](ftp://postfix.EU.org/pub/calife/)

All of these will probably move to [my Chiliproject site](http://dev.keltia.net/projects/calife/) soon, using Chiliproject to manage everything including a Bug Tracking System (BTS), News through RSS, Wiki, fora and more.

Calife is also available as a [Mercurial](http://selenic.com/mercurial/) repository to make following the development an easy
task. The repository is currently there but will move to Redmine too.
Calife is also available both as [Mercurial](http://selenic.com/mercurial/) and [Git](http://git-scm.org/) repositories to make following the development an easy task.

[Bitbucket repository](https://bitbucket.org/keltia/calife/)
[Github repository](https://github.com/keltia/calife/)

# Installation

## Autoconf

Calife uses the well-known GNU `autoconf` system for configuration. GNU cc is not mandatory for compiling but Calife has only been tested with the following compilers:

- GNU cc 3.x and 4.3
- Clang 1.0, 1.1 and trunk from svn
- GNU cc 4.x and later
- Clang 3.x and later
- SUN cc on Sparc systems

Use the following command to analyse your system and tailor the build process.
Expand Down Expand Up @@ -107,8 +107,8 @@ Please consult the supplied manpages for more information.

Calife has been developped and tested on the following UNIX systems (actual versions may differ but I can not guarantee full support all time as I may not have access to all of them).

- FreeBSD 1 - 10.x (main development platform)
- MacOS X 10.2-10.8. (main development platform)
- FreeBSD 1 - 12.x (main development platform)
- MacOS X 10.2-10.12. (main development platform)
- Linux 0.99+ 1.* (1.2.* et 1.3.*), 2.*
- Solaris 2.x (incl. most SVR4 systems)
- HP-UX 8.*, 9.*, 10.* et 11.*
Expand Down

0 comments on commit f597d56

Please sign in to comment.