[Koha-devel] Namespace Change: C4 -> Koha

Joshua M. Ferraro jmf at liblime.com
Tue Feb 20 07:50:34 CET 2007


Hi all,

Just a crazy thought I had:

$ cd cvsrepos/rel_3_0/koha
$ perl -p -i -e 's/C4/Koha/g' `grep -ril C4 *.pm`
$ perl -p -i -e 's/C4/Koha/g' `grep -ril C4 *.pl`
$ perl -p -i -e 's/C4/Koha/g' `grep -ril C4 *.tmpl`
$ cvs commit -m "renaming namespace from C4 to Koha"

The above commands should replace our entire module namespace from
C4 to Koha, which is arguably more intuitive. Thoughts?

Cheers,

-- 
Joshua Ferraro                       SUPPORT FOR OPEN-SOURCE SOFTWARE
President, Technology       migration, training, maintenance, support
LibLime                                Featuring Koha Open-Source ILS
jmf at liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS






More information about the Koha-devel mailing list