1<?xml version="1.0" standalone="yes"?> 2<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" 3 "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd" 4[ 5 <!ENTITY % entities SYSTEM "program_options.ent" > 6 %entities; 7]> 8<section> 9 <title>Acknowledgements</title> 10 11 <para>I'm very gratefull to all the people who helped with the development, 12 by discussion, fixes, and as users. It was pleasant 13 to see all that involvement, which made the library much better than it 14 would be otherwise. 15 </para> 16 17 <para>In the early stages, the library was affected by discussions with 18 Gennadiy Rozental, William Kempf and Alexander Okhotin. 19 </para> 20 21 <para>Hartmut Kaiser was the first person to try the library on his project 22 and send a number of suggestions and fixes. 23 </para> 24 25 <para>The formal review lead to numerous comments and enhancements. Pavol 26 Droba helped with the option description semantic. Gennadiy Rozental has 27 criticised many aspects of the library which caused various simplifications. 28 Pavel Vozenilek did carefull review of the implementation. A number of 29 comments were made by: 30 <itemizedlist> 31 <listitem><para>David Abrahams</para></listitem> 32 <listitem><para>Neal D. Becker</para></listitem> 33 <listitem><para>Misha Bergal</para></listitem> 34 <listitem><para>James Curran</para></listitem> 35 <listitem><para>Carl Daniel</para></listitem> 36 <listitem><para>Beman Dawes</para></listitem> 37 <listitem><para>Tanton Gibbs</para></listitem> 38 <listitem><para>Holger Grund</para></listitem> 39 <listitem><para>Hartmut Kaiser</para></listitem> 40 <listitem><para>Petr Kocmid</para></listitem> 41 <listitem><para>Baptiste Lepilleur</para></listitem> 42 <listitem><para>Marcelo E. Magallon</para></listitem> 43 <listitem><para>Chuck Messenger</para></listitem> 44 <listitem><para>John Torjo</para></listitem> 45 <listitem><para>Matthias Troyer</para></listitem> 46 </itemizedlist> 47 </para> 48 49 <para>Doug Gregor and Reece Dunn helped to resolve the issues with Boostbook 50 version of the documentation. 51 </para> 52 53 <para>Even after review, a number of people have helped with further development: 54 <itemizedlist> 55 <listitem><para>Rob Lievaart</para></listitem> 56 <listitem><para>Thorsten Ottosen</para></listitem> 57 <listitem><para>Joseph Wu</para></listitem> 58 <listitem><para>Ferdinand Prantl</para></listitem> 59 <listitem><para>Miro Jurisic</para></listitem> 60 <listitem><para>John Maddock</para></listitem> 61 <listitem><para>Janusz Piwowarski</para></listitem> 62 <listitem><para>Charles Brockman</para></listitem> 63 <listitem><para>Jonathan Wakely</para></listitem> 64 65 66 </itemizedlist> 67 </para> 68 69 70 71 72 73 74 75 76</section> 77 78<!-- 79 Local Variables: 80 mode: xml 81 sgml-indent-data: t 82 sgml-parent-document: ("program_options.xml" "section") 83 sgml-set-face: t 84 End: 85--> 86