Ok, I've deleted unused scripts (aka scripts claimed by nobody, and that are not mine ;-) ) I've deleted the "includes" directory in the koha-html part of koha : it includes only templates and .inc files that are also in koha/koha-tmpl/intranet. I've a some remaining questions... About koha-html : ============= * What is koha-html/intranet-html/opac done for ? isn't it old html ? (seems the same as koha-html/opac-html, which is the true opac html path) ? * is koha-html/opac-html/includes used somewhere ? Root koha directory : =============== In the root koha directory, there are some scripts that are for koha (addwebsite.pl, admin-home.pl)... and some that are for installation or command-line tasks (barcodes.pl, ChangeLog, fixBranches.pl, Hints, HOWTO-testing, INSTALL, install*, koha.mysql, koha.t, koha.upgrade, LICENSE, News, README, sampledata-1.2, testKoha, TODO if i don't mind). I think the code would be clearer if we put all of them in a specific directory. misc/ already contains some tools that are related to install, maintaining... So, I propose that all SCRIPTS not needed to run koha are moved to the misc directory. All the INFORMATIVE files (INSTALL, LICENSE,...) are moved in misc/info directory. (We could move the marc/ directory to misc/ too, as it's only db install stuff. Various questions : ============== * Is there a way to prevent deleted directories to remain in file system : some of them are present in koha and koha-html ? Questions/ideas/suggestions welcomed. -- Paul
On Thu, Nov 21, 2002 at 11:00:51AM +0100, paul POULAIN wrote:
So, I propose that all SCRIPTS not needed to run koha are moved to the misc directory. All the INFORMATIVE files (INSTALL, LICENSE,...) are moved in misc/info directory. (We could move the marc/ directory to misc/ too, as it's only db install stuff.
I don't think we should move ALL the informative files into misc/info. It is customary to find README and INSTALL in the root. At the least, put one informative file (README) in the root, which tells people where all the other files are. -- Ambrose Li <a.c.li@ieee.org> http://ada.dhs.org/~acli/cmcc/ http://www.cccgt.org/ DRM is theft - We are the stakeholders
Ambrose Li a écrit:
On Thu, Nov 21, 2002 at 11:00:51AM +0100, paul POULAIN wrote:
So, I propose that all SCRIPTS not needed to run koha are moved to the misc directory. All the INFORMATIVE files (INSTALL, LICENSE,...) are moved in misc/info directory. (We could move the marc/ directory to misc/ too, as it's only db install stuff.
I don't think we should move ALL the informative files into misc/info. It is customary to find README and INSTALL in the root. At the least, put one informative file (README) in the root, which tells people where all the other files are.
I was speaking of the cvs dir structure (which is quite different from the user one in koha). the buildrelease script moves files at a more usual place. It will still move README, INSTALL,ChangeLog... at the root of the tar.gz & user dir. -- Paul
participants (2)
-
Ambrose Li -
paul POULAIN