星期四, 9月 28, 2006

koha cvs

取得目前 koha release codes
cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/koha co koha


取得最新版本 export release version
cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/koha export -r dev_week koha

koha cvs
rel_2_2
rel_3_0
HEAD(latest)

星期三, 9月 27, 2006

koha 資料

wiki
1.http://wiki.liblime.com/doku.php?do=index&id=koha24rmnotes

2.https://www.athenscounty.lib.oh.us/wiki/doku.php?do=index&id=catalogingproject

3.http://wiki.koha.org/doku.php?do=index&id=devweek

seriers User Guide
http://www.katipo.co.nz/solutions/koha/docs/CorpSerialsModuleUserGuide.pdf

koha blog koha::ajax
http://blog.katipo.co.nz/?p=6#more-6

Nelsonville Public Library
http://zoomopac.liblime.com/cgi-bin/koha/opac-main.pl

Gussying up OpenSearch
http://dilettantes.blogspot.com/2005/06/gussying-up-opensearch.html

ZAP! Advanced Search
http://liblime.com/zap/advanced.html

A9 OpenSearch
http://opensearch.a9.com/

WWW::OpenSearch - Search A9 OpenSearch compatible engines
http://search.cpan.org/src/BRICAS/WWW-OpenSearch-0.08/README

Unimarc, marc21, Unicode, and MARC::File::XML
http://www.mail-archive.com/perl4lib@perl.org/msg00950.html

Open Source Software
http://www.libsuccess.org/index.php?title=Open_Source_Software

Koha Analytical Feature List and
Documentation Index with
Demonstration and Example Implementation Links
http://www.agogme.com/koha_org/features/

open cataloger
http://team42.liblime.com/
http://teamipg.liblime.com/nls.html

barcode

cp 145 barcodedata

/usr/local/share/perl/5.8.7/PDF/API2/Basic/TTF
PDF/API2/Resource/XObject/Form

dev co Serials.pm Letters.pm

Subroutine PDF::API2::Resource::Font::Postscript::O_RDONLY redefined at /usr/share/perl/5.8/Exporter.pm line 65.
at /usr/local/share/perl/5.8.7/PDF/API2/Resource/Font/Postscript.pm line 46


old barcode
modify countryCodes.dat => 英文
158 = 台灣

create_labels_conf_table.sql
C4/
PDF::API2
Compress::Zlib
PDF::Reuse
PDF::Report
PDF::Create
PDF::Labels
Acme::Comment
GD::Barcode
Data::Random
admin-home.tmpl
label-topmenu.inc
koha/ owner www-data

error

1.barcodesGenerator.pl

DBD::mysql::st execute failed: You have an error in your SQL syntax. Check the manual that corresponds to your

MySQL server version for the right syntax to use near 'AND I.barcode <= ) AND (I.barcode <> 'FALTA') ORDER

BY Codigo' at ./barcodesGenerator.pl line 215.
DBD::mysql::st fetchrow_array failed: fetch() without execute() at ./barcodesGenerator.pl line 233.
Can't call method "is_obj" on an undefined value at /usr/local/share/perl/5.8.7/PDF/API2/Basic/PDF/File.pm line 986.

2.test.textblock.pl
Can't locate object method "text_block" via package "PDF::API2::Basic::TTF::Table" at ./test.textblock.pl line 17.

星期二, 9月 26, 2006

perl use lib

use lib '/usr/local/koha/intranet/modules';

星期一, 9月 11, 2006

koha 佈景程式

intranet 佈景

1.修正 cgi-bin/*.pl

$tabsysprefs{intranetstylesheet}="Interanet"
$tabsysprefs{intranetcolorstylesheet}="Interanet"

2.修正 system /cgi-bin/admin/systempreferences.pl
$template->param(
intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
intranetstylesheet => C4::Context->preference("intranetstylesheet"),
);

傳回參數

3.修正 /intranet/htdocs/intranet-tmpl/npl/zh_TW/includes/doc-head-close*.inc
相關呼叫 intranetcolorstylesheet、intranetstylesheet












OPAC 佈景

1.修正 cgi-bin/*.pl

$tabsysprefs{opacstylesheet}="OPAC"
$tabsysprefs{opaccolorstylesheet}="OPAC"
$tabsysprefs{opaclayoutstylesheet}="OPAC"

2.修正 system /cgi-bin/*.pl
$template->param(
opacstylesheet => C4::Context->preference("opacstylesheet"),
opaccolorstylesheet => C4::Context->preference("opaccolorstylesheet"),
opaclayoutstylesheet => C4::Context->preference("opaclayoutstylesheet"),
);

傳回參數

3.修正 /opac/htdocs/opac-tmpl/npl/zh_TW/includes/doc-head-close*.inc
相關呼叫 opacstylesheet、opaccolorstylesheet、opaclayoutstylesheet