Koha/koha-tmpl/intranet-tmpl/prog/en/about.tmpl
plg 3fb80a6343 improvement: on the About page, a caption was added to the table of Perl
modules and modules are now listed in alphabetic order.
2006-03-16 11:33:28 +00:00

102 lines
No EOL
4.2 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->About Koha
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<div id="mainbloc">
<h1>Data about the current version of Koha for bug reports (or general interest).</h1>
<table>
<caption>Server information</caption>
<tr><th scope="row">Koha version: </th><td><!-- TMPL_VAR ESCAPE=HTML name="kohaVersion" --></td></tr>
<tr><th scope="row">OS version ('uname -a'): </th><td><!-- TMPL_VAR ESCAPE=HTML name="osVersion" --></td></tr>
<tr><th scope="row">Perl version: </th><td><!-- TMPL_VAR ESCAPE=HTML name="perlVersion" --></td></tr>
<tr><th scope="row">MySQL version: </th><td><!-- TMPL_VAR ESCAPE=HTML name="mysqlVersion" --></td></tr>
<tr><th scope="row">Apache version: </th><td><!-- TMPL_VAR ESCAPE=HTML name="apacheVersion" --></td></tr>
<tr><th scope="row">Zebra version: </th><td><!-- TMPL_VAR ESCAPE=HTML name="zebraVersion" --></td></tr>
</table>
<table>
<caption>Perl modules</caption>
<!-- TMPL_LOOP name="components" -->
<tr>
<th scope="row"><!-- TMPL_VAR NAME="name" --></th>
<td><!-- TMPL_VAR NAME="version" --></td>
</tr>
<!-- /TMPL_LOOP -->
</table>
<h2>Special thanks to the following libraries</h2>
<ul>
<li><strong>Horowhenua Library Trust</strong>, New Zealand, and Rosalie Blake, Head of Libraries, (Koha 1.0)</li>
<li>The <strong>Nelsonville Public Library</strong>, USA, Ohio (MARC support funding)</li>
<li><strong>EMN (Ecole des Mines de Nantes)</strong>, France (Suggestion, stats modules and improved ldap support funding)</li>
<li><strong>ENSMP (Ecole Nationale Supérieure des Mines de Paris)</strong>, France (biblio frameworks, MARC authorities, OPAC basket, Serials support funding)</li>
</ul>
<h2>Core team for 2.2</h2>
<ul>
<li><strong>Rachel Hamilton-Williams</strong>, Kaitiaki</li>
<li><strong>Paul Poulain</strong>, 2.2 release manager (MARC developer)</li>
<li>Stephen Hedges, Owen Leonard, Joshua Ferraro (<strong>Nelsonville Public Library</strong>)</li>
<li><strong>Katipo Communications</strong> (Koha 1.0 developers)</li>
<li><ul></li>
<li>Rachel Hamilton-Williams, General Manager (Webmistress)</li>
<li>Chris Cormack, 1.2 release manager</li>
<li>and Simon Blake, Amanda Atkins, Operations Manager, Olwen Williams, Finlay Thompson,</li>
<li>Gynn Lomax, Richard Anderson, Jeremy Blake, Rebecca Holden, Olive T. Canine</li></ul></li>
<li>Emiliano Marmonti, Matías Veleda and Sebastian Catañeda <strong>La Plata University, Argentina</strong> (barcode printing)</li>
<li>MJ Ray and <strong>Turo Technology LLP</strong>, (quality control, installer and updater, 2.0 release maintainer)</li>
<li>Nicholas Rosasco, (Documentation Compiler)</li>
<li>Mike Hansen</li>
<li><strong>Pate Eyler</strong> (Kaitiaki from 2002 to 2004)</li>
</ul>
<h2>Thanks to</h2>
<ul>
<li>Adam Thick</li>
<li>Andrew Hooper</li>
<li>Al Banks</li>
<li>Ambrose Li (translation tool)</li>
<li>Andrew Arensburger (the small and great C4::Context module)</li>
<li>Benedykt P. Barszcz (Polish for 2.0)</li>
<li>Brig C. McCoy</li>
<li>Daniel Holth</li>
<li>David Strainchamps</li>
<li>Dorian Meid (German translation)</li>
<li>doXulting (Matthieu Branlat) OPAC basket</li>
<li>Ed Summers (Some code and Perl packages like MARC::Record)</li>
<li>Esiee School (Jérome Vizcaino, Michel Lerenard, Pierre Cauchois)</li>
<li>Florian Bischof</li>
<li>Francisco M. Marzoa Alonso</li>
<li>Glen Stewart</li>
<li>Henri-Damien Laurent</li>
<li>Jo Ransom</li>
<li>Kip DeGraaf</li>
<li>Marco Gaiarin</li>
<li>Md. Aftabuddin</li>
<li>Michaes Herman</li>
<li>Mike Johnson</li>
<li>Mike Mylonas</li>
<li>Nicolas Morin (French Translation in 2.0)</li>
<li>Pawel Skuza (Polish for 1.2)</li>
<li>Regula Sebastiao</li>
<li>Roger Buck</li>
<li>Ron Wickersham</li>
<li>Sebastiaan Durand</li>
<li>Steve Tonnesen (early MARC work, Virtual Bookshelves concept, KohaCD)</li>
<li>Universidad ORT Uruguay (Ernesto Silva, Andres Tarallo)</li>
</ul>
<h2>Translation</h2>
<ul>
<li><strong>French: </strong>Pascale Nalon (ENSMP) and Jean Yves Lemaire (Chatel Saint Germain)</li>
<li><strong>Chinese: </strong>Ambrose Li</li>
<li><strong>Spanish: </strong>Andres Tarallo</li>
<li><strong>Italian: </strong>Giuseppe Angilella</li>
</ul>
<!-- TMPL_INCLUDE name="intranet-bottom.inc" -->