Community Updates/2009-02-06/zh tw

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Tips and tricks)
(社群應用程式分享)
Line 11: Line 11:
 
==社群應用程式分享 ==
 
==社群應用程式分享 ==
  
* [[CellHunter]]-Cellhunter is a game with the goal to find as much unknown mobile cells as you can and submit them. You are playing in groups against other groups and collect the information together. Depending on the type of the collected cell you get points. New cells count more points than already known cells. More information at http://cellhunter.omoco.de
+
* [[CellHunter]]-Cellhunter 是一個用來尋找其它手機個體的遊戲程式,在找到其它的手機後,你可以將這些個體加入群組。在這個程式中,你是與同一個群體一起進行遊戲,並且一起收集資訊。根據你所取得的手機資訊類型,你可以得到不同的點數。新型的手機會得到較多的點數,舊型的手機則會取得較少的點數。關於這個遊戲的更多資訊,你可以參考 http://cellhunter.omoco.de 網站,取得更多資訊。
  
  
* [[Vala-terminal]]-指令列式終端機程式。 這個程式是使用(vala) 程式語言寫成的。 Vala 會產生可以編譯 Binary的 c-code,因此vala並不會增加任何執行期的需求/附屬物。 This is official successor of openmoko-terminal2 (https://kerneltrap.org/mailarchive/openmoko-community/2008/11/13/4084004/thread).
+
* [[Vala-terminal]]-指令列式終端機程式。 這個程式是使用(vala) 程式語言寫成的。 Vala 會產生可以編譯 Binary的 c-code,因此vala並不會增加任何執行期的需求/附屬物。 (https://kerneltrap.org/mailarchive/openmoko-community/2008/11/13/4084004/thread).
 +
 
 +
* [[GTick]]-GTick 是一個節拍器程式。它可以在 GNU/Linux 及其它 UN*X-like 作業系統下執行。它支援不同的節拍 (甚至它支援 2/4, 3/4, 4/4 ...),並且節拍速度範圍可從10 bpm達到 1000 bpm。它運用GTK+ 及 OSS (ALSA 相容)。它是 GNU 專案的一部份。這個程式原本是由 Alex Roberts撰寫,但由於他目前沒有時間再維護這個程式,Roland Stigge目
 +
前接手進行。因此,這個程式主要是重寫而來的 (如加入新的DSP 核心、GTK+2 port...等功能特色)。
  
* [[GTick]]-GTick is a metronome application written for GNU/Linux and other UN*X-like operting systems supporting different meters (Even, 2/4, 3/4, 4/4 and more) and speeds ranging from 10 to 1000 bpm. It utilizes GTK+ and OSS (ALSA compatible). It is part of the GNU Project. This program has been originally written by Alex Roberts, but since he didn't have the time to develop and maintain it further, I (Roland Stigge) took it over (initially to package it for Debian, but there were too many "upstream" issues, so I decided to maintain the whole package). Since then, the program has been mainly rewritten (new DSP core, GTK+2 port, added features).
 
  
 
* [[Nethack]]-NetHack is a single player dungeon exploration game that runs on a wide variety of computer systems, with a variety of graphical and text interfaces all using the same game engine. Unlike many other Dungeons & Dragons-inspired games, the emphasis in NetHack is on discovering the detail of the dungeon and not simply killing everything in sight - in fact, killing everything in sight is a good way to die quickly. Each game presents a different landscape - the random number generator provides an essentially unlimited number of variations of the dungeon and its denizens to be discovered by the player in one of a number of characters: you can pick your race, your role, and your gender.
 
* [[Nethack]]-NetHack is a single player dungeon exploration game that runs on a wide variety of computer systems, with a variety of graphical and text interfaces all using the same game engine. Unlike many other Dungeons & Dragons-inspired games, the emphasis in NetHack is on discovering the detail of the dungeon and not simply killing everything in sight - in fact, killing everything in sight is a good way to die quickly. Each game presents a different landscape - the random number generator provides an essentially unlimited number of variations of the dungeon and its denizens to be discovered by the player in one of a number of characters: you can pick your race, your role, and your gender.

Revision as of 07:58, 6 February 2009

Contents

套件資訊

  • FSO- 開放源碼智慧型手機團隊 釋出工程代號為'Calling All Stations'的FSO MS5套件。若您取得更多相關的資訊,可以由以下所提供的網址取得更詳細的資訊。
http://wiki.openmoko.org/wiki/OpenmokoFramework/Status_Update_6
下載套件 http://downloads.freesmartphone.org/fso-stable/milestone5/ .
  • Angus Ainslie 加入Openmoko 團隊,負責社群套件管理工作。在社群中,他將扮演官方的套件管理員、buildhost 伺服器及downloads 伺服器管理者,及Openmoko 軟體開發團隊開發整合人員。若您需取得Openmoko套件管理、軟體開發等整合工作相關資訊,敬請與Angus 連絡。


社群應用程式分享

  • CellHunter-Cellhunter 是一個用來尋找其它手機個體的遊戲程式,在找到其它的手機後,你可以將這些個體加入群組。在這個程式中,你是與同一個群體一起進行遊戲,並且一起收集資訊。根據你所取得的手機資訊類型,你可以得到不同的點數。新型的手機會得到較多的點數,舊型的手機則會取得較少的點數。關於這個遊戲的更多資訊,你可以參考 http://cellhunter.omoco.de 網站,取得更多資訊。


  • GTick-GTick 是一個節拍器程式。它可以在 GNU/Linux 及其它 UN*X-like 作業系統下執行。它支援不同的節拍 (甚至它支援 2/4, 3/4, 4/4 ...),並且節拍速度範圍可從10 bpm達到 1000 bpm。它運用GTK+ 及 OSS (ALSA 相容)。它是 GNU 專案的一部份。這個程式原本是由 Alex Roberts撰寫,但由於他目前沒有時間再維護這個程式,Roland Stigge目

前接手進行。因此,這個程式主要是重寫而來的 (如加入新的DSP 核心、GTK+2 port...等功能特色)。


  • Nethack-NetHack is a single player dungeon exploration game that runs on a wide variety of computer systems, with a variety of graphical and text interfaces all using the same game engine. Unlike many other Dungeons & Dragons-inspired games, the emphasis in NetHack is on discovering the detail of the dungeon and not simply killing everything in sight - in fact, killing everything in sight is a good way to die quickly. Each game presents a different landscape - the random number generator provides an essentially unlimited number of variations of the dungeon and its denizens to be discovered by the player in one of a number of characters: you can pick your race, your role, and your gender.
  • elh compile a card game Skat for FreeRunner. You can download it here.

社群應用程式更新資訊

  • Carlo Minucci 為了簡訊的方便輸入,特別將預設的鍵盤客製化為自己喜好的鍵盤。但這個鍵盤程式,目前只適用義大利文輸入,你可以點擊 這裡 下載他的程式源碼。
  • KustomizerOm 2008.12套件版 - 這個程式可以幫助你安裝有趣的應用程式裝有乾淨的 2008.12套件的 FreeRunner 環境。
  • Yaouh!- Kelvan 擴充了Yaouh! 的程式功能。透過 [[1]],你可以取得相關的更新內容。
  • Paroli-Mirko 針對Paroli程式做了一些重大的更新。如針對 dbus將提供兩種不同的界面選項、Dilar 版本進行功能加強...等。 關於Paroli的更多資訊,透過Parilo專案網站,可以幫助您取得更多開發資訊。關於API的資訊,你可以參考 http://www.paroli-project.org/api/ 此網址,取得更多資訊。
  • Guitar Tune 釋出新的版本。 此版本是以alsa為基礎建置的版本,它可以自動選擇適當的 alsa 狀態。此更新版本是在FSO Milestone 4 及使用Kernel 2.6.28套件環境下進行測試。它也可以在SHR下運作。在 此可下載源碼

社群資訊

  • Openmoko 搬新家了!新辦公室的地址是台灣省台北縣新店市建國路276號9樓。敬請各位夥伴們光臨指教。
  • OpenWrt 目前支援Openmoko "Freerunner"! 它加入了 kernel (2.6.28) 、 D-Bus 、freesmartphone.org 。 包含加速的 Xglamo ,讓 glamo 加速可以與 Xorg完美的配合運作。 EFL (enlightenment foundation libraries) 及enlightenment 則包含了 Illume 。.
  • Screen protection - ARMR200 film-3M 針對觸控式螢幕設計了名為ARMR200的產品。它可以充份保護你的觸控式螢幕不被刮傷。
  • Tobias Kündigwww.opkg.org設置了一個簡易的repository,它的位址在http://www.opkg.org/packages/ 。請試用它,並且回報使用時所發生的錯誤情況及臭蟲。

Wiki 社群資訊統計

  • Wiki網站目前在資料庫總儲存網頁數為4,947
  • 832 個檔案被上傳。
  • 網頁總旅次為13,406,497
  • 網頁編輯次為65,318
  • 每頁平均編輯次為13.20

社群活動一覽

align

軟體技巧分享

  • 當你在FreeRunner上安裝Anddroid時,你必須額外的準備一張包含二個分割區的 SD 記憶卡。大部份的人都會在Linux主機上進行這個工作。但若您希望在FreeRunner 上進行這項工作,你可以參考 安裝Android,分享社群安裝的心得。
Personal tools

套件資訊

  • FSO- 開放源碼智慧型手機團隊 釋出工程代號為'Calling All Stations'的FSO MS5套件。若您取得更多相關的資訊,可以由以下所提供的網址取得更詳細的資訊。
http://wiki.openmoko.org/wiki/OpenmokoFramework/Status_Update_6
下載套件 http://downloads.freesmartphone.org/fso-stable/milestone5/ .
  • Angus Ainslie 加入Openmoko 團隊,負責社群套件管理工作。在社群中,他將扮演官方的套件管理員、buildhost 伺服器及downloads 伺服器管理者,及Openmoko 軟體開發團隊開發整合人員。若您需取得Openmoko套件管理、軟體開發等整合工作相關資訊,敬請與Angus 連絡。


社群應用程式分享

  • CellHunter-Cellhunter 是一個用來尋找其它手機個體的遊戲程式,在找到其它的手機後,你可以將這些個體加入群組。在這個程式中,你是與同一個群體一起進行遊戲,並且一起收集資訊。根據你所取得的手機資訊類型,你可以得到不同的點數。新型的手機會得到較多的點數,舊型的手機則會取得較少的點數。關於這個遊戲的更多資訊,你可以參考 http://cellhunter.omoco.de 網站,取得更多資訊。


  • GTick-GTick 是一個節拍器程式。它可以在 GNU/Linux 及其它 UN*X-like 作業系統下執行。它支援不同的節拍 (甚至它支援 2/4, 3/4, 4/4 ...),並且節拍速度範圍可從10 bpm達到 1000 bpm。它運用GTK+ 及 OSS (ALSA 相容)。它是 GNU 專案的一部份。這個程式原本是由 Alex Roberts撰寫,但由於他目前沒有時間再維護這個程式,Roland Stigge目

前接手進行。因此,這個程式主要是重寫而來的 (如加入新的DSP 核心、GTK+2 port...等功能特色)。


  • Nethack-NetHack is a single player dungeon exploration game that runs on a wide variety of computer systems, with a variety of graphical and text interfaces all using the same game engine. Unlike many other Dungeons & Dragons-inspired games, the emphasis in NetHack is on discovering the detail of the dungeon and not simply killing everything in sight - in fact, killing everything in sight is a good way to die quickly. Each game presents a different landscape - the random number generator provides an essentially unlimited number of variations of the dungeon and its denizens to be discovered by the player in one of a number of characters: you can pick your race, your role, and your gender.
  • elh compile a card game Skat for FreeRunner. You can download it here.

社群應用程式更新資訊

  • Carlo Minucci 為了簡訊的方便輸入,特別將預設的鍵盤客製化為自己喜好的鍵盤。但這個鍵盤程式,目前只適用義大利文輸入,你可以點擊 這裡 下載他的程式源碼。
  • KustomizerOm 2008.12套件版 - 這個程式可以幫助你安裝有趣的應用程式裝有乾淨的 2008.12套件的 FreeRunner 環境。
  • Yaouh!- Kelvan 擴充了Yaouh! 的程式功能。透過 [[1]],你可以取得相關的更新內容。
  • Paroli-Mirko 針對Paroli程式做了一些重大的更新。如針對 dbus將提供兩種不同的界面選項、Dilar 版本進行功能加強...等。 關於Paroli的更多資訊,透過Parilo專案網站,可以幫助您取得更多開發資訊。關於API的資訊,你可以參考 http://www.paroli-project.org/api/ 此網址,取得更多資訊。
  • Guitar Tune 釋出新的版本。 此版本是以alsa為基礎建置的版本,它可以自動選擇適當的 alsa 狀態。此更新版本是在FSO Milestone 4 及使用Kernel 2.6.28套件環境下進行測試。它也可以在SHR下運作。在 此可下載源碼

社群資訊

  • Openmoko 搬新家了!新辦公室的地址是台灣省台北縣新店市建國路276號9樓。敬請各位夥伴們光臨指教。
  • OpenWrt 目前支援Openmoko "Freerunner"! 它加入了 kernel (2.6.28) 、 D-Bus 、freesmartphone.org 。 包含加速的 Xglamo ,讓 glamo 加速可以與 Xorg完美的配合運作。 EFL (enlightenment foundation libraries) 及enlightenment 則包含了 Illume 。.
  • Screen protection - ARMR200 film-3M 針對觸控式螢幕設計了名為ARMR200的產品。它可以充份保護你的觸控式螢幕不被刮傷。
  • Tobias Kündigwww.opkg.org設置了一個簡易的repository,它的位址在http://www.opkg.org/packages/ 。請試用它,並且回報使用時所發生的錯誤情況及臭蟲。

Wiki 社群資訊統計

  • Wiki網站目前在資料庫總儲存網頁數為4,947
  • 832 個檔案被上傳。
  • 網頁總旅次為13,406,497
  • 網頁編輯次為65,318
  • 每頁平均編輯次為13.20

社群活動一覽

align

軟體技巧分享

  • 當你在FreeRunner上安裝Anddroid時,你必須額外的準備一張包含二個分割區的 SD 記憶卡。大部份的人都會在Linux主機上進行這個工作。但若您希望在FreeRunner 上進行這項工作,你可以參考 安裝Android,分享社群安裝的心得。