20 Feb
2007
20 Feb
'07
6:50 a.m.
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@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS