Alpha

Monthly #koha Meetings

May 3rd, 2010
May 4, 2010
7:00 pmto8:00 pm
May 5, 2010
7:00 pmto8:00 pm

For all who are interested the following monthly IRC meetings on #koha will be held this week:

Handover Meeting 04 May 2010 @ 1900 UTC

Community Meeting 05 May 2010 @1900 UTC

Please review the meeting agendas by selecting the links above. You may also click on the meeting date to convert to your timezone. If you are unfamiliar with or do not have access to an irc client on your computer, you may use the web based Mibbit client by clicking here. Please use the ‘/nick’ command to change your nick to something meaningful. (ie. /nick jdoe)

Koha 3.2 bugsquashing session 2/10

February 3rd, 2010
February 10, 2010

Join us in #koha (server irc.katipo.co.nz) all day on Wednesday, 2/10/2010 for a general bug squashing for 3.2

Don’t have an IRC client? That’s ok, just use our Mibbit widget to connect directly to our channel through your browser.

Tarballs of Koha 3.2 alpha available

February 3rd, 2010

Tarballs of Koha 3.2 alpha are now available for download.  Two versions are available; the first is a compact version that includes the PO files for translations but doesn’t expand them into koha-tmpl, while the second version is the traditional full package that includes every language.  Because the full package is ten times larger than the compact one, please download the compact one unless you absolutely require the full version with the translations already expanded.

Compact, preferred distribution:

http://download.koha-community.org/koha-3.02.00-alpha.tar.gz (the package itself)
http://download.koha-community.org/koha-3.02.00-alpha.tar.gz.MD5 (checksum)
http://download.koha-community.org/koha-3.02.00-alpha.tar.gz.MD5.asc (signed checksum)
http://download.koha-community.org/koha-3.02.00-alpha.tar.gz.sig (signature of tarball)

Version with all translations expanded:

http://download.koha-community.org/koha-3.02.00-alpha-all-translations.tar.gz (the package itself)
http://download.koha-community.org/koha-3.02.00-alpha-all-translations.tar.gz.MD5 (checksum)
http://download.koha-community.org/koha-3.02.00-alpha-all-translations.tar.gz.MD5.asc (signed checksum)
http://download.koha-community.org/koha-3.02.00-alpha-all-translations.tar.gz.sig (signature of tarball)

In order to expand all translations from the compact package, after expanding the tarfile, do


cd koha-3.02.00-alpha/misc/translator
./install.pl

Then run the normal installation process.  To expand a particular language, e.g., fr-FR, do


cd koha-3.02.00-alpha/misc/translator
./install-code.pl fr-FR

As a reminder, as with any alpha release, this is not recommend for use in a production setting.  To report bugs in the alpha, please visit http://bugs.koha.org/.