| 1 | <?php
|
|---|
| 2 | require_once('config.php');
|
|---|
| 3 |
|
|---|
| 4 | $wikiversion = $db->GetOne('SELECT cfg_value FROM config WHERE cfg_name = ? AND wiki_id = ?',array('whversion', registry::get('wiki') ) );
|
|---|
| 5 | $dbversion = $db->GetOne('SELECT cfg_value FROM config WHERE cfg_name = ? AND wiki_id = ?',array('dbversion', registry::get('wiki') ) );
|
|---|
| 6 | ?>
|
|---|
| 7 | <p><img src="images/wikiHelp.jpg" width="330" height="87" alt="WikiHelp" />
|
|---|
| 8 | </p>
|
|---|
| 9 | <p>WikiHelp est un logiciel d'écriture collaborative pour la documentation de processus, de systÚmes de sécurité ou de base de connaissance. Ce logiciel adapte les notions de wiki spécifiquement à ce besoin pour permettre aux utilisateurs de connaitre, d'écrire ou de mettre à jours la documentation reliée à vos processus.</p>
|
|---|
| 10 | <p>Website : <a href="http://medsecure.ca/trac/wikihelp">http://medsecure.ca/trac/wikihelp</a></p>
|
|---|
| 11 | <p><a href="http://twitter.com/WikiHelp"><img border=0 src="images/logo_twitter.gif" width="40" height="40" alt="twitter" /></a></p>
|
|---|
| 12 | <p><strong>Ãquipe de développement</strong></p>
|
|---|
| 13 | <ul>
|
|---|
| 14 | <li>François Harvey, Gestionnaire de projet</li>
|
|---|
| 15 | <li>Maxime Robitaille, Programmeur</li>
|
|---|
| 16 | <li>Francis Lacoste, Programmeur</li>
|
|---|
| 17 | </ul>
|
|---|
| 18 | <p>WikiHelp est basé sur <a href="http://richardbondi.net/static/wikihelp/" target="_blank">Wiki Web Help</a> de <a href="http://richardbondi.net" target="_blank">Richard Bondi</a></p>
|
|---|
| 19 | <p>Copyright (c) 2010-2011, Gestion medsécure / Medsecure Management</p>
|
|---|
| 20 | <hr/>
|
|---|
| 21 | <p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:</p>
|
|---|
| 22 | <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
|
|---|
| 23 | <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
|
|---|
| 24 | <hr/>
|
|---|
| 25 | <p><strong>WikiHelp version <?php echo $wikiversion; ?> (Schema BD <?php echo $dbversion; ?>)</strong></p>
|
|---|