投影片檔案已經放到 http://wiki.tossug.org/ 上面了~
另外 Eddy 他的 USB Stick 有病毒
曾經在 Windows 使用過的朋友請仔細檢查一下自己的電腦... >_<
星期三, 2月 27, 2008
星期四, 2月 21, 2008
【2/26 TOSSUG 心得分享】Eddy Chang: Joomla! 1.5 Framework
[English below]
Hi,
2008 年的第四場心得分享,將由 Eddy Chang 帶領大家進入用 Joomla! 快速開發網站的世界。
Joomla! 是用 PHP 寫成的內容管理系統(CMS),以 GPL 條款釋出。在一九九〇年代後半段,PHP 以內嵌在 HTML
的方式崛起,很容易在原本靜態的 HTML
網頁上加入變數代換、迴圈、網站主題(theme)等許多動態功能,是受到最多人青睞的開放原始碼網頁開發語言,在台灣也有很多網站開發者採用
PHP。
大約在 2001 年 internet
泡沫破滅的同時或之後,或許是開發成本的考量,越來越多人開始注意網站程式的重複利用性,在桌面系統開發領域行之有年的 MVC -
Model/View/Control 的開發模式逐漸受到重視,越來越多的網站開發系統開始採用 MVC,但在採用的語言(computer
language)、整體架構(framework)、資料模型(data model)等處各有擅場、優劣互見。
在 2006 年底 Packt publishing 為了選出最佳的 CMS,接受公眾提名了五個開放原始碼的 CMS:
Drupal、e107、Joomla!、Plone 和 XOOPS,在十一月的公眾和評審投票之後,Joomla! 以一票之差險勝
Drupal,榮獲第一。不過 2007 年 Drupal 反敗為勝擠下 Joomla! 成為最佳整體 CMS,但 Joomla! 在最佳
PHP CMS 項目中又打敗 Drupal 獲得第一,可見這兩套軟體真是難分軒輊啊!
Eddy 自 Joomla! 的前身 Mambo 時期就開始參與中文化的工作,現在是 Joomla! 中文翻譯的主持人。Eddy 用
Joomla! 打造過不少網站,如
Kirin啤酒、hihosting中華電信主機事業站、多芬自信基金會、保聖那顧問人力招募站等等,有很多實作的經驗,相信可以為大家帶來第一手的
Joomla! 體驗。
----------------------------------------------------------------------
時間: 2008/2/26 星期二,分享時間 7:30pm - 8:45pm。
主題: Joomla! 1.5 Framework
分享人: Eddy Chang
語言: 中文
地點: 伯朗咖啡館南京二店(http://wiki.tossug.org/Mr.BrownCoffee)
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。
大綱:
* 綜覽 Joomla! 1.5 的架構
* Model/View/Control 和 Design Pattern
* Ajax 功能
* 其他新功能
* 實作範例
----------------------------------------------------------------------
cheers,
Ping
............................................................
Hi,
The fourth talk of the year 2008 will be given by Eddy Chang to bring
you into the world of rapid web development with Joomla! 1.5
Framework.
Joomla! is a content management system (CMS) written in PHP, released
in GPL. PHP grabbed the attention of many web developers in late 1990s
with its "embedding code in HTML" paradigm. With PHP, it became easy
to add dynamic features like variable substitution, loops, themes into
originally static HTML pages. It is the most popular open source
language for web development. There are many PHP developers in Taiwan,
too.
Around or after the internet bubble burst in 2001, more and more
people value the re-usability of web programs - maybe for cost
considerations. More and more web development system adopted the MVC
design (Model/View/Control) used in desktop system for years. For
better or worse, different systems may take different approaches to
select computer language, framework and data model.
Packt publishing initiated an award for best open source CMS in 2006.
Five projects were nominated: Drupal, e107, Joomla!, Plone and XOOPS.
After voting by public and selected judges, Joomla! beat Drupal to the
top by 1 vote. In 2007 Drupal won the best overall CMS award, but
Joomla! beat Drupal again for the best CMS written in PHP. Drupal and
Joomla! are really neck and neck in this race.
Eddy has been involved in the translation work of Mambo, the previous
incarnation of Joomla!. He is the current maintainer of the
Traditional Chinese translation of Joomla!. Eddy has developed many
web sites using Joomla!: Kirin beer, hihosting, www.realbeauty.com.tw,
etc. I'm sure he'll bring his massive experience to the talk.
----------------------------------------------------------------------
Time: 2008/2/26 (Tuesday), 7:30pm - 8:45pm.
Topic: Joomla! 1.5 Framework
Speaker: Eddy Chang
Language: Chinese
Place: Mr. Brown Coffee, Store #2 on Nanjing East Road.
(http://wiki.tossug.org/Mr.BrownCoffee)
Outline:
1. Framework Overview
2. MVC and Design Pattern
3. Ajax Feature
4. Other New Feature
5. Sample Implementation
----------------------------------------------------------------------
cheers,
Ping
_______________________________________________
Hojia@tossug.org
http://tossug.org/mailman/listinfo/hojia
Hi,
2008 年的第四場心得分享,將由 Eddy Chang 帶領大家進入用 Joomla! 快速開發網站的世界。
Joomla! 是用 PHP 寫成的內容管理系統(CMS),以 GPL 條款釋出。在一九九〇年代後半段,PHP 以內嵌在 HTML
的方式崛起,很容易在原本靜態的 HTML
網頁上加入變數代換、迴圈、網站主題(theme)等許多動態功能,是受到最多人青睞的開放原始碼網頁開發語言,在台灣也有很多網站開發者採用
PHP。
大約在 2001 年 internet
泡沫破滅的同時或之後,或許是開發成本的考量,越來越多人開始注意網站程式的重複利用性,在桌面系統開發領域行之有年的 MVC -
Model/View/Control 的開發模式逐漸受到重視,越來越多的網站開發系統開始採用 MVC,但在採用的語言(computer
language)、整體架構(framework)、資料模型(data model)等處各有擅場、優劣互見。
在 2006 年底 Packt publishing 為了選出最佳的 CMS,接受公眾提名了五個開放原始碼的 CMS:
Drupal、e107、Joomla!、Plone 和 XOOPS,在十一月的公眾和評審投票之後,Joomla! 以一票之差險勝
Drupal,榮獲第一。不過 2007 年 Drupal 反敗為勝擠下 Joomla! 成為最佳整體 CMS,但 Joomla! 在最佳
PHP CMS 項目中又打敗 Drupal 獲得第一,可見這兩套軟體真是難分軒輊啊!
Eddy 自 Joomla! 的前身 Mambo 時期就開始參與中文化的工作,現在是 Joomla! 中文翻譯的主持人。Eddy 用
Joomla! 打造過不少網站,如
Kirin啤酒、hihosting中華電信主機事業站、多芬自信基金會、保聖那顧問人力招募站等等,有很多實作的經驗,相信可以為大家帶來第一手的
Joomla! 體驗。
----------------------------------------------------------------------
時間: 2008/2/26 星期二,分享時間 7:30pm - 8:45pm。
主題: Joomla! 1.5 Framework
分享人: Eddy Chang
語言: 中文
地點: 伯朗咖啡館南京二店(http://wiki.tossug.org/Mr.BrownCoffee)
注意事項:有免費的無線上網,請別把 notebook 忘在家裡。
大綱:
* 綜覽 Joomla! 1.5 的架構
* Model/View/Control 和 Design Pattern
* Ajax 功能
* 其他新功能
* 實作範例
----------------------------------------------------------------------
cheers,
Ping
............................................................
Hi,
The fourth talk of the year 2008 will be given by Eddy Chang to bring
you into the world of rapid web development with Joomla! 1.5
Framework.
Joomla! is a content management system (CMS) written in PHP, released
in GPL. PHP grabbed the attention of many web developers in late 1990s
with its "embedding code in HTML" paradigm. With PHP, it became easy
to add dynamic features like variable substitution, loops, themes into
originally static HTML pages. It is the most popular open source
language for web development. There are many PHP developers in Taiwan,
too.
Around or after the internet bubble burst in 2001, more and more
people value the re-usability of web programs - maybe for cost
considerations. More and more web development system adopted the MVC
design (Model/View/Control) used in desktop system for years. For
better or worse, different systems may take different approaches to
select computer language, framework and data model.
Packt publishing initiated an award for best open source CMS in 2006.
Five projects were nominated: Drupal, e107, Joomla!, Plone and XOOPS.
After voting by public and selected judges, Joomla! beat Drupal to the
top by 1 vote. In 2007 Drupal won the best overall CMS award, but
Joomla! beat Drupal again for the best CMS written in PHP. Drupal and
Joomla! are really neck and neck in this race.
Eddy has been involved in the translation work of Mambo, the previous
incarnation of Joomla!. He is the current maintainer of the
Traditional Chinese translation of Joomla!. Eddy has developed many
web sites using Joomla!: Kirin beer, hihosting, www.realbeauty.com.tw,
etc. I'm sure he'll bring his massive experience to the talk.
----------------------------------------------------------------------
Time: 2008/2/26 (Tuesday), 7:30pm - 8:45pm.
Topic: Joomla! 1.5 Framework
Speaker: Eddy Chang
Language: Chinese
Place: Mr. Brown Coffee, Store #2 on Nanjing East Road.
(http://wiki.tossug.org/Mr.BrownCoffee)
Outline:
1. Framework Overview
2. MVC and Design Pattern
3. Ajax Feature
4. Other New Feature
5. Sample Implementation
----------------------------------------------------------------------
cheers,
Ping
_______________________________________________
Hojia@tossug.org
http://tossug.org/mailman/listinfo/hojia
星期五, 1月 25, 2008
[TOSSUG 心得分享 1/29] Firefox 3 - Bob (地點在伯朗咖啡館南京二店)
時間: 2008/1/29 星期二,分享時間 7:00pm - 8:30pm。
主題: 淺嘗新火狐
分享人: bobchao
語言: 中文
地點: 伯朗咖啡館南京二店
注意事項:
* 有免費的無線上網,請別把 notebook 忘在家裡。
大綱:
* Firefox 3 新功能:一般使用
** 下載管理、佈景主題、一些雜七雜八的小玩意
** 應用程式
** Places
* Firefox 3 新功能:網站開發
** Web Application
*** Protocol handler
*** offline-cache
*** Cross-site XMLHttpRequest
*** <a ping>
* 其他有趣的東西: Prism, Spicebird, Songbird.
交通資訊:
捷運中山站出口(在衣蝶百貨那一側)轉乘公車306或其它公車
到南京林森路口下車往前走約250公尺 步行約4分鐘
或到南京吉林路口下車往回走約200公尺 步行約3分鐘
或是不搭公車只走路距離約700公尺 步行約10分鐘
位於南京東路一段與新生高架道路交叉口右上角
地圖連結 http://0rz.tw/983yG
主題: 淺嘗新火狐
分享人: bobchao
語言: 中文
地點: 伯朗咖啡館南京二店
注意事項:
* 有免費的無線上網,請別把 notebook 忘在家裡。
大綱:
* Firefox 3 新功能:一般使用
** 下載管理、佈景主題、一些雜七雜八的小玩意
** 應用程式
** Places
* Firefox 3 新功能:網站開發
** Web Application
*** Protocol handler
*** offline-cache
*** Cross-site XMLHttpRequest
*** <a ping>
* 其他有趣的東西: Prism, Spicebird, Songbird.
交通資訊:
捷運中山站出口(在衣蝶百貨那一側)轉乘公車306或其它公車
到南京林森路口下車往前走約250公尺 步行約4分鐘
或到南京吉林路口下車往回走約200公尺 步行約3分鐘
或是不搭公車只走路距離約700公尺 步行約10分鐘
位於南京東路一段與新生高架道路交叉口右上角
地圖連結 http://0rz.tw/983yG
星期日, 1月 06, 2008
【1/8 TOSSUG 心得分享】gasolin: 英文不太好, 也能第一次學程式語言就上手 -- 使用 Python 與周蟒
[English below]
Hi,
新年快樂!
很高興 Tossug 的心得分享要進入第四個年頭了,您有什麼想和大家分享的心得或經驗,請不吝自告奮勇!或是想請哪位大大來講哪個題目,也請寄封信到
mailing list 來提名。 :)
2008 年的心得分享將由 gasolin 開場,講他自己發想、並獲得不少社群朋友支持共同開發的 open source 專案 -
周蟒(zhpy),就是讓 Python
講中文嘛會通啦!這在寫一些和我們的文化緊密相關或公文流程的程式時,有特別的優勢,不然在寫紫微斗數的什麼星在什麼宮的時候,還要用英文取變數名和函式名,那太難了吧?
----------------------------------------------------------------------
時間: 2008/1/8 星期二,分享時間 7:30pm - 9:00pm。
主題: 英文不太好, 也能第一次學程式語言就上手 -- 使用 Python 與周蟒
分享人: gasolin
語言: 中文
地點: OpenMoko OpenLab (http://wiki.openmoko.org/wiki/OpenLab)
台北市內湖區陽光路 300 號(大眾電腦大樓)7 樓
交通資訊:請見 http://wiki.tossug.org/OpenLab
注意事項:* 因為是第二次到 OpenLab 舉辦,我們還是給大家多一點時間找地方,
7:30 才開始,但請適當預估下班時段的交通時間。
* 請告訴一樓的守衛你來參加 7 樓 OpenLab 活動。
* 當天找地方有問題的話,請打電話 0939-989-423 找 Jouston。
* 有免費的無線上網,請別把 notebook 忘在家裡。
講者提供的內容簡介:
來了解一門學習中隨時充滿「成就感」,學了之後馬上用的到的程式語言吧。
周蟒是 Python 程式語言的方言,可以執行以中文寫成的程式碼。同時,也能轉換為 Python 程式碼。
周蟒與 Python 提供了一種很有潛力的學習方式:在對英文掌握不佳的情形下,能先透過周蟒來順利學習程式語言中的流程、迴圈、物件、繼承等關係,隨後能無痛橋接到在各領域被廣為應用的
Python 語言上。相當適合剛接觸程式設計的人學習使用。
透過 Python 語言其語法近似於虛擬碼(Pseudo Code)的特性,繼承自 Python 的周蟒程式碼用來描述或講解程式,事半功倍。
這場演講中, gasolin 將教大家周蟒與 Python 程式語言的語法,並使用周蟒與 Python
語言對照,來快速掌握程式語言中的流程、迴圈、物件、繼承等關係。展示使用周蟒編寫互動小說遊戲(ACG)腳本(使用
renpy)、使用中文程式描述術數觀念等範例。同時也將談到周蟒設計時的取捨,與一些 Python 語言相關的議題。
cheers,
Ping
............................................................
Hi,
Happy New Year!
The fourth year of Tossug talks will begin on January 8! If you have
something to talk about, or you wish to hear certain topics from
somebody, please don't hesitate to speak up in the mailing list or
send me a mail.
The first talk in 2008 will be given by gasolin. He'll talk about the
open source project that he initiated - zhpy. It is a module and
environment that allows a python script to be written entirely in
Chinese. This is particularly useful in writing scripts for cultural
use for governmental workflow.
----------------------------------------------------------------------
Time: 2008/1/8 (Tuesday), 7:30pm - 9:00pm.
Topic: Learning programming without learning English first - using
zhpy and Python
Speaker: gasolin
Language: Chinese
Place: OpenMoko OpenLab (http://wiki.openmoko.org/wiki/OpenLab)
Address: 7F, 300 Yang Guang St., Neihu, Taipei (FIC building)
Note:
* We'll start later than usual at 7:30pm because this is
the second time we go to OpenLab. Please take into account
the traffic time during rush hour.
* Please tell the security guard at first floor that you are going to
OpenLab at 7F.
* If you have difficulties finding the place, please call
0939-989-423 for Jouston.
* Free wireless access is available.
cheers,
Ping
Hi,
新年快樂!
很高興 Tossug 的心得分享要進入第四個年頭了,您有什麼想和大家分享的心得或經驗,請不吝自告奮勇!或是想請哪位大大來講哪個題目,也請寄封信到
mailing list 來提名。 :)
2008 年的心得分享將由 gasolin 開場,講他自己發想、並獲得不少社群朋友支持共同開發的 open source 專案 -
周蟒(zhpy),就是讓 Python
講中文嘛會通啦!這在寫一些和我們的文化緊密相關或公文流程的程式時,有特別的優勢,不然在寫紫微斗數的什麼星在什麼宮的時候,還要用英文取變數名和函式名,那太難了吧?
----------------------------------------------------------------------
時間: 2008/1/8 星期二,分享時間 7:30pm - 9:00pm。
主題: 英文不太好, 也能第一次學程式語言就上手 -- 使用 Python 與周蟒
分享人: gasolin
語言: 中文
地點: OpenMoko OpenLab (http://wiki.openmoko.org/wiki/OpenLab)
台北市內湖區陽光路 300 號(大眾電腦大樓)7 樓
交通資訊:請見 http://wiki.tossug.org/OpenLab
注意事項:* 因為是第二次到 OpenLab 舉辦,我們還是給大家多一點時間找地方,
7:30 才開始,但請適當預估下班時段的交通時間。
* 請告訴一樓的守衛你來參加 7 樓 OpenLab 活動。
* 當天找地方有問題的話,請打電話 0939-989-423 找 Jouston。
* 有免費的無線上網,請別把 notebook 忘在家裡。
講者提供的內容簡介:
來了解一門學習中隨時充滿「成就感」,學了之後馬上用的到的程式語言吧。
周蟒是 Python 程式語言的方言,可以執行以中文寫成的程式碼。同時,也能轉換為 Python 程式碼。
周蟒與 Python 提供了一種很有潛力的學習方式:在對英文掌握不佳的情形下,能先透過周蟒來順利學習程式語言中的流程、迴圈、物件、繼承等關係,隨後能無痛橋接到在各領域被廣為應用的
Python 語言上。相當適合剛接觸程式設計的人學習使用。
透過 Python 語言其語法近似於虛擬碼(Pseudo Code)的特性,繼承自 Python 的周蟒程式碼用來描述或講解程式,事半功倍。
這場演講中, gasolin 將教大家周蟒與 Python 程式語言的語法,並使用周蟒與 Python
語言對照,來快速掌握程式語言中的流程、迴圈、物件、繼承等關係。展示使用周蟒編寫互動小說遊戲(ACG)腳本(使用
renpy)、使用中文程式描述術數觀念等範例。同時也將談到周蟒設計時的取捨,與一些 Python 語言相關的議題。
cheers,
Ping
............................................................
Hi,
Happy New Year!
The fourth year of Tossug talks will begin on January 8! If you have
something to talk about, or you wish to hear certain topics from
somebody, please don't hesitate to speak up in the mailing list or
send me a mail.
The first talk in 2008 will be given by gasolin. He'll talk about the
open source project that he initiated - zhpy. It is a module and
environment that allows a python script to be written entirely in
Chinese. This is particularly useful in writing scripts for cultural
use for governmental workflow.
----------------------------------------------------------------------
Time: 2008/1/8 (Tuesday), 7:30pm - 9:00pm.
Topic: Learning programming without learning English first - using
zhpy and Python
Speaker: gasolin
Language: Chinese
Place: OpenMoko OpenLab (http://wiki.openmoko.org/wiki/OpenLab)
Address: 7F, 300 Yang Guang St., Neihu, Taipei (FIC building)
Note:
* We'll start later than usual at 7:30pm because this is
the second time we go to OpenLab. Please take into account
the traffic time during rush hour.
* Please tell the security guard at first floor that you are going to
OpenLab at 7F.
* If you have difficulties finding the place, please call
0939-989-423 for Jouston.
* Free wireless access is available.
cheers,
Ping
星期二, 12月 25, 2007
聖誕節:我們玩線上交換禮物
Hi,
剛剛在 #tossug irc 上,aguaithefreak、010、cyberfay、Ping、
ajneok、irc-silice、jyuny1、Thinkeryzu、BV1AL 決定禮拜二
的聖誕節聚會要玩點不一樣的:線上交換禮物!詳情請見 http://0rz.tw/793uV.
雖然是線上版交換禮物,還是鼓勵大家到 Lumiere 去,一定更好玩。
(我會再確定一次 Lumiere 沒被包走,請注意 e-mail 公告)。
以下是交換禮物玩法的說明(copy 自 http://0rz.tw/793uV ),想參加的朋友
記得在 2007/12/25 7:30pm 之前寄兩張照片給 tossug.xmas2007@gmail.com,
並在 8:30pm 之前上線 #tossug irc 喔!
cheers,
Ping
玩法:
* 準備:
1. 參加的人先買值台幣 200 - 300 元的禮物,照兩張照片:包裝前和包裝後各一張。(註:因為是 online
的,禮物可以是線上購物的產品,請自行準備「包裝後」的圖檔)
2. 把兩張照片在 2007/12/25 7:30pm 之前以夾檔形式寄到
tossug.xmas2007@gmail.com。在開始玩之前主持人會把照片編號,並把包裝後的照片公佈在
http://picasaweb.google.com/ping.nsr.yeh/Tossug2007Christmas 。
* 開始玩: 2007/12/25 8:30pm
0. 上 #tossug irc channel
1. 大家抽籤決定順序(不在現場的由在場人代抽)
2. 第一回合:抽到 1 號的人選個禮物,由主持人公開被選到的禮物拆開後的照片。
3. 第二回合:抽到 2 號的人可以選還沒拆的禮物,或搶 1 號的禮物。被搶的人再選一個未拆禮物拆開。
4. 第三回合:抽到 3 號的人可以選還沒拆的禮物,或搶 1 號或 2
號的禮物。被搶的人可以選未拆禮物,則此回合結束;也可以搶別人的禮物,但不可以回搶。當玩到第四個人次時,就必須選未拆禮物,本回合結束。
5. 第四回合:同第三回合,依此類推,直到每個人都有禮物為止。
誰可以參加?
* 知道如何上 #tossug irc、並且在期限(2007/12/25 7:30pm)之前把禮物照片寄出的人。
* 為了控制時間,最多 15 人,依收到禮物照片的先後順序決定。一起發想這個遊戲的九位不在此限。
小技巧:
* 切記切記!不要把禮物包得很容易猜出是什麼。咦?線上版?聽說有人要放貞子的照片當包裝照? ;-)
* 順序籤抽到後段班的人,選擇比較多。但不代表你一定搶得到你最想要的禮物。
* 輪到你的時候,萬一抽到爹娘不疼的禮物,你可能從此變成觀眾。你可以鼓動別人搶走你的禮物,如何做?看各自的本事囉!
* 你可能幸運地搶到或抽到你很想要的禮物,如何避免被搶走?萬一被搶走,如何搶回來?好好想一想吧!
請準時上線參加抽順序籤,逾時不候。沒參與到抽籤的人視為退出。
剛剛在 #tossug irc 上,aguaithefreak、010、cyberfay、Ping、
ajneok、irc-silice、jyuny1、Thinkeryzu、BV1AL 決定禮拜二
的聖誕節聚會要玩點不一樣的:線上交換禮物!詳情請見 http://0rz.tw/793uV.
雖然是線上版交換禮物,還是鼓勵大家到 Lumiere 去,一定更好玩。
(我會再確定一次 Lumiere 沒被包走,請注意 e-mail 公告)。
以下是交換禮物玩法的說明(copy 自 http://0rz.tw/793uV ),想參加的朋友
記得在 2007/12/25 7:30pm 之前寄兩張照片給 tossug.xmas2007@gmail.com,
並在 8:30pm 之前上線 #tossug irc 喔!
cheers,
Ping
玩法:
* 準備:
1. 參加的人先買值台幣 200 - 300 元的禮物,照兩張照片:包裝前和包裝後各一張。(註:因為是 online
的,禮物可以是線上購物的產品,請自行準備「包裝後」的圖檔)
2. 把兩張照片在 2007/12/25 7:30pm 之前以夾檔形式寄到
tossug.xmas2007@gmail.com。在開始玩之前主持人會把照片編號,並把包裝後的照片公佈在
http://picasaweb.google.com/ping.nsr.yeh/Tossug2007Christmas 。
* 開始玩: 2007/12/25 8:30pm
0. 上 #tossug irc channel
1. 大家抽籤決定順序(不在現場的由在場人代抽)
2. 第一回合:抽到 1 號的人選個禮物,由主持人公開被選到的禮物拆開後的照片。
3. 第二回合:抽到 2 號的人可以選還沒拆的禮物,或搶 1 號的禮物。被搶的人再選一個未拆禮物拆開。
4. 第三回合:抽到 3 號的人可以選還沒拆的禮物,或搶 1 號或 2
號的禮物。被搶的人可以選未拆禮物,則此回合結束;也可以搶別人的禮物,但不可以回搶。當玩到第四個人次時,就必須選未拆禮物,本回合結束。
5. 第四回合:同第三回合,依此類推,直到每個人都有禮物為止。
誰可以參加?
* 知道如何上 #tossug irc、並且在期限(2007/12/25 7:30pm)之前把禮物照片寄出的人。
* 為了控制時間,最多 15 人,依收到禮物照片的先後順序決定。一起發想這個遊戲的九位不在此限。
小技巧:
* 切記切記!不要把禮物包得很容易猜出是什麼。咦?線上版?聽說有人要放貞子的照片當包裝照? ;-)
* 順序籤抽到後段班的人,選擇比較多。但不代表你一定搶得到你最想要的禮物。
* 輪到你的時候,萬一抽到爹娘不疼的禮物,你可能從此變成觀眾。你可以鼓動別人搶走你的禮物,如何做?看各自的本事囉!
* 你可能幸運地搶到或抽到你很想要的禮物,如何避免被搶走?萬一被搶走,如何搶回來?好好想一想吧!
請準時上線參加抽順序籤,逾時不候。沒參與到抽籤的人視為退出。
星期五, 12月 14, 2007
【12/18 TOSSUG 心得分享】ijliao: Introduction to FreeBSD ports system
[English below]
Hi,
FreeBSD 一向有網路服務效率高的美譽,Yahoo! 為數眾多的伺服器據說絕大部分
都是跑 FreeBSD 的。在台灣,一直有一群默默在為 FreeBSD 貢獻的朋友,
自 1997 年以來,已經有 10 位高手成為了 FreeBSD 的 ports comitter。
TOSSUG 的伺服器在移到乃特大提供的代管主機之後,也加入了 FreeBSD 的行列。
2007 年壓軸的心得分享,很榮幸能請到 ports committer ijliao 大大來向大家介紹
ports 這個 FreeBSD 的軟體管理系統。
----------------------------------------------------------------------
時間: 2007/12/18 星期二,分享時間 7:30pm - 9:00pm。
主題: FreeBSD ports 系統簡介
分享人: ijliao
語言: 中文
地點: OpenMoko OpenLab (http://wiki.openmoko.org/wiki/OpenLab)
台北市內湖區陽光路 300 號(大眾電腦大樓)7 樓
交通資訊:請見 http://wiki.tossug.org/OpenLab
注意事項:* 因為是第一次到 OpenLab 舉辦,我們給大家多一點時間找地方,
7:30 才開始,但請適當預估下班時段的交通時間。
* 請告訴一樓的守衛你來參加 7 樓 OpenLab 活動。
* 當天找地方有問題的話,請打電話 (02)8751-8751 找 Chelsea。
* 有免費的無線上網,請別把 notebook 忘在家裡。
大綱: * FreeBSD 簡介
* Ports 系統
* 如何使用 ports 系統
* 如何升級軟體
* 進階課題:如何打造 ports、本機的 ports... 等等。
cheers,
Ping
............................................................
Hi,
The last talk of the year 2007 will be given by ijliao.
He will give an introduction to the FreeBSD ports system
of software management. Being a ports committer himself,
I'm sure everybody will learn a great deal from him.
----------------------------------------------------------------------
Time: 2007/12/18 (Tuesday), 7:30pm - 9:00pm.
Topic: Introduciton to FreeBSD ports system
Speaker: ijliao
Language: Chinese
Place: OpenMoko OpenLab (http://wiki.openmoko.org/wiki/OpenLab)
Address: 7F, 300 Yang Guang St., Neihu, Taipei (FIC building)
Outline:
* Brief introduction to FreeBSD;
* The ports system;
* How to use it;
* How to upgrade software;
* Advanced topics (how to create ports, local ports);
Note:
* We'll start later than usual at 7:30pm because this is
the first time we go to OpenLab. Please take into account
the traffic time during rush hour.
* Please tell the guard at first floor that you are going to OpenLab at 7F.
* If you have difficulties finding the place, please call (02)8751-8751 for
Chelsea.
* Free wireless access is available.
cheers,
Ping
Hi,
FreeBSD 一向有網路服務效率高的美譽,Yahoo! 為數眾多的伺服器據說絕大部分
都是跑 FreeBSD 的。在台灣,一直有一群默默在為 FreeBSD 貢獻的朋友,
自 1997 年以來,已經有 10 位高手成為了 FreeBSD 的 ports comitter。
TOSSUG 的伺服器在移到乃特大提供的代管主機之後,也加入了 FreeBSD 的行列。
2007 年壓軸的心得分享,很榮幸能請到 ports committer ijliao 大大來向大家介紹
ports 這個 FreeBSD 的軟體管理系統。
----------------------------------------------------------------------
時間: 2007/12/18 星期二,分享時間 7:30pm - 9:00pm。
主題: FreeBSD ports 系統簡介
分享人: ijliao
語言: 中文
地點: OpenMoko OpenLab (http://wiki.openmoko.org/wiki/OpenLab)
台北市內湖區陽光路 300 號(大眾電腦大樓)7 樓
交通資訊:請見 http://wiki.tossug.org/OpenLab
注意事項:* 因為是第一次到 OpenLab 舉辦,我們給大家多一點時間找地方,
7:30 才開始,但請適當預估下班時段的交通時間。
* 請告訴一樓的守衛你來參加 7 樓 OpenLab 活動。
* 當天找地方有問題的話,請打電話 (02)8751-8751 找 Chelsea。
* 有免費的無線上網,請別把 notebook 忘在家裡。
大綱: * FreeBSD 簡介
* Ports 系統
* 如何使用 ports 系統
* 如何升級軟體
* 進階課題:如何打造 ports、本機的 ports... 等等。
cheers,
Ping
............................................................
Hi,
The last talk of the year 2007 will be given by ijliao.
He will give an introduction to the FreeBSD ports system
of software management. Being a ports committer himself,
I'm sure everybody will learn a great deal from him.
----------------------------------------------------------------------
Time: 2007/12/18 (Tuesday), 7:30pm - 9:00pm.
Topic: Introduciton to FreeBSD ports system
Speaker: ijliao
Language: Chinese
Place: OpenMoko OpenLab (http://wiki.openmoko.org/wiki/OpenLab)
Address: 7F, 300 Yang Guang St., Neihu, Taipei (FIC building)
Outline:
* Brief introduction to FreeBSD;
* The ports system;
* How to use it;
* How to upgrade software;
* Advanced topics (how to create ports, local ports);
Note:
* We'll start later than usual at 7:30pm because this is
the first time we go to OpenLab. Please take into account
the traffic time during rush hour.
* Please tell the guard at first floor that you are going to OpenLab at 7F.
* If you have difficulties finding the place, please call (02)8751-8751 for
Chelsea.
* Free wireless access is available.
cheers,
Ping
星期一, 11月 05, 2007
[hojia] 11/6 聚會: OLPC 的 Mike Fletcher 先生與大家會談
[English below]
Hi 大家好,
我回國了。過去這段時間由 Andrew 和 Psilotum 組織心得分享,非常感謝!
禮拜二(11 月 6 日)將有一次特別的聚會,由 OLPC 的 Developer Relations 的負責人
Mike Fletcher 來和大家會談。Mike 想要尋找台灣對 OLPC 有興趣的人,一起來參加
OLPC 計劃。如果你有興趣參加,請注意以下的時間和地點的資訊。我們這次將到剎那搜尋工坊
的場地聚會,地圖如附件,感謝剎那提供場地。
剎那的場地離重慶北路交流道很近,如果是外縣市的朋友搭巴士來,一下交流道就可以下車。
歡迎轉寄。
時間: 2007/11/6 19:00 - 22:00
地點: 台北市大同區哈密街71號4樓(Yap 提供的交通資訊如下)
現場有點心及飲料,但無晚餐。
cheers,
Ping
==地點==
台北市大同區哈密街71號4樓
附近地標 :保安宮旁 (10公尺),一樓 是花店。
坐捷運:圓山站2號出口,沿庫倫街,穿過承德路,走約400公尺,到大龍街右轉,到哈密街左轉即到。
搭公車:哈密街口或啟聰學校下車,穿過重慶北路,進哈密街約50公尺。
地圖 http://picasaweb.google.com/fourdollars/TOSSUG/photo#5129153797343019970
注意:哈密街偶數和奇數門牌差好幾百公尺。出捷運不要走哈密街,要走庫倫街。
==連絡==
工坊市話 : 02-25855400
Yap手機: 0939730070
==餐飲==
工坊免費提供飲料及小點心,可到大龍街夜市用晚餐。重慶北路上有摩斯漢堡和麥當勞。
==設備==
ADSL 4M/1M 固定頻寬
無線上網 54 Mbps
網路線 * 6
投影機, 白板
Mac Book * 1
可容20人左右,15人左右最理想。
............................................................................................
Hi,
I'm finally back to Taiwan. Thanks Andrew and Psilotum for organizing the talks
while I'm abroad.
We'll have a special meet-up on November 6. Mike Fletcher who is in charge of
Developer Relations of the OLPC program will join us for an evening of OLPC.
He wants to find people interested in OLPC in Taiwan and get them into the OLPC
program. If you are interested, please pay attention to the space and time information
below.
We'll meet in Ksana Studio (my random translation), see the map in the attachment.
Thanks Ksana Studio for offering their place for Tossug gatherings.
Time: 19:00 - 22:00, November 6, 2007
Place: 4F., No.71, Hami St., Datong District, Taipei 103
Map: http://picasaweb.google.com/fourdollars/TOSSUG/photo#5129153797343019970
There will be desserts for participants, but no dinner.
The place is very close to the highway ramp on the Chongqing N. Road. If you
take a bus to the meeting, you can get off the bus at the first stop after it
leaves the highway.
If you take the MRT, please get off at the Yuanshan station and take the Jiuquan Street
toward the west. Please call Ksana Studio at 02-25855400 and somebody can lead you
to the place.
Please forward to whoever you think may be interested.
cheers,
Ping
Hi 大家好,
我回國了。過去這段時間由 Andrew 和 Psilotum 組織心得分享,非常感謝!
禮拜二(11 月 6 日)將有一次特別的聚會,由 OLPC 的 Developer Relations 的負責人
Mike Fletcher 來和大家會談。Mike 想要尋找台灣對 OLPC 有興趣的人,一起來參加
OLPC 計劃。如果你有興趣參加,請注意以下的時間和地點的資訊。我們這次將到剎那搜尋工坊
的場地聚會,地圖如附件,感謝剎那提供場地。
剎那的場地離重慶北路交流道很近,如果是外縣市的朋友搭巴士來,一下交流道就可以下車。
歡迎轉寄。
時間: 2007/11/6 19:00 - 22:00
地點: 台北市大同區哈密街71號4樓(Yap 提供的交通資訊如下)
現場有點心及飲料,但無晚餐。
cheers,
Ping
==地點==
台北市大同區哈密街71號4樓
附近地標 :保安宮旁 (10公尺),一樓 是花店。
坐捷運:圓山站2號出口,沿庫倫街,穿過承德路,走約400公尺,到大龍街右轉,到哈密街左轉即到。
搭公車:哈密街口或啟聰學校下車,穿過重慶北路,進哈密街約50公尺。
地圖 http://picasaweb.google.com/fourdollars/TOSSUG/photo#5129153797343019970
注意:哈密街偶數和奇數門牌差好幾百公尺。出捷運不要走哈密街,要走庫倫街。
==連絡==
工坊市話 : 02-25855400
Yap手機: 0939730070
==餐飲==
工坊免費提供飲料及小點心,可到大龍街夜市用晚餐。重慶北路上有摩斯漢堡和麥當勞。
==設備==
ADSL 4M/1M 固定頻寬
無線上網 54 Mbps
網路線 * 6
投影機, 白板
Mac Book * 1
可容20人左右,15人左右最理想。
............................................................................................
Hi,
I'm finally back to Taiwan. Thanks Andrew and Psilotum for organizing the talks
while I'm abroad.
We'll have a special meet-up on November 6. Mike Fletcher who is in charge of
Developer Relations of the OLPC program will join us for an evening of OLPC.
He wants to find people interested in OLPC in Taiwan and get them into the OLPC
program. If you are interested, please pay attention to the space and time information
below.
We'll meet in Ksana Studio (my random translation), see the map in the attachment.
Thanks Ksana Studio for offering their place for Tossug gatherings.
Time: 19:00 - 22:00, November 6, 2007
Place: 4F., No.71, Hami St., Datong District, Taipei 103
Map: http://picasaweb.google.com/fourdollars/TOSSUG/photo#5129153797343019970
There will be desserts for participants, but no dinner.
The place is very close to the highway ramp on the Chongqing N. Road. If you
take a bus to the meeting, you can get off the bus at the first stop after it
leaves the highway.
If you take the MRT, please get off at the Yuanshan station and take the Jiuquan Street
toward the west. Please call Ksana Studio at 02-25855400 and somebody can lead you
to the place.
Please forward to whoever you think may be interested.
cheers,
Ping
星期一, 10月 15, 2007
TOSSUG 心得分享時間:Ksana Search Engine, KsanaCore goes GPL
[English below]
新的分享時間又到了,這週剎那搜尋工坊要將剎那搜尋核心,使用 GPL 釋出,並且介紹這個核心。
時間: 2007/10/16 星期二,分享時間 7:30pm - 9:00pm,聊天時間到打烊為止。
主題: Ksana Search Engine, KsanaCore goes GPL
分享人: 剎那搜尋工坊軟體工程師 - 葉健欣
地點: 魯米爺咖啡( http://wiki.tossug.org/CafeLumiere )有免費的無線上網,請別把 notebook 忘在家裡。
內容:
*發展歷史
*設計理念和目標
*技術特點
*應用案例 ( Wikipedia, Gutenberg, 古籍等)
*線上操作示範
目前以開放 SVN access, prebuilt binary 下載,詳情請見 http://www.ksana.tw
-------------------------------------------------------------------------
This week, Ksana, a software company will release their Ksana Search Engine, KsanaCore as GPL. Yap Cheahshen, a software engineer, will give a introduce for KsanaCore.
Time: 7:30pm 16 Oct (Tue)
Topic: Ksana Search Engine, KsanaCore goes GPL
Speaker: Yap Cheahshen
Place: Cafe Lumiere (map at http://wiki.tossug.org/CafeLumiere),
Free internet access, remember bring your own laptop.
* Developing history
* The design thought and target
* Technical features
* Example cases: Wikipedia, Gutenberg, Chinese ancient books.
* Online operating demo
-Andrew
新的分享時間又到了,這週剎那搜尋工坊要將剎那搜尋核心,使用 GPL 釋出,並且介紹這個核心。
時間: 2007/10/16 星期二,分享時間 7:30pm - 9:00pm,聊天時間到打烊為止。
主題: Ksana Search Engine, KsanaCore goes GPL
分享人: 剎那搜尋工坊軟體工程師 - 葉健欣
地點: 魯米爺咖啡( http://wiki.tossug.org/CafeLumiere )有免費的無線上網,請別把 notebook 忘在家裡。
內容:
*發展歷史
*設計理念和目標
*技術特點
*應用案例 ( Wikipedia, Gutenberg, 古籍等)
*線上操作示範
目前以開放 SVN access, prebuilt binary 下載,詳情請見 http://www.ksana.tw
-------------------------------------------------------------------------
This week, Ksana, a software company will release their Ksana Search Engine, KsanaCore as GPL. Yap Cheahshen, a software engineer, will give a introduce for KsanaCore.
Time: 7:30pm 16 Oct (Tue)
Topic: Ksana Search Engine, KsanaCore goes GPL
Speaker: Yap Cheahshen
Place: Cafe Lumiere (map at http://wiki.tossug.org/CafeLumiere),
Free internet access, remember bring your own laptop.
* Developing history
* The design thought and target
* Technical features
* Example cases: Wikipedia, Gutenberg, Chinese ancient books.
* Online operating demo
-Andrew
星期一, 8月 13, 2007
【8/14 TOSSUG 心得分享】Arne Götje: CJK-Unifonts NG (Next Generation)
[English below]
新的分享時間又到了,這週 Arne Götje (高盛華) 先生要解說他的 CJK-Unifonts
計畫使用的新技術以及展示新字體。
時間: 2007/8/14 星期二,分享時間 7:30pm - 9:00pm,聊天時間到打烊為止。
主題: CJK-Unifonts NG (Next Generation)
分享人: Arne Götje (高盛華)
地點: 魯米爺咖啡( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
中日韓不同地區的使用者雖然都使用相同漢字,但總是因地域區別,有些字的寫法
跟筆劃不全然相同,所以很難做出一套完全適合各地區口味 Unicode 的字型。有
個叫 TrueType Collections (TTC) 的技術,雖然本來是由 Microsoft 提出的,
但現在這個技術也在開放原始碼的世界內可以使用了。
這個分享會將重心放在如何在 CJK-Unifonts 計畫內使用 TTC 技術,也會展示即
將完成準備釋出的新字體會怎麼同時滿足中日韓三地的口味。
-------------------------------------------------------------------------
This week, Arne Götje, a ubuntu developer, also the CJK-Unifonts project
founder will talk about next generation of CJK-Unifonts.
Topic: CJK-Unifonts NG (Next Generation)
Speaker: Arne Götje
Time: 7:30pm 14 Aug (Tue)
Place: Cafe Lumiere (map at http://wiki.tossug.org/CafeLumiere)
Since CJK users in different regions use sometimes different glyph
shapes for the same character, it is very difficult to implement true
Pan-CJK Unicode fonts. One method is called TrueType Collections (TTC),
originally introduced by Microsoft, now this technology is also
available for the OpenSource world.
The talk will focus about the TTC technology and how this will be
implemented into the CJK-Unifonts project. It will also give a preview
of the upcoming release, which will use this technology to fulfill the
goal of being a set of Pan-CJK Unicode fonts.
-Andrew
新的分享時間又到了,這週 Arne Götje (高盛華) 先生要解說他的 CJK-Unifonts
計畫使用的新技術以及展示新字體。
時間: 2007/8/14 星期二,分享時間 7:30pm - 9:00pm,聊天時間到打烊為止。
主題: CJK-Unifonts NG (Next Generation)
分享人: Arne Götje (高盛華)
地點: 魯米爺咖啡( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
中日韓不同地區的使用者雖然都使用相同漢字,但總是因地域區別,有些字的寫法
跟筆劃不全然相同,所以很難做出一套完全適合各地區口味 Unicode 的字型。有
個叫 TrueType Collections (TTC) 的技術,雖然本來是由 Microsoft 提出的,
但現在這個技術也在開放原始碼的世界內可以使用了。
這個分享會將重心放在如何在 CJK-Unifonts 計畫內使用 TTC 技術,也會展示即
將完成準備釋出的新字體會怎麼同時滿足中日韓三地的口味。
-------------------------------------------------------------------------
This week, Arne Götje, a ubuntu developer, also the CJK-Unifonts project
founder will talk about next generation of CJK-Unifonts.
Topic: CJK-Unifonts NG (Next Generation)
Speaker: Arne Götje
Time: 7:30pm 14 Aug (Tue)
Place: Cafe Lumiere (map at http://wiki.tossug.org/CafeLumiere)
Since CJK users in different regions use sometimes different glyph
shapes for the same character, it is very difficult to implement true
Pan-CJK Unicode fonts. One method is called TrueType Collections (TTC),
originally introduced by Microsoft, now this technology is also
available for the OpenSource world.
The talk will focus about the TTC technology and how this will be
implemented into the CJK-Unifonts project. It will also give a preview
of the upcoming release, which will use this technology to fulfill the
goal of being a set of Pan-CJK Unicode fonts.
-Andrew
星期六, 7月 21, 2007
【7/24 TOSSUG 心得分享】yungyuc: Mercurialize!
[English below]
Hi,
如果你曾經從開始原始碼專案下載過軟體,可能常常看到,除了穩定版本有
tar.gz 的 tarball 之外,最新的版本一定是在 CVS 或 SVN 裡。CVS、SVN 是什
麼?它們是開始原始碼專案最常用的兩個原始碼管理系統(source code management system),用來管理多人共同開發的程式,可以把原始碼儲存在 repository(原始碼倉庫)裡,讓開發者複製一份到自己的硬碟中、做修改、看看別人改了什麼、合併修改過的部分、再存回倉庫讓其他人下載使用。
Mercurial 是什麼呢?為什麼 Mozilla 這個巨人級的專案要改採 Mercurial 來管理原始碼? Yungyuc 在本期土虱報報的文章(http://wiki.tossug.org/CatfishNews/8#TossugTalk)介紹了 Mercurial 這個新興的分散式原始碼控制系統。分散式是指每個人都有一份完整的原始碼倉庫,沒有網路也可以做更動,等到有網路時再和其他人的原始碼倉庫合併。這對許多行動派的開發者而言,是一大福音!
Yungyuc 將在下週二分享他使用 Mercurial 的心得。分享的大綱如下:
* Mercurial 的定位
* 彈性、彈性、彈性
* 改一點點,像 SVN 一樣用 HG
* PULL-based 操作
* 示範 hg view (hgk)
* 發佈 Mercurial repository 好方便
歡迎想要進一步了解 Mercurial 的朋友參加。分享將以中文進行,有投影片。
為了有最安靜的心得分享空間,請儘量在 6:00pm 到場找位子用餐,讓魯米爺的廚房不用在開始分享之後忙碌而產生噪音。
----------------------------------------------------------------------
時間: 2007/7/24 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: Mercurialize!
分享人: Yungyuc
地點: 魯米爺咖啡( http://wiki.tossug.org/CafeLumiere )有免費的無線上網,請別把 notebook 忘在家裡。
報名: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
Hi!
Mercurial is the new kid on the Source Code Management (SCM) block.
Mozilla has totally converted its source to using mercurial. If you
want to know what new features mercurial brings to the table, don't
miss the talk given by Yungyuc next Tuesday. You may want to check
out his article about mercurial on the 8th issue of Catfish News,
http://wiki.tossug.org/CatfishNews/8#TossugTalk. for a preview. :)
The talk will be given in Chinese. The following is the outline.
* The positioning of mercurial
* Flexibility, flexibility, flexibility
* Little modification, use HG like SVN
* PULL-based operation
* Demonstration of hg view (hgk)
* It's so easy to distribute mercurial repositories
Please try to arrive at 6:00pm so the staff of the Cafe can
finish their kitchen work by the time the talk starts.
----------------------------------------------------------------------
Speaker: Yungyuc
Topic: Mercurialize!
Time: 7:00pm - 9:00pm July 24 (Tue)
Place: Cafe Lumiere (http://wiki.tossug.org/CafeLumiere)
Free wireless access is available.
Sign up: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
Hi,
如果你曾經從開始原始碼專案下載過軟體,可能常常看到,除了穩定版本有
tar.gz 的 tarball 之外,最新的版本一定是在 CVS 或 SVN 裡。CVS、SVN 是什
麼?它們是開始原始碼專案最常用的兩個原始碼管理系統(source code management system),用來管理多人共同開發的程式,可以把原始碼儲存在 repository(原始碼倉庫)裡,讓開發者複製一份到自己的硬碟中、做修改、看看別人改了什麼、合併修改過的部分、再存回倉庫讓其他人下載使用。
Mercurial 是什麼呢?為什麼 Mozilla 這個巨人級的專案要改採 Mercurial 來管理原始碼? Yungyuc 在本期土虱報報的文章(http://wiki.tossug.org/CatfishNews/8#TossugTalk)介紹了 Mercurial 這個新興的分散式原始碼控制系統。分散式是指每個人都有一份完整的原始碼倉庫,沒有網路也可以做更動,等到有網路時再和其他人的原始碼倉庫合併。這對許多行動派的開發者而言,是一大福音!
Yungyuc 將在下週二分享他使用 Mercurial 的心得。分享的大綱如下:
* Mercurial 的定位
* 彈性、彈性、彈性
* 改一點點,像 SVN 一樣用 HG
* PULL-based 操作
* 示範 hg view (hgk)
* 發佈 Mercurial repository 好方便
歡迎想要進一步了解 Mercurial 的朋友參加。分享將以中文進行,有投影片。
為了有最安靜的心得分享空間,請儘量在 6:00pm 到場找位子用餐,讓魯米爺的廚房不用在開始分享之後忙碌而產生噪音。
----------------------------------------------------------------------
時間: 2007/7/24 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: Mercurialize!
分享人: Yungyuc
地點: 魯米爺咖啡( http://wiki.tossug.org/CafeLumiere )有免費的無線上網,請別把 notebook 忘在家裡。
報名: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
Hi!
Mercurial is the new kid on the Source Code Management (SCM) block.
Mozilla has totally converted its source to using mercurial. If you
want to know what new features mercurial brings to the table, don't
miss the talk given by Yungyuc next Tuesday. You may want to check
out his article about mercurial on the 8th issue of Catfish News,
http://wiki.tossug.org/CatfishNews/8#TossugTalk. for a preview. :)
The talk will be given in Chinese. The following is the outline.
* The positioning of mercurial
* Flexibility, flexibility, flexibility
* Little modification, use HG like SVN
* PULL-based operation
* Demonstration of hg view (hgk)
* It's so easy to distribute mercurial repositories
Please try to arrive at 6:00pm so the staff of the Cafe can
finish their kitchen work by the time the talk starts.
----------------------------------------------------------------------
Speaker: Yungyuc
Topic: Mercurialize!
Time: 7:00pm - 9:00pm July 24 (Tue)
Place: Cafe Lumiere (http://wiki.tossug.org/CafeLumiere)
Free wireless access is available.
Sign up: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
星期四, 7月 19, 2007
土虱報報第八期正式發刊
Dear All:
經過一段時間的趕工,第八期於今天終於正式出刊了。
http://wiki.tossug.org/CatfishNews/8/
歡迎大家前往點閱、轉載、引用。
這一期的內容有:
* Wikimania 2007 Taipei □ 報導/Mat
* Taiwan Linux Forum 暨自由軟體週邊驅動程式網站啟動儀式 □ 報導
* W3C網頁標準-推廣與應用研討會 □ 報導/Mat
* 2007 年 開源人年會徵求提案 □ 報導/Mat
* Taiwan Open Source Resource 行事曆 □ 報導/Mat
* Mark Shuttleworth 專訪 (II) □ 專訪/依玲和阿怪
* OpenMoko 安裝筆記 □ 記/suskind
* 用python快炒GIMP plug-ins □ 文/Mat
* Tossug 心得分享:Mercurialize! □ 報導/Tossug
* DebConf7 結束 □ 報導/Mat
* Debian Birthday Party 2007 討論 □ 報導/Mat
* 用 Ruby & Python + OpenVanilla 寫輸入法 □ 報導/Mat
* gcin 支援中文語音合成! □ 報導/Mat
* Ubuntu community出的雜誌 □ 報導/Mat
* Google Linux Repositories □ 報導/Mat
* Notebook 過熱? ACPI □ 報導/psilotum
* FreeBSD UNIONFS 加速 NFS □ 報導/psilotum
* BBS上的幽默文章:Ubuntu □ 報導/Mat
* 在 Linux 下用程式產生可列印表單的方法? □ 報導/Mat
除了感謝參與製作的社群朋友們,也祝大家閱讀愉快~
sincerely, Mat.
經過一段時間的趕工,第八期於今天終於正式出刊了。
http://wiki.tossug.org/CatfishNews/8/
歡迎大家前往點閱、轉載、引用。
這一期的內容有:
* Wikimania 2007 Taipei □ 報導/Mat
* Taiwan Linux Forum 暨自由軟體週邊驅動程式網站啟動儀式 □ 報導
* W3C網頁標準-推廣與應用研討會 □ 報導/Mat
* 2007 年 開源人年會徵求提案 □ 報導/Mat
* Taiwan Open Source Resource 行事曆 □ 報導/Mat
* Mark Shuttleworth 專訪 (II) □ 專訪/依玲和阿怪
* OpenMoko 安裝筆記 □ 記/suskind
* 用python快炒GIMP plug-ins □ 文/Mat
* Tossug 心得分享:Mercurialize! □ 報導/Tossug
* DebConf7 結束 □ 報導/Mat
* Debian Birthday Party 2007 討論 □ 報導/Mat
* 用 Ruby & Python + OpenVanilla 寫輸入法 □ 報導/Mat
* gcin 支援中文語音合成! □ 報導/Mat
* Ubuntu community出的雜誌 □ 報導/Mat
* Google Linux Repositories □ 報導/Mat
* Notebook 過熱? ACPI □ 報導/psilotum
* FreeBSD UNIONFS 加速 NFS □ 報導/psilotum
* BBS上的幽默文章:Ubuntu □ 報導/Mat
* 在 Linux 下用程式產生可列印表單的方法? □ 報導/Mat
除了感謝參與製作的社群朋友們,也祝大家閱讀愉快~
sincerely, Mat.
星期六, 6月 30, 2007
【7/3 TOSSUG 心得分享】Thinker: OOo、Python 與報表
[English below]
Hi,
Thinker 在本期土虱報報的文章( http://wiki.tossug.org/CatfishNews/7#TossugTalk )
讓我們一窺用 Python 來自動化產生 OpenOffice.org 報表的方法。Python 是個
以易讀聞名的腳本語言,OpenOffice.org 這套知名的開放原始碼辦公室軟體包括
write(文檔)、calc(試算表)、impress(簡報)等應用。誰說 OpenOffice.org
不能自動化?有 PyUNO 一切搞定!
分享的大綱如下:
1. OpenOffice.org
2. PyUNO
* 架構
* 連接
* 桌面
3. 範例
* 收據
* 流量統計
* 填入欄位
* 表頭/表尾
* 圖表
4. 問題與答覆
歡迎想要進一步了解如何用 Python 提升 OpenOffice.org 生產力的朋友參加。
分享將以中文進行,有投影片。
為了有最安靜的心得分享空間,請儘量在 6:00pm 到場找位子用餐,讓魯米爺
的廚房不用在開始分享之後忙碌而產生噪音。
----------------------------------------------------------------------
時間: 2007/7/3 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: OOo、Python 與報表
分享人: Thinker
地點: 魯米爺咖啡( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
報名: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
Hi!
Thinker's article in the current issue of CatfishNews
(http://wiki.tossug.org/CatfishNews/7#TossugTalk) just scratched the surface
of using Python to automate report generation with OpenOffice.org. Python
is a scripting language well known for its readability. OpenOffice.org is a
famous open source office suite including applications like write
(documents),
calc (spreadsheets) and impress (slides). Who said that automation is not
possible with OpenOffice.org? You can do it with PyUNO!
The talk will be given in Chinese. The following is the outline.
1. OpenOffice.org
2. PyUNO
* Architecture
* Connection
* Desktop
3. Examples
* Receipts
* Statistics of traffic
* Filling of forms
* Header/footer of reports
* Diagrams
4. Q & A
Please try to arrive at 6:00pm so the staff of the Cafe can
finish their kitchen work by the time the talk starts.
----------------------------------------------------------------------
Speaker: Thinker
Topic: OOo, Python and report generation
Time: 7:00pm - 9:00pm July 3 (Tue)
Place: Cafe Lumiere (http://wiki.tossug.org/CafeLumiere)
Free wireless access is available.
Sign up: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
Hi,
Thinker 在本期土虱報報的文章( http://wiki.tossug.org/CatfishNews/7#TossugTalk )
讓我們一窺用 Python 來自動化產生 OpenOffice.org 報表的方法。Python 是個
以易讀聞名的腳本語言,OpenOffice.org 這套知名的開放原始碼辦公室軟體包括
write(文檔)、calc(試算表)、impress(簡報)等應用。誰說 OpenOffice.org
不能自動化?有 PyUNO 一切搞定!
分享的大綱如下:
1. OpenOffice.org
2. PyUNO
* 架構
* 連接
* 桌面
3. 範例
* 收據
* 流量統計
* 填入欄位
* 表頭/表尾
* 圖表
4. 問題與答覆
歡迎想要進一步了解如何用 Python 提升 OpenOffice.org 生產力的朋友參加。
分享將以中文進行,有投影片。
為了有最安靜的心得分享空間,請儘量在 6:00pm 到場找位子用餐,讓魯米爺
的廚房不用在開始分享之後忙碌而產生噪音。
----------------------------------------------------------------------
時間: 2007/7/3 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: OOo、Python 與報表
分享人: Thinker
地點: 魯米爺咖啡( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
報名: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
Hi!
Thinker's article in the current issue of CatfishNews
(http://wiki.tossug.org/CatfishNews/7#TossugTalk) just scratched the surface
of using Python to automate report generation with OpenOffice.org. Python
is a scripting language well known for its readability. OpenOffice.org is a
famous open source office suite including applications like write
(documents),
calc (spreadsheets) and impress (slides). Who said that automation is not
possible with OpenOffice.org? You can do it with PyUNO!
The talk will be given in Chinese. The following is the outline.
1. OpenOffice.org
2. PyUNO
* Architecture
* Connection
* Desktop
3. Examples
* Receipts
* Statistics of traffic
* Filling of forms
* Header/footer of reports
* Diagrams
4. Q & A
Please try to arrive at 6:00pm so the staff of the Cafe can
finish their kitchen work by the time the talk starts.
----------------------------------------------------------------------
Speaker: Thinker
Topic: OOo, Python and report generation
Time: 7:00pm - 9:00pm July 3 (Tue)
Place: Cafe Lumiere (http://wiki.tossug.org/CafeLumiere)
Free wireless access is available.
Sign up: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
星期四, 6月 28, 2007
[hojia] 土虱報報第七期出刊
Hi 大家好,
土虱報報第七期出刊了!網址在 http://wiki.tossug.org/CatfishNews/7
請大家廣為宣傳。
這一期的內容有:
新聞:
* 新版的自由 Flash 播放器 □ 報導/BlueBat
* OLPC 近況 □ 文/Mat
人物專訪:
* Mark Shuttleworth 專訪 (I) □ 專訪/依玲和阿怪
(英文版全文: http://wiki.tossug.org/CatfishNews/7/ShuttleworthInterviewEnglish)
文章:
* Python 、 OOo 與報表 □ 文/Thinker
* 移植開放原始碼程式到 OLPC 上 □ 文/Mat
社群動態:
* OLPC Hacking Meet-Up Day1 □ 報導/Mat
* Tossug 心得分享:Thinker "OOo、Python 與報表" □ 報導/Tossug
* 社群法人成立程序開動 □ 文/Ping
特別感謝這次參與土虱報報的作者們! :)
如果您也想加入土虱報報的行列,請寫信到 editor 在 tossug 點 org。
cheers,
Ping
土虱報報第七期出刊了!網址在 http://wiki.tossug.org/CatfishNews/7
請大家廣為宣傳。
這一期的內容有:
新聞:
* 新版的自由 Flash 播放器 □ 報導/BlueBat
* OLPC 近況 □ 文/Mat
人物專訪:
* Mark Shuttleworth 專訪 (I) □ 專訪/依玲和阿怪
(英文版全文: http://wiki.tossug.org/CatfishNews/7/ShuttleworthInterviewEnglish)
文章:
* Python 、 OOo 與報表 □ 文/Thinker
* 移植開放原始碼程式到 OLPC 上 □ 文/Mat
社群動態:
* OLPC Hacking Meet-Up Day1 □ 報導/Mat
* Tossug 心得分享:Thinker "OOo、Python 與報表" □ 報導/Tossug
* 社群法人成立程序開動 □ 文/Ping
特別感謝這次參與土虱報報的作者們! :)
如果您也想加入土虱報報的行列,請寫信到 editor 在 tossug 點 org。
cheers,
Ping
星期日, 6月 10, 2007
【6/12 TOSSUG 心得分享】 魔法設計師、Yap、Sam 「組字的核心:字的結構」
[English below]
Hi,
魔法設計師在 OSDC.tw 研討會現場示範了動態組字的 Java 程式,
引起了不小的迴響。如果相同的技術能進入到作業系統中,任何漢字都
可以用字的部件組合而成,就不再會有缺字問題了!
魔法設計師、Yap 和 Sam 將來和大家談談,他們要讓動態組字的技術
走出示範的階段,進入作業系統中,成為人人可用的軟體的雄心壯志。
動態組字的核心技術,包括組合式漢字的輸入、儲存、排序、和描繪等等,
都有新問題要解決,將碰觸到不少相關的技術議題。
分享的大綱如下:
1. 為何有缺字問題:Yap(剎那搜尋工坊技術長)
2. 組字基礎的資料表示法:MGdesigner
3. 字形產生器:MGdesigner
4. 字形產生器結合跟系統元件接合:Yap
5. 排序與輸入法:Sam(陳爽,FIG,台灣Forth學會會長)
歡迎對新一代的數位漢字有興趣的朋友參加。分享將以中文進行,有投影片。
為了有最安靜的心得分享空間,請儘量在 6:00pm 到場找位子用餐,讓魯米爺
的廚房不用在開始分享之後忙碌而產生雜音。
----------------------------------------------------------------------
時間: 2007/6/12 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: 組字的核心:字的結構
計劃網頁:http://groups.google.com.tw/group/zhongwentw?hl=zh-TW
分享人: 魔法設計師、Yap、Sam
地點: Cafe Lumiere( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
報名: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
Hi!
MGdesigner demonstrated his Java program for composing partial
characters into arbitrary Chinese characters in the OSDC.tw
conference. It intrigued many people. If the technology can
be widely deployed in operating systems, it will become usable
by everyone, and the problem of missing characters is solved
once and for all!
Next Tuesday MdDesigner, Yap and Sam will talk about their
ambition of doing so. The core technologies, including human
input, data storage, sorting and rendering, have a lot of work
to do and many new issues to solve. If you are interested in
participation in the development of this exciting technology,
don't miss the talk!
The talk will be given in Chinese. The following is the outline.
1. Why are there missing characters? -- Yap
2. The basic data representation of compositions -- MGdesigner
3. The glyph generator: MGdesigner
4. Connecting the glyph generator to system components: Yap
5. Sorting and input: Sam
Please try to arrive at 6:00pm so the staff of the Cafe can
finish their kitchen work by the time the talk starts.
----------------------------------------------------------------------
Speaker: MGdesigner, Yap and Sam
Topic: The structure of characters: core of character composition
Web: http://groups.google.com.tw/group/zhongwentw?hl=zh-TW
Time: 7:00pm - 9:00pm June 12 (Tue)
Place: Cafe Lumiere (http://wiki.tossug.org/CafeLumiere)
Free wireless access is available.
Sign up: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
Hi,
魔法設計師在 OSDC.tw 研討會現場示範了動態組字的 Java 程式,
引起了不小的迴響。如果相同的技術能進入到作業系統中,任何漢字都
可以用字的部件組合而成,就不再會有缺字問題了!
魔法設計師、Yap 和 Sam 將來和大家談談,他們要讓動態組字的技術
走出示範的階段,進入作業系統中,成為人人可用的軟體的雄心壯志。
動態組字的核心技術,包括組合式漢字的輸入、儲存、排序、和描繪等等,
都有新問題要解決,將碰觸到不少相關的技術議題。
分享的大綱如下:
1. 為何有缺字問題:Yap(剎那搜尋工坊技術長)
2. 組字基礎的資料表示法:MGdesigner
3. 字形產生器:MGdesigner
4. 字形產生器結合跟系統元件接合:Yap
5. 排序與輸入法:Sam(陳爽,FIG,台灣Forth學會會長)
歡迎對新一代的數位漢字有興趣的朋友參加。分享將以中文進行,有投影片。
為了有最安靜的心得分享空間,請儘量在 6:00pm 到場找位子用餐,讓魯米爺
的廚房不用在開始分享之後忙碌而產生雜音。
----------------------------------------------------------------------
時間: 2007/6/12 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: 組字的核心:字的結構
計劃網頁:http://groups.google.com.tw/group/zhongwentw?hl=zh-TW
分享人: 魔法設計師、Yap、Sam
地點: Cafe Lumiere( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
報名: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
Hi!
MGdesigner demonstrated his Java program for composing partial
characters into arbitrary Chinese characters in the OSDC.tw
conference. It intrigued many people. If the technology can
be widely deployed in operating systems, it will become usable
by everyone, and the problem of missing characters is solved
once and for all!
Next Tuesday MdDesigner, Yap and Sam will talk about their
ambition of doing so. The core technologies, including human
input, data storage, sorting and rendering, have a lot of work
to do and many new issues to solve. If you are interested in
participation in the development of this exciting technology,
don't miss the talk!
The talk will be given in Chinese. The following is the outline.
1. Why are there missing characters? -- Yap
2. The basic data representation of compositions -- MGdesigner
3. The glyph generator: MGdesigner
4. Connecting the glyph generator to system components: Yap
5. Sorting and input: Sam
Please try to arrive at 6:00pm so the staff of the Cafe can
finish their kitchen work by the time the talk starts.
----------------------------------------------------------------------
Speaker: MGdesigner, Yap and Sam
Topic: The structure of characters: core of character composition
Web: http://groups.google.com.tw/group/zhongwentw?hl=zh-TW
Time: 7:00pm - 9:00pm June 12 (Tue)
Place: Cafe Lumiere (http://wiki.tossug.org/CafeLumiere)
Free wireless access is available.
Sign up: http://wiki.tossug.org/SignUp
----------------------------------------------------------------------
星期四, 6月 07, 2007
土虱報報第六期發刊
Dear All:
經過一段時間的修改,第六期於今天終於正式出刊了。
http://wiki.tossug.org/CatfishNews/6/
歡迎大家前往點閱、轉載、引用。
這一期的內容有:
* Thegiive 訪談 □ 報導∕LinAnne & Mat
* 紐西蘭 Plone 社群朋友來台 □ 報導∕yungyuc
* Arne Goetje 訪問香港 □ 報導∕Mat
* 動態組字發展近況 □ 文∕魔法設計師
* OLSR 簡介 □ 文∕菜虫
* 社群動態:
- OrzLab 正式成立 □ 報導∕Mat
- Tossug 心得分享【組字的核心:字的結構】□ 報導∕Ping
特別感謝這次與曾經參於土虱報報的作者們,
http://wiki.tossug.org/CatfishNews/EditorListing
也感謝 PingYeh, BlueBat, Kanru, AnneLin, ...等人的指導跟鼓勵,和許多用行動支持土虱報報的朋友們。
sincerely, Mat.
經過一段時間的修改,第六期於今天終於正式出刊了。
http://wiki.tossug.org/CatfishNews/6/
歡迎大家前往點閱、轉載、引用。
這一期的內容有:
* Thegiive 訪談 □ 報導∕LinAnne & Mat
* 紐西蘭 Plone 社群朋友來台 □ 報導∕yungyuc
* Arne Goetje 訪問香港 □ 報導∕Mat
* 動態組字發展近況 □ 文∕魔法設計師
* OLSR 簡介 □ 文∕菜虫
* 社群動態:
- OrzLab 正式成立 □ 報導∕Mat
- Tossug 心得分享【組字的核心:字的結構】□ 報導∕Ping
特別感謝這次與曾經參於土虱報報的作者們,
http://wiki.tossug.org/CatfishNews/EditorListing
也感謝 PingYeh, BlueBat, Kanru, AnneLin, ...等人的指導跟鼓勵,和許多用行動支持土虱報報的朋友們。
sincerely, Mat.
星期二, 5月 15, 2007
【5/22 TOSSUG 心得分享】Gasolin: 讓你的創意馳騁!TurboGears
Hi,
大家好!經過了爆滿的 OpenMoko 心得分享,下個禮拜二我們
要回到正常的三週一次的 Tossug 心得分享時程。
這兩年來最流行的網站開發系統就是 Ruby on Rails 了吧?
但 RoR 真的打遍天下無敵手嗎?有沒有堪與匹敵、甚至互有
長短的網站開發系統呢?當然有!而且還不只一種!
2007 年的第六場將由 Gasolin 向大家介紹 TurboGears 這套
python 語言的網站開發系統。python 最著名的能力就是
"glue code" 和 "multi-paradigm programming",適合把
各種軟體結合成自己想要的應用程式。你想要有資料庫後端?
OK!你可以用物件導向的方式取用簡單的資料庫內容,
但不會受限於物件方法。你想抓其他網站的內容進來?
簡單!python 的內建和外掛模組隨你用,mesh up 超容易!
想玩 AJAX?當然也沒問題!
講者 Gasolin 是 TurboGears 的 contributors 之一,也是多個
TurboGears extensions 如 tgcrud、easyplot 的作者,歡迎
想自行快速開發網站的朋友參加。分享將以中文進行,有投影片。
限額四十名,趕快去 http://wiki.tossug.org/SignUp 報名喔!
為了有最安靜的心得分享空間,請儘量在 6:00pm 到場找位子用餐,讓魯米爺
的廚房不用在開始分享之後忙碌而產生雜音。
----------------------------------------------------------------------
時間: 2007/5/22 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: 讓你的創意馳騁!TurboGears
分享人: Gasolin
地點: Cafe Lumiere( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
----------------------------------------------------------------------
簡介:
* TurboGears 簡介: pythonic、套件抽換性、彈性、擴展性
* Model-View-Controller 架構
* 網站的運作: business logic
* 存取靜態檔案
* 製作資料庫網站
* 表單物件的產生與表單內容的檢驗
* 以視覺化的模板系統來編輯動態網站的外觀
* 用 AJAX 製作新一代的網頁應用
* Q & A
....................................................................
URL: http://wiki.tossug.org/Talk
Hi!
After the packed OpenMoko talk, we're back to the ordinary
schedule for talks.
The most popular web rapid development system in the last
couple of years is certainly Ruby on Rails. But is RoR really
the best of the best? Aren't there other systems that can
compete, or even excel in some aspects? You bet! And there
are more than one such systems.
The 6th talk of 2007 will be given by Gasolin on TurboGears,
a rapid web development framework written in python. The most
famous features of python is "glue code" and "multi-paradigm
programming". You can easily combine various components to
form your application. Python excels in data mesh-up which
is an important aspect of web 2.0 development. If you want
to learn to develop a web site rapidly, don't miss this talk!
----------------------------------------------------------------------
Time: 7:00pm May 22 (Tue)
Place: Cafe Lumiere (http://wiki.tossug.org/CafeLumiere)
Free wireless access is available.
Topic: Web dreams come true - TurboGears
Speaker: Gasolin
Gasolin is a TurboGears contributor and author of
several TurboGears extensions like tgcrud and easyplot.
----------------------------------------------------------------------
Outline:
* Introduction to TurboGears: pythonic, replaceable modules,
flexibility, extensibility.
* Model-View-Controller architecture
* The operation of a web site: the business logic
* Having access to static files
* Making a web site with databases
* Generation of form objects and validation of contents of forms
* Editing the view of a dynamic web site with visual templates
* Create a new generation web application with AJAX
* Q & A
_______________________________________________
好食ㄟ塗虱喔 Hojia@tossug.org
http://tossug.org/mailman/listinfo/hojia
大家好!經過了爆滿的 OpenMoko 心得分享,下個禮拜二我們
要回到正常的三週一次的 Tossug 心得分享時程。
這兩年來最流行的網站開發系統就是 Ruby on Rails 了吧?
但 RoR 真的打遍天下無敵手嗎?有沒有堪與匹敵、甚至互有
長短的網站開發系統呢?當然有!而且還不只一種!
2007 年的第六場將由 Gasolin 向大家介紹 TurboGears 這套
python 語言的網站開發系統。python 最著名的能力就是
"glue code" 和 "multi-paradigm programming",適合把
各種軟體結合成自己想要的應用程式。你想要有資料庫後端?
OK!你可以用物件導向的方式取用簡單的資料庫內容,
但不會受限於物件方法。你想抓其他網站的內容進來?
簡單!python 的內建和外掛模組隨你用,mesh up 超容易!
想玩 AJAX?當然也沒問題!
講者 Gasolin 是 TurboGears 的 contributors 之一,也是多個
TurboGears extensions 如 tgcrud、easyplot 的作者,歡迎
想自行快速開發網站的朋友參加。分享將以中文進行,有投影片。
限額四十名,趕快去 http://wiki.tossug.org/SignUp 報名喔!
為了有最安靜的心得分享空間,請儘量在 6:00pm 到場找位子用餐,讓魯米爺
的廚房不用在開始分享之後忙碌而產生雜音。
----------------------------------------------------------------------
時間: 2007/5/22 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: 讓你的創意馳騁!TurboGears
分享人: Gasolin
地點: Cafe Lumiere( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
----------------------------------------------------------------------
簡介:
* TurboGears 簡介: pythonic、套件抽換性、彈性、擴展性
* Model-View-Controller 架構
* 網站的運作: business logic
* 存取靜態檔案
* 製作資料庫網站
* 表單物件的產生與表單內容的檢驗
* 以視覺化的模板系統來編輯動態網站的外觀
* 用 AJAX 製作新一代的網頁應用
* Q & A
....................................................................
URL: http://wiki.tossug.org/Talk
Hi!
After the packed OpenMoko talk, we're back to the ordinary
schedule for talks.
The most popular web rapid development system in the last
couple of years is certainly Ruby on Rails. But is RoR really
the best of the best? Aren't there other systems that can
compete, or even excel in some aspects? You bet! And there
are more than one such systems.
The 6th talk of 2007 will be given by Gasolin on TurboGears,
a rapid web development framework written in python. The most
famous features of python is "glue code" and "multi-paradigm
programming". You can easily combine various components to
form your application. Python excels in data mesh-up which
is an important aspect of web 2.0 development. If you want
to learn to develop a web site rapidly, don't miss this talk!
----------------------------------------------------------------------
Time: 7:00pm May 22 (Tue)
Place: Cafe Lumiere (http://wiki.tossug.org/CafeLumiere)
Free wireless access is available.
Topic: Web dreams come true - TurboGears
Speaker: Gasolin
Gasolin is a TurboGears contributor and author of
several TurboGears extensions like tgcrud and easyplot.
----------------------------------------------------------------------
Outline:
* Introduction to TurboGears: pythonic, replaceable modules,
flexibility, extensibility.
* Model-View-Controller architecture
* The operation of a web site: the business logic
* Having access to static files
* Making a web site with databases
* Generation of form objects and validation of contents of forms
* Editing the view of a dynamic web site with visual templates
* Create a new generation web application with AJAX
* Q & A
_______________________________________________
好食ㄟ塗虱喔 Hojia@tossug.org
http://tossug.org/mailman/listinfo/hojia
星期六, 5月 05, 2007
【5/8 TOSSUG 心得分享】 Sean, LaForge: Free your phone! OpenMoko
[English below] URL: http://wiki.tossug.org/Talks
大家好!下個禮拜二 Tossug 加開一場心得分享!
由著名的開放原始碼手機專案 OpenMoko 的計劃者 Sean Moss-Pultz
和開發者 Herald Welte 介紹 OpenMoko 計劃,歡迎對 embedded linux
尤其是手機有興趣的朋友參加。
分享將以英文進行,有投影片。
限額四十名,趕快去 http://wiki.tossug.org/SignUp 報名喔!
為了有最安靜的心得分享空間,請儘量在 6:00pm 到場找位子用餐,讓魯米爺
的廚房不用在 7:30pm 開始分享之後忙碌而產生雜音。
時間: 2007/5/8 星期二,分享時間 7:30pm - 9:00pm,聊天時間到打烊為止。
主題: 解放你的手機!OpenMoko
分享人: Sean Moss-Pultz, Harald "LaForge" Welte
地點: Cafe Lumiere( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
簡介:
* 簡介
* 講者背景介紹
* OpenMoko 專案的思想(解放你的手機!)
* 大眾電腦公司和 OpenMoko
* OpenMoko 的開發模式
* 第一款硬體 GTA01 的設計
* 第二款硬體 GTA02 的設計
* OpenMoko 的軟體架構
* 未來設備發展的路線圖
* 開放原始碼手機的商業模式
消費估計:150 元
形式: 自由、開放,任何人均可參加,請上 http://wiki.tossug.org/SignUp
報名。
....................................................................
URL: http://wiki.tossug.org/Talk
Hi!
We're having a special talk session next Tuesday. The initiator Sean
Moss-Pultz
and developer Herald Welte of the OpenMoko project will tell us all
about OpenMoko,
the project to have a fully open source mobile phone! Please join us.
The talk will be given in English, with slides.
The space is limited to 40 peopple, please sign up at
http://wiki.tossug.org/SignUp
right away! In order to have a quiet environment for the talk, please
be there
at 6:00pm to find your seat and order your dinner. We should minimize the
activities in the kitchen once the talk starts at 7:30pm.
Time: 2007/5/8 Tue. 7:30pm - 9:00pm.
Topic: Free your phone! OpenMoko
Speaker: Sean Moss-Pultz, Herald "LaForge" Welte
Place: Cafe Lumiere ( http://wiki.tossug.org/CafeLumiere )
Outline:
* Introduction
* Background about the speakers
* The openmoko project philosophy (Free Your Phone!)
* FIC and openmoko
* The openmoko development model
* Design of the first hardware model: GTA01
* Design of the second hardware model: GTA02
* OpenMoko Software architecture
* Future device roadmap
* The business model of an Open Source mobile phone
Estimated costs: NTD 150
cheers,
Ping
大家好!下個禮拜二 Tossug 加開一場心得分享!
由著名的開放原始碼手機專案 OpenMoko 的計劃者 Sean Moss-Pultz
和開發者 Herald Welte 介紹 OpenMoko 計劃,歡迎對 embedded linux
尤其是手機有興趣的朋友參加。
分享將以英文進行,有投影片。
限額四十名,趕快去 http://wiki.tossug.org/SignUp 報名喔!
為了有最安靜的心得分享空間,請儘量在 6:00pm 到場找位子用餐,讓魯米爺
的廚房不用在 7:30pm 開始分享之後忙碌而產生雜音。
時間: 2007/5/8 星期二,分享時間 7:30pm - 9:00pm,聊天時間到打烊為止。
主題: 解放你的手機!OpenMoko
分享人: Sean Moss-Pultz, Harald "LaForge" Welte
地點: Cafe Lumiere( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
簡介:
* 簡介
* 講者背景介紹
* OpenMoko 專案的思想(解放你的手機!)
* 大眾電腦公司和 OpenMoko
* OpenMoko 的開發模式
* 第一款硬體 GTA01 的設計
* 第二款硬體 GTA02 的設計
* OpenMoko 的軟體架構
* 未來設備發展的路線圖
* 開放原始碼手機的商業模式
消費估計:150 元
形式: 自由、開放,任何人均可參加,請上 http://wiki.tossug.org/SignUp
報名。
....................................................................
URL: http://wiki.tossug.org/Talk
Hi!
We're having a special talk session next Tuesday. The initiator Sean
Moss-Pultz
and developer Herald Welte of the OpenMoko project will tell us all
about OpenMoko,
the project to have a fully open source mobile phone! Please join us.
The talk will be given in English, with slides.
The space is limited to 40 peopple, please sign up at
http://wiki.tossug.org/SignUp
right away! In order to have a quiet environment for the talk, please
be there
at 6:00pm to find your seat and order your dinner. We should minimize the
activities in the kitchen once the talk starts at 7:30pm.
Time: 2007/5/8 Tue. 7:30pm - 9:00pm.
Topic: Free your phone! OpenMoko
Speaker: Sean Moss-Pultz, Herald "LaForge" Welte
Place: Cafe Lumiere ( http://wiki.tossug.org/CafeLumiere )
Outline:
* Introduction
* Background about the speakers
* The openmoko project philosophy (Free Your Phone!)
* FIC and openmoko
* The openmoko development model
* Design of the first hardware model: GTA01
* Design of the second hardware model: GTA02
* OpenMoko Software architecture
* Future device roadmap
* The business model of an Open Source mobile phone
Estimated costs: NTD 150
cheers,
Ping
星期四, 4月 26, 2007
【2007/5/1 TOSSUG 心得分享】 duffyd: Plone 「地點在 Cafe Lumiere」
[English below] URL: http://wiki.tossug.org/Talks
大家好!今年的第四場心得分享,由來自紐西蘭的 Plone 開發人員 duffyd 介紹
著名的網頁式內容管理系統 Plone 及其在紐西蘭政府機構中的重要應用。duffyd
是一名很有經驗的 Plone 開發人員,歡迎對網頁式內容管理系統 (web CMS)、
實作政府專案,以及 Plone/Zope/Python 技術有興趣的朋友參加。
分享將以英文進行,有投影片。
記得要去 http://wiki.tossug.org/SignUp 報名喔!
因為 Cafe Lumiere 是開放的公眾空間,我們也沒有 $$ 包場,請大家儘量在
6:00 - 6:30 左右到現場佔位子。 :)
時間: 2007/5/1 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: Plone
分享人: duffyd
地點: Cafe Lumiere( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
簡介:
1. 簡介 - 大家來說說自己是誰
2. 紐西蘭的開放原始碼運動
1. 基本的開放原始碼活動
2. 使用或支持 OSS 等的公司
3. 為何紐西蘭政府選擇 Zope + Plone 網頁開發平台
4. 網站二三事
1. URLs、畫面與特殊功能 - 訂製重點
5. 技術議題
1. 開發 Plone 網站 ...
1. Zope 與 Plone 的版本
2. 一定要注意的要點
3. 自訂 Plone 的神來之筆
6. 問答時間
消費估計:150 元
形式: 自由、開放,任何人均可參加,請上 http://wiki.tossug.org/SignUp
報名。
yungyuc
....................................................................
URL: http://wiki.tossug.org/Talks
duffyd, an experienced Plone developer from New Zealand, will talk about the
famous web-based content management system Plone and its deployment
in New Zealand government.
The talk will be given in English, with slides.
Don't forget to sign up at http://wiki.tossug.org/SignUp !
Time: 2007/5/1 Tue. 7:00pm - 9:00pm.
Topic: Plone
Speaker: duffyd
Place: Cafe Lumiere ( http://wiki.tossug.org/CafeLumiere )
Outline:
1. Introduction - Please introduce yourself
2. Open source movements in New Zealand
1. basic open source activities
2. how many companies using or support OSS etc.
3. Why the New Zealand government chose Zope + Plone as the web plat home.
4. 2 or 3 examples of the site.
1. URLs, the screen shots, the special feature - customize points
5. The technical issues
1. When you develope the plone site ...
1. version of zope and plone
2. the points that you always concern
3. nifty tips to customize plone
6. Q & A session
Estimated costs: NTD 150
cheers,
yungyuc
大家好!今年的第四場心得分享,由來自紐西蘭的 Plone 開發人員 duffyd 介紹
著名的網頁式內容管理系統 Plone 及其在紐西蘭政府機構中的重要應用。duffyd
是一名很有經驗的 Plone 開發人員,歡迎對網頁式內容管理系統 (web CMS)、
實作政府專案,以及 Plone/Zope/Python 技術有興趣的朋友參加。
分享將以英文進行,有投影片。
記得要去 http://wiki.tossug.org/SignUp 報名喔!
因為 Cafe Lumiere 是開放的公眾空間,我們也沒有 $$ 包場,請大家儘量在
6:00 - 6:30 左右到現場佔位子。 :)
時間: 2007/5/1 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: Plone
分享人: duffyd
地點: Cafe Lumiere( http://wiki.tossug.org/CafeLumiere )
有免費的無線上網,請別把 notebook 忘在家裡。
簡介:
1. 簡介 - 大家來說說自己是誰
2. 紐西蘭的開放原始碼運動
1. 基本的開放原始碼活動
2. 使用或支持 OSS 等的公司
3. 為何紐西蘭政府選擇 Zope + Plone 網頁開發平台
4. 網站二三事
1. URLs、畫面與特殊功能 - 訂製重點
5. 技術議題
1. 開發 Plone 網站 ...
1. Zope 與 Plone 的版本
2. 一定要注意的要點
3. 自訂 Plone 的神來之筆
6. 問答時間
消費估計:150 元
形式: 自由、開放,任何人均可參加,請上 http://wiki.tossug.org/SignUp
報名。
yungyuc
....................................................................
URL: http://wiki.tossug.org/Talks
duffyd, an experienced Plone developer from New Zealand, will talk about the
famous web-based content management system Plone and its deployment
in New Zealand government.
The talk will be given in English, with slides.
Don't forget to sign up at http://wiki.tossug.org/SignUp !
Time: 2007/5/1 Tue. 7:00pm - 9:00pm.
Topic: Plone
Speaker: duffyd
Place: Cafe Lumiere ( http://wiki.tossug.org/CafeLumiere )
Outline:
1. Introduction - Please introduce yourself
2. Open source movements in New Zealand
1. basic open source activities
2. how many companies using or support OSS etc.
3. Why the New Zealand government chose Zope + Plone as the web plat home.
4. 2 or 3 examples of the site.
1. URLs, the screen shots, the special feature - customize points
5. The technical issues
1. When you develope the plone site ...
1. version of zope and plone
2. the points that you always concern
3. nifty tips to customize plone
6. Q & A session
Estimated costs: NTD 150
cheers,
yungyuc
星期四, 4月 05, 2007
【4/10 TOSSUG 心得分享】 jserv: User Mode Linux
[English below] URL: http://wiki.tossug.org/Talks
大家好!今年的第三場心得分享,由知名的 open source 軟體開發者 jserv 介紹
User Mode Linux。上次撲空的朋友,這次記得來向 jserv 索取... 嗯,簽名? :)
記得要去 http://wiki.tossug.org/SignUp 報名喔!
因為 Mix Coffee & Tea 是開放的公眾空間,我們也沒有 $$ 包場,請大家儘量在
6:00 - 6:30
左右到現場佔位子。 :)
時間: 2007/4/10 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: User Mode Linux 應用簡介
分享人: jserv
地點: Mix Coffee & Tea(http://wiki.tossug.org/MixCoffee&Tea)
有免費的無線上網,請別把 notebook 忘在家裡。
簡介:
1. Linux 為基礎的虛擬化 (virtualization) 架構
2. 快速建構 UML (User-Mode Linux) 環境
3. UML 虛擬網路環境建置 (含多 UML 環境)
4. 用 UML 體驗核心開發
5. 簡介相關技術:Virtualization、Para-virtualization,以及 Hypervisor
最低消費:50 元
形式: 自由、開放,任何人均可參加,請上 http://wiki.tossug.org/SignUp
報名。
Ping
....................................................................
URL: http://wiki.tossug.org/ExperienceSharingEvening
jserv will talk about User Mode Linux next Tuesday.
You are welcome to join us! Remember to sign up in advance on
the http://wiki.tossug.org/SignUp page.
Time: 7:00pm April 10 (Tue)
Place: Mix Coffee & Tea (map at http://wiki.tossug.org/MixCoffee&Tea)
Free wireless access is available.
Topic: Application of User Mode Linux
Speaker: jserv
Outline:
1. Linux-based virtualization architectures
2. Build up a UML (User-Mode Linux) environment in no time
3. Setting up a UML virtual network environment (including multiple UMLs)
4. Using UML for hands-on kernel development
5. Introduction to related technologies: Virtualization,
Para-virtualization
and Hypervisor.
cheers,
Ping
大家好!今年的第三場心得分享,由知名的 open source 軟體開發者 jserv 介紹
User Mode Linux。上次撲空的朋友,這次記得來向 jserv 索取... 嗯,簽名? :)
記得要去 http://wiki.tossug.org/SignUp 報名喔!
因為 Mix Coffee & Tea 是開放的公眾空間,我們也沒有 $$ 包場,請大家儘量在
6:00 - 6:30
左右到現場佔位子。 :)
時間: 2007/4/10 星期二,分享時間 7:00pm - 9:00pm,聊天時間到打烊為止。
主題: User Mode Linux 應用簡介
分享人: jserv
地點: Mix Coffee & Tea(http://wiki.tossug.org/MixCoffee&Tea)
有免費的無線上網,請別把 notebook 忘在家裡。
簡介:
1. Linux 為基礎的虛擬化 (virtualization) 架構
2. 快速建構 UML (User-Mode Linux) 環境
3. UML 虛擬網路環境建置 (含多 UML 環境)
4. 用 UML 體驗核心開發
5. 簡介相關技術:Virtualization、Para-virtualization,以及 Hypervisor
最低消費:50 元
形式: 自由、開放,任何人均可參加,請上 http://wiki.tossug.org/SignUp
報名。
Ping
....................................................................
URL: http://wiki.tossug.org/ExperienceSharingEvening
jserv will talk about User Mode Linux next Tuesday.
You are welcome to join us! Remember to sign up in advance on
the http://wiki.tossug.org/SignUp page.
Time: 7:00pm April 10 (Tue)
Place: Mix Coffee & Tea (map at http://wiki.tossug.org/MixCoffee&Tea)
Free wireless access is available.
Topic: Application of User Mode Linux
Speaker: jserv
Outline:
1. Linux-based virtualization architectures
2. Build up a UML (User-Mode Linux) environment in no time
3. Setting up a UML virtual network environment (including multiple UMLs)
4. Using UML for hands-on kernel development
5. Introduction to related technologies: Virtualization,
Para-virtualization
and Hypervisor.
cheers,
Ping
星期四, 3月 15, 2007
【3/20 TOSSUG 心得分享】 許耕榜: OpenNMS 簡介
[English below] URL: http://wiki.tossug.org/Talks
大家好!今年的第二場心得分享,將由許耕榜為大家介紹 OpenNMS 這套
得過獎的 open source 系統管理軟體,歡迎參加。以下是講者提供的參考資料:
> 以下是 OpenNMS官網
> http://www.opennms.org/index.php/Main_Page
> 上奇最近出了一本新書Linux網管技術-流量統計與效能監控
> http://www.books.com.tw/exep/prod/booksfile.php?item=0010349800
> 有提到OpenNMS的功能,有興趣可以翻一下,但他只是介紹,實際上OpenNMS可以做
> 到更多。
時間: 2007/3/20 星期二,分享時間 7:00pm - 9:00pm。
主題: OpenNMS 簡介
分享人: 許耕榜
地點: Mix Coffee & Tea(http://wiki.tossug.org/MixCoffee&Tea)
有免費的無線上網,請別把 notebook 忘在家裡。
簡介:
1. 各套流量監測軟體簡介(Cacti 、MRTG、NTOP、Opennms)
2. 由各種程序所組成的 OpenNMS
3. OpenNMS 的運作流程
4. 如何讓 OpenNMS 發手機簡訊,通知網管服務停掉了
5. Troubleshooting (30秒當機困擾,主機維修排程,主機服務停止後的監測...)
6. 分享與交流
最低消費:50 元
形式: 自由、開放,任何人均可參加,請上 http://wiki.tossug.org/SignUp
報名。
Ping
....................................................................
URL: http://wiki.tossug.org/ExperienceSharingEvening
Bang will share with us his experience with the system management
software OpenNMS and compare it to other softwares in the same
category. You are welcome to join us! Please register on the page
http://wiki.tossug.org/SignUp.
Time: 7:00pm March 20 (Tue)
Place: Mix Coffee & Tea (map at http://wiki.tossug.org/MixCoffee&Tea)
Free wireless access is available.
Topic: Introduction to OpenNMS
Speaker: Bang
Outline:
1. Introduction to network activity monitor softwares (Cacti, MRTG,
NTOP, OpenNMS)
2. OpenNMS as composed of various processes
3. The workflow of OpenNMS
4. How to let OpenNMS notify system admin with mobile SMS
5. Troubleshooting (puzzles in 30 second crashes, scheduling of host
maintenance,
monitoring after the service is stopped, ...)
6. Questions and answers
Ping
大家好!今年的第二場心得分享,將由許耕榜為大家介紹 OpenNMS 這套
得過獎的 open source 系統管理軟體,歡迎參加。以下是講者提供的參考資料:
> 以下是 OpenNMS官網
> http://www.opennms.org/index.php/Main_Page
> 上奇最近出了一本新書Linux網管技術-流量統計與效能監控
> http://www.books.com.tw/exep/prod/booksfile.php?item=0010349800
> 有提到OpenNMS的功能,有興趣可以翻一下,但他只是介紹,實際上OpenNMS可以做
> 到更多。
時間: 2007/3/20 星期二,分享時間 7:00pm - 9:00pm。
主題: OpenNMS 簡介
分享人: 許耕榜
地點: Mix Coffee & Tea(http://wiki.tossug.org/MixCoffee&Tea)
有免費的無線上網,請別把 notebook 忘在家裡。
簡介:
1. 各套流量監測軟體簡介(Cacti 、MRTG、NTOP、Opennms)
2. 由各種程序所組成的 OpenNMS
3. OpenNMS 的運作流程
4. 如何讓 OpenNMS 發手機簡訊,通知網管服務停掉了
5. Troubleshooting (30秒當機困擾,主機維修排程,主機服務停止後的監測...)
6. 分享與交流
最低消費:50 元
形式: 自由、開放,任何人均可參加,請上 http://wiki.tossug.org/SignUp
報名。
Ping
....................................................................
URL: http://wiki.tossug.org/ExperienceSharingEvening
Bang will share with us his experience with the system management
software OpenNMS and compare it to other softwares in the same
category. You are welcome to join us! Please register on the page
http://wiki.tossug.org/SignUp.
Time: 7:00pm March 20 (Tue)
Place: Mix Coffee & Tea (map at http://wiki.tossug.org/MixCoffee&Tea)
Free wireless access is available.
Topic: Introduction to OpenNMS
Speaker: Bang
Outline:
1. Introduction to network activity monitor softwares (Cacti, MRTG,
NTOP, OpenNMS)
2. OpenNMS as composed of various processes
3. The workflow of OpenNMS
4. How to let OpenNMS notify system admin with mobile SMS
5. Troubleshooting (puzzles in 30 second crashes, scheduling of host
maintenance,
monitoring after the service is stopped, ...)
6. Questions and answers
Ping
訂閱:
意見 (Atom)