[ Index ]
 

Code source de Dolibarr 2.0.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/htdocs/ -> about.php (source)

   1  <?php
   2  /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
   3   * Copyright (C) 2003      Jean-Louis Bergamo   <jlb@j1b.org>
   4   * Copyright (C) 2004-2005 Laurent Destailleur  <eldy@users.sourceforge.net>
   5   *
   6   * This program is free software; you can redistribute it and/or modify
   7   * it under the terms of the GNU General Public License as published by
   8   * the Free Software Foundation; either version 2 of the License, or
   9   * (at your option) any later version.
  10   *
  11   * This program is distributed in the hope that it will be useful,
  12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14   * GNU General Public License for more details.
  15   *
  16   * You should have received a copy of the GNU General Public License
  17   * along with this program; if not, write to the Free Software
  18   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  19   *
  20   * $Id: about.php,v 1.16 2005/10/31 23:49:35 eldy Exp $
  21   * $Source: /cvsroot/dolibarr/dolibarr/htdocs/about.php,v $
  22   *
  23   */
  24  
  25  /**
  26          \file       htdocs/about.php
  27          \brief      Fichier page a propos
  28          \version    $Revision: 1.16 $
  29  */
  30  
  31  require ("./pre.inc.php");
  32  
  33  
  34  llxHeader();
  35  
  36  
  37  print_titre("Dolibarr");
  38  
  39  print "<br>\n";
  40  
  41  print $langs->trans("Dolibarr est publié sous licence GNU/GPL");
  42  
  43  print '<p>';
  44  print $langs->trans("Dolibarr est développé par :");
  45  
  46  print '<ul>';
  47  print '<li><a target="blank" href="http://rodolphe.quiedeville.org">Rodolphe Quiédeville</a>';
  48  print '</ul>';
  49  print $langs->trans("D'autres développeurs y contribuent activement :");
  50  print '<ul>';
  51  print '<li><a target="blank" href="http://www.ipsyn.net">Jean-Louis Bergamo</a></li>';
  52  print '<li><a target="blank" href="http://www.destailleur.fr/">Laurent Destailleur</a></li>';
  53  print '<li>Eric Seigne</li>';
  54  print '<li>Benoit Mortier</li>';
  55  print '</ul>';
  56  
  57  print '<p>';
  58  
  59  print $langs->trans("Informations").' :';
  60  
  61  print '<ul>';
  62  print '<li>';
  63  print '<a target="blank" href="http://www.dolibarr.com/">Site officiel</a>';
  64  print '<li>';
  65  print '<a target="blank" href="http://freshmeat.net/projects/dolibarr/">Page sur Freshmeat</a>';
  66  
  67  
  68  print '<li>';
  69  print 'Les tâches en cours de réalisation sur Dolibarr sont consultables dans le <a target="blank" href="http://savannah.nongnu.org/task/?group=dolibarr">gestionnaire de projet</a> sur Savannah.';
  70  print '</li>';
  71  
  72  print '<li>';
  73  print 'Si vous trouvez un bogue dans Dolibarr, vous pouvez en informer les développeurs sur le <a target="blank" href="http://savannah.nongnu.org/bugs/?group=dolibarr">système de gestion des bogues</a> de Savannah.';
  74  
  75  print '</li>';
  76  
  77  print '<li>';
  78  print 'Le code source de Dolibarr est consultable par l\'<a target="blank" href="http://savannah.nongnu.org/cgi-bin/viewcvs/dolibarr/dolibarr/">interface web du cvs</a>.';
  79  print '</li>';
  80  print '</ul>';
  81  
  82  
  83  // \todo Faut-il inviter l'utilisateur à aller sur le site en français si sa langue n'est pas le français ?
  84  //if (eregi('^fr_',$langs->getDefaultLang())
  85  //{
  86      print '<p>';
  87      print 'Vente / Support';
  88      print '<ul>';
  89      print '<li>';
  90      print 'Contactez Rodolphe Quiédeville sur <a target="blank" href="http://www.dolibarr.com/">www.dolibarr.com</a>';
  91      print '</li>';
  92      print '</ul>';
  93  //}
  94  
  95  
  96  llxFooter('$Date: 2005/10/31 23:49:35 $ - $Revision: 1.16 $');
  97  
  98  ?>
  99  
 100  
 101  
 102  
 103  
 104  
 105  
 106  
 107  
 108  


Généré le : Mon Nov 26 12:29:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics