星期五, 12月 28, 2007

fix koha20071227

refs #49 修改 /intranet-cgi/acqui.simple/addbiblio.pl
refs #50 修正 acqui.simple/addbiblio.tmpl

[討論] Perl6 好像出來了

The Long Perl 6 Super-Feature List
http://www.perlfoundation.org/perl6/index.cgi?the_long_perl_6_super_feature_list

What Is Perl 6
http://www.perl.com/pub/a/2006/01/12/what_is_perl_6.html

http://dev.perl.org/perl6/

Perl 6 Users FAQ
http://perl.net.au/wiki/Perl_6_Users_FAQ

Cultured Perl: Perl 6 grammars and regular expressions
http://www-128.ibm.com/developerworks/linux/library/l-cpregex.html?ca=dgr-lnxw01Perl6Gram

[討論] Perl6 好像出來了

作者: redmist (....�N� ) 看板: Perl
標題: [討論] Perl6 好像出來了
時間: Thu Dec 27 21:17:38 2007

剛估到這個網頁
http://www.perlfoundation.org/perl6/index.cgi

其中有download Perl6
http://www.perlfoundation.org/perl6/index.cgi?download_perl_6

然後是Pugs的網頁,有教你怎麼裝pugs
http://jnthn.net/perl6/

Perl6似乎有許多神奇的功能?hypothetical variables和lazy evaluation等
之前沒聽過的東西,有空來玩看看


--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 218.168.133.77

星期二, 12月 25, 2007

20071226議程

1. 目前完成:

a. Koha 2.2.9(20071214)繁體中文釋出
b. Koha 2.2.9(20071214)安裝手冊
c. koha 介面語言支援

2. 待完成:

Koha 系統管理手冊

星期一, 12月 24, 2007

Parrot

Parrot is a virtual machine

http://www.parrotcode.org/

星期五, 12月 21, 2007

星期二, 12月 18, 2007

20071219議程

1. koha 229 完成 #9,#10, #12~#22, 未完成 #11, #24 // 優先處理
2. koha 3.0 完成 #23, #25, #25, #27, #28,未完成 #27 // 可延後
3. Koha 3.0 開放權限問題
4. 接著陸續完成手冊 // 優先處理
5. case study 還需要處理哪些 // 可延後

參考未完成
http://lit145.lacc.fju.edu.tw:8000/trac/report/1

參考完成
http://lit145.lacc.fju.edu.tw:8000/trac/report/6

星期五, 12月 14, 2007

Re: [kohataiwan] Koha-2.2.9(20071214)

##################################################################
#
# 軟體名稱:Koha-2.2.9(20071214)
# 版本:Beta
# 授權:GNU GPL
# 發佈者:游龍山 <long_sam.tw At yahoo.com.tw>
#
# 下載區:http://groups.google.com.tw/group/kohataiwan/web/koha-2.2.9.tgz

# 程式修正對應 trac ticket:
# refs 10,12,13,14,15,16,17,18,19,20,21,22
#

http://lit145.lacc.fju.edu.tw:8000/trac/

#
# 修正:
# 1. 安裝程式
# 2. 新增自動安裝程式
# 3. 修正 koha.mysql
# 4. 修正 marc(整合 thomas)
# 5. 自動產生 apache.conf, my.cnf 並備
# 份舊有設定檔,以時間命名。
# 6. 修正 mysql UTF-8
# 7. 修正 opac 語系選擇 // 再傳布景設定
# 8. 自動安裝請參考 scripts/misc/auto_install
#
# 測試環境:
#
# Ubuntu 6.10 Server
#
# 後續:
# 1. 完成安裝文件
#

http://koha.wikispaces.com/kohainstall610

# 2. 釋出正式版
# 3. 更新使用相關手冊
# 4. 修正 Koha 2.2.9 使用上 bug
#
# 附註:
#
# 1. Business::ISBN 使用 1.84
# 2. 為何不用 CPANPLUS,因為預設系統沒有安裝
#

http://search.cpan.org/~kane/CPANPLUS-0.82/lib/CPANPLUS.pm

# 3. 為何 mysql root 不直接在安裝程式設定,安全考慮
# 4. 為何不處理 CGI.pm 問題。採用 kochin@gmail.com 的作法,不要修
# 改 CGI.pm,直接修改 koha 的程式,正如 kochin 所說檔案需要修改很
# 多,我之後再開張 ticket 處理。目前先採用 escapeHTML() 方式。
# 5. 目前會先以 Koha 2.2.9 為主,Koha 3.0 需處理 zebra Token
# 而且,還有很多事要處理,Koha 3.0 才能算是 ok,當然你也可以不使用
# zebra。
#

http://lists.indexdata.dk/pipermail/zebralist/2007-October/001760.html

#
###################################################################

koha3.0

1. 安裝完後,移除 install
2. 安裝Algorithm::CheckDigits
3. opac http://lit184.lacc.fju.edu.tw:12000
4. staff http://lit184.lacc.fju.edu.tw:15000
5. ajac jQuery, YUI
6. SMS, SIP,xslt ...

星期一, 12月 10, 2007

Changing the working directory

In the shell you would type "cd /home" to change the workingdirectory to /home. You could write the following in your Perl script:

system("cd /home");

But it would have no effect. In fact, since the system call forksfrom the process used by the interpreter, it doesn't change the workingdirectory of your script. Instead, you can use a Perl function called"chdir":

chdir "/home";

http://www.linuxforums.org/programming/learn_perl_in_10_easy_lessons__lesson_5.html

星期五, 12月 07, 2007

Business::ISBN

1. koha 229 安裝 Business::ISBN -> 先使用 1.84,因為
URI 尚未更新 Business::ISBN 函示呼叫
2. QC koha 229 install

星期二, 12月 04, 2007

20071205議程

1. install docs // URI gisle
2. 開發流程 // http://koha.wikispaces.com/researchnotes
3. 成功案例
4. trac + svn
5. koha 3.0

java developer note

1. JCP, JSR // standard
2. CLDC, MIDP // mobile
3. Jxta // p2p
4. Swing // graphic
5. Java stream
6. Java EL & Regular expression
7. eclipse UML
8. JWSDP
9. JAX-RPC
10. Stubs, Ties