As I've been reviewing Koha 1.10 prior to installation, I've found several problems. Here are some tips to help you if you plan to install before the problems are fixed in the next release: 1. find all references to "image src" in the package, and replace them with "img src". This is an old bug from pre-1.07. 2. the front-member.gif in the intranet-html/images folder is corrupt. Get an old copy from a previous release of Koha and use it instead. 3. Koha is still mis-programmed to require Server-Side-Includes from .html files. This puts an undue burden on the server and does not follow standards that say these files should be named .shtml. Fixing this will require a lot of searching and renaming. I'd like to know how many folks run Koha and Opac on the same server. If you do, the Koha 1.10 package will not run as provided, since it assumes at least a <VirtualHost> configuration and 2 domain names. Would you prefer that Koha be provided so it can all run on the same server without this?