Skip to content

Commit

Permalink
New readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
GIPdA committed Aug 21, 2022
1 parent 7c0251a commit 855e978
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 25 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
File renamed without changes.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# libreBrigade

Ceci est un fork de eBrigade basé sur la dernière version open source disponible (5.3.2).

Le but de ce fork est de maintenir une version libre de eBrigade ("libr-eBrigade") pour mon usage personnel/associatif en premier lieu, mais toute personne est libre de l'utiliser tel que possible originellement. La licence est la même.

La documentation originale est toujours disponible : http://ebrigade.sourceforge.net/wiki/index.php?title=Accueil&oldid=1577



#### Disclaimer:

Je n'ai pas d'intention particulière à faire évoluer ce logiciel pour le moment, j'ai juste besoin de le maintenir pour l'utilisation que j'en ai. Je trouve très dommage que l'éditeur original ai arrêté la version OSS, et l'open source me tenant à coeur, ceci est ma contribution pour conserver une version OSS.
Les contributions externes sont néanmoins les bienvenues :)



#### eBrigade

L'éditeur original a annoncé le 15/07/2022 que eBrigade open source ne recevra plus aucune mise à jour. La version 5.3.2 est la dernière disponible.
Voir le fichier README-eBrigade 5.3.2.txt pour les informations de cette version.
37 changes: 12 additions & 25 deletions about.php
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
<?php

# project: eBrigade
# homepage: https://ebrigade.app
# version: 5.3

# Copyright (C) 2004, 2021 Nicolas MARCHE (eBrigade Technologies)
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
/**
* @package libreBrigade
* @author Nicolas MARCHE (eBrigade Technologies)
* @author Benjamin Balga
* @copyright (C) 2004, 2021 Nicolas MARCHE (eBrigade Technologies)
* @copyright (C) 2022 - Benjamin Balga
* @license See LICENSE file
*/

include_once ("config.php");
check_all(0);
Expand Down Expand Up @@ -76,15 +66,12 @@
//echo "<div align=left style='margin-left:15px;'>";
echo "<div class='container-fluid' align=center style='display:inline-block'>";
echo "<div class='col-sm-12' align=center><div class='card hide card-default graycarddefault' align=center>";
if ($application_title <> 'eBrigade')
if ($application_title <> 'libreBrigade')
echo "<h1>".$application_title."</h1>
<p> Est une application de $cisname, utilisant le projet opensource eBrigade";
<p> Est une application de $cisname, utilisant le projet opensource libreBrigade";
if ( $patch_version <> '' ) $version = $patch_version;
echo "<p><b>eBrigade $version
<br>Développée et distribuée par eBrigade Technologies
<br>Copyright <i class='fa fa-copyright'></i> 2004-2021 Nicolas MARCHE (eBrigade Technologies)</b>
<p><a href='".$website."' target =_blank>".$website."</a>
+33 (0)1 84 25 26 63 <a href='mailto:contact@ebrigade.app'>contact@ebrigade.app</a>";
echo "<p><b>libreBrigade $version
<p><a href='".$website."' target =_blank>".$website."</a>";

echo "</div>";

Expand Down
Binary file removed eBrigade.pdf
Binary file not shown.

0 comments on commit 855e978

Please sign in to comment.