Delhi Public Library using Koha

From the Koha mailing list today

“Delhi Public Library is an autonomous organization under the Ministry of Tourism & Culture and governed by Delhi Library Board, fully financed by the Government of India. Delhi Public Library was started as a UNESCO project in the year 1951 by the Govt. of India. It was inaugurated by first Prime Minister of India Hon’ble Pandit Jawaharlal Nehru, started as small unitary library in old Delhi, Opp. Old Delhi Railway Station. It has since developed into a premier Public Library System in the metropolitan city of Delhi”

This is the excerpt from the welcome message given on the home page of Delhi Public Library (http://www.dpl.gov.in). I would like to share with you all that this historic library having more than 2 Million books/bibliographic material in Indian and English Language is now online using Koha. Catalogue can be accessed at:

http://59.176.17.111/ (or follow the link on their main website)

It is the real implementation of Koha 3 without any paid support (I think first in South Asia, plz correct me someone if I am wrong). I congratulate Mr. Amit and Mr. Sudhir on this achievement.

Note: Amit is trying to install Koha 3 Stable Release today, Amit! keep it up..

Koha 3 Packaging

Ok, the 2nd crack of my debian package is up in my repo now
Add
deb http://apt.workbuffer.org/ hardy all
To your /etc/apt/sources.list
And then
sudo apt-get update
sudo apt-get install libkoha-perl

And if you are willing you can checkout my package branch, and build your own package, for your architecture.

git clone git://gitorious.org/koha/mainline.git koha
OR
git clone http://git.gitorious.org/koha/mainline.git

Then
git -r branch
Will show you the remote branches,
git checkout origin/package

Gets you the package branch, then you run
fakeroot dpkg-buildpackage -b -tc -us -uc

If you want to make any changes, and build a new package with a higher patch number, run
dch -i
Then commit the debian/changelog file and rebuild your package.

Any patches gratefully accepted, once I have it fully working with debconf and the preinst, postinst, postrm scripts all going I will submit patches to patches@koha.org.

Oh, and Marc from Biblibre informed me I forgot to tell people how they can get my public key. You can get it from biglumber.com
Or simply by running
gpg --keyserver subkeys.pgp.net --recv-key 557F7779

UPDATE

I have removed the packages as people were trying to use them for purposes other than just testing.