[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] Namespace Change: C4 -> Koha
From: |
Joshua M. Ferraro |
Subject: |
[Koha-devel] Namespace Change: C4 -> Koha |
Date: |
Tue, 20 Feb 2007 00:50:34 -0600 (CST) |
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
address@hidden |Full Demos at http://liblime.com/koha |1(888)KohaILS
- [Koha-devel] Namespace Change: C4 -> Koha,
Joshua M. Ferraro <=