Difference between revisions of "Lazarus Documentation/zh CN"

From Lazarus wiki
Jump to navigationJump to search
Line 133: Line 133:
 
*[[Build messages|构建消息]]
 
*[[Build messages|构建消息]]
  
==Lazarus related blogs and websites==
+
==Lazarus 相关 Blog 和网站==
 
'''Blogs'''
 
'''Blogs'''
*[[Adventures of a Newbie]] - A blog of a newbie getting started with some tutorial information in a running log.
+
*[[Adventures of a Newbie|新人的历险]] —— 一个新手的起始教学。
*[http://lazarusroad.blogspot.com/ On the road with Lazarus/Freepascal] - A blog dedicated to register my experiences while programming with Lazarus and Freepascal (by Luiz Américo)
+
*[http://lazarusroad.blogspot.com/ Lazarus/Freepascal 的旅途上] - A blog dedicated to register my experiences while programming with Lazarus and Freepascal (by Luiz Américo)
*[http://port2laz.blogspot.com/ Porting to Lazarus] - This blog describes the porting of a medium-sized application (~100 kloc) from D7 with CLX to Lazarus (by Alexsander da Rosa)
+
*[http://port2laz.blogspot.com/ 转到 Lazarus] - This blog describes the porting of a medium-sized application (~100 kloc) from D7 with CLX to Lazarus (by Alexsander da Rosa)
*[http://living-lazarus.blogspot.com/ Living Lazarus] - One mans exploration into the possibilities of an open source RAD (by [[User:Wibblytim|Wibblytim]]).
+
*[http://living-lazarus.blogspot.com/ 活生生的 Lazarus] - One mans exploration into the possibilities of an open source RAD (by [[User:Wibblytim|Wibblytim]]).
 
*[http://beeography.wordpress.com/tag/object-pascal/ Bee.ography] just (another) Bee’s buzz!
 
*[http://beeography.wordpress.com/tag/object-pascal/ Bee.ography] just (another) Bee’s buzz!
  
'''Websites'''
+
'''网站'''
 
*[[swainbrain pascal wiki]] - unique free pascal tutorials and info [http://mercury.it.swin.edu.au/swinbrain/index.php/Pascal#Pascal_Development_Tools swainbrain]
 
*[[swainbrain pascal wiki]] - unique free pascal tutorials and info [http://mercury.it.swin.edu.au/swinbrain/index.php/Pascal#Pascal_Development_Tools swainbrain]

Revision as of 17:32, 4 December 2007

العربية (ar) Deutsch (de) English (en) español (es) suomi (fi) français (fr) magyar (hu) Bahasa Indonesia (id) italiano (it) 日本語 (ja) 한국어 (ko) Nederlands (nl) português (pt) русский (ru) slovenčina (sk) Türkçe (tr) 中文(中国大陆)‎ (zh_CN) 中文(台灣)‎ (zh_TW)

Lazarus and Pascal 教学

The Lazarus 用户指导

安装

IDE

LCL

开发

工具

从 Delphi 来

The Lazarus 开发者指导

LCL - Lazarus 组件库

界面

  • GTK2 界面 —— 适用于 Unixes,Mac OS X,Windows 的 GTK2。
  • Carbon 界面 —— 适用于 Mac OS X 的 Carbon 界面。
  • Qt 界面 —— 适用于 Unixes,Mac OS X 还有基于 Linux 的 PDA 的 Qt 4。
  • Windows CE 界面 —— 适用于 Pocket PC 和 智能电话。
  • fpGUI 界面 —— 完全使用 Free Pascal 编写的 widgetset。

翻译

  • 得到正确的翻译文字 对程序员的少量提示:关于怎样在自己的程序里创建和使用可翻译文字。快速地讨论了有关创建文字的一般性问题,对于实现上的问题提供了少许提示,还特别指出了使用英语作为基础语言需要考虑的事情。
  • 本地化时的提示:
  • 德语 —— 将 Lazarus IDE 翻译成德语时的注意事项和指导标准,这里包含了一个常用词汇的小字典。
  • 葡萄牙语——巴西语 —— 葡萄牙语转巴西语的小字典,主要用于 Lazarus IDE 的翻译。
  • 俄语 —— 将 Lazarus IDE 翻译成俄语时的注意事项和指导标准。

附加的组件文档

  • Pascal 脚本Pascal 脚本演示 —— 怎样在 Lazarus 里使用 pascal 脚本组件。
  • OpenGL —— 怎样在 Lazarus 里使用 OpenGL。
  • KOL-CE —— Free Pascal/Lazarus 的 KOL和MCK 库。怎样使用 Lazarus 给 Win32/WinCE 创建非常小的程序。

Free Pascal 编译器文档

除了这个站点,最新的文档和各种可下载格式可以在主要的Free Pascal 编译器站点找到。 还有 FreePascal 的 Wiki 站点[1],和这个站点非常类似,允许开发者在官方 FPC 文档下提交附加文档。

Lazarus 相关 Blog 和网站

Blogs

网站