Difference between revisions of "Portal:webOS Applications-ZH"

From WebOS Internals
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Chinese]]
 +
'''Note : this page/article is the chinese translation of the english wiki page : http://www.webos-internals.org/wiki/Portal:webOS_Applications '''<BR>
 +
<BR>
 +
'''注意 : 本文章/页是一个英文维基页面的中文译本,原文在: http://www.webos-internals.org/wiki/Portal:webOS_Applications <BR>
 +
'''
 
__notoc__
 
__notoc__
 
{{preware}}
 
{{preware}}
Line 30: Line 35:
 
== 指南 ==
 
== 指南 ==
  
* [[Tutorials_webOS_Getting_Started|Getting Started Developing]]
+
* [[Tutorials_webOS_Getting_Started|开发入门]]
* [[Tutorials_webOS_Hello_World|Building Your First Application]]
+
* [[Tutorials_webOS_Hello_World|创建你的第一个应用程序]]
* [[Tutorials_webOS_Porting_Older_App|Porting older javascript apps]]
+
* [[Tutorials_webOS_Porting_Older_App|移植旧有javascript应用]]
* [[Tutorials_webOS_IPKG_Installer|IPKG Installer]]
+
* [[Tutorials_webOS_IPKG_Installer|IPKG安装程序]]
* [[Tutorials_webOS_Installing_An_Ipk|Installing an IPK]]
+
* [[Tutorials_webOS_Installing_An_Ipk|安装一个IPK]]
 
* [[Komodo|Komodo Specific Tutorials]]
 
* [[Komodo|Komodo Specific Tutorials]]
 
* [[Tutorials_webOS_Loading_Existing_Apps_Into_An_Eclipse_Project|Loading Existing apps into an Eclipse Project]]
 
* [[Tutorials_webOS_Loading_Existing_Apps_Into_An_Eclipse_Project|Loading Existing apps into an Eclipse Project]]
Line 42: Line 47:
 
* [[Tutorials_Differences_between_Emulator_and_Pre|Diffences between Emulator and Pre]]
 
* [[Tutorials_Differences_between_Emulator_and_Pre|Diffences between Emulator and Pre]]
  
== Want to write a tutorial and Add it? ==
+
== 想写个指南添加到这里? ==
  
Just name the article like
+
只要将文章按以下命名
  
"Tutorials webOS " + name
+
"utorials webOS " + 你命名的名称
  
 +
例:
 
Ex: Tutorials_webOS_Getting_Started<br />
 
Ex: Tutorials_webOS_Getting_Started<br />
(spaces are the same thing as underscores)
+
(空格和下划线是一样的)
  
 
==Need help formatting your text for wiki? ==
 
==Need help formatting your text for wiki? ==
Line 75: Line 81:
  
 
}}
 
}}
==Development Projects==
+
==开发项目==
webOS Mojo and Multiple language projects being developed as open source by the community.
+
webOS Mojo和多语言项目是开源程序,由社区开发。
  
* [[Application:Preware|Preware]]: A mojo app with backend plugin to run ipkg and fetch over the air installs and updates from the Preware ipkg feed.
+
* [[Application:Preware-ZH|Preware]]: A mojo app with backend plugin to run ipkg and fetch over the air installs and updates from the Preware ipkg feed.
 
* [[On Screen Keyboard]]
 
* [[On Screen Keyboard]]
 
* [[My notification|My notification]] : a Mojo app to enable the changing of system sounds and wallpaper.
 
* [[My notification|My notification]] : a Mojo app to enable the changing of system sounds and wallpaper.
Line 84: Line 90:
 
* [[Save and Restore]]: save and restore application
 
* [[Save and Restore]]: save and restore application
  
== Development Proposals ==
+
== 开发建议 ==
 
These proposals for webOS applications lack a formal project at this time.  
 
These proposals for webOS applications lack a formal project at this time.  
 
* [[Splash Application|Splash Application]]
 
* [[Splash Application|Splash Application]]
 
* [[Proposal_to_install_Homebrew_apps_on_/media/internal_%28USB_partition%29]]
 
* [[Proposal_to_install_Homebrew_apps_on_/media/internal_%28USB_partition%29]]

Latest revision as of 17:16, 30 December 2010

Note : this page/article is the chinese translation of the english wiki page : http://www.webos-internals.org/wiki/Portal:webOS_Applications

注意 : 本文章/页是一个英文维基页面的中文译本,原文在: http://www.webos-internals.org/wiki/Portal:webOS_Applications

Application:Preware
Application Manager
64
Install
Install Applications
64
Update
Update Applications
The Instructions on building WebOS Mojo applications of your own are simple and straight forward.
如果你正在找webOS内置应用程序补丁 可以在webOS补丁找到。

指南

想写个指南添加到这里?

只要将文章按以下命名

"utorials webOS " + 你命名的名称

例: Ex: Tutorials_webOS_Getting_Started
(空格和下划线是一样的)

Need help formatting your text for wiki?

Find easy to use markup examples with visual representations on our formatting help pages.

Wiki Formatting Help

Policies about adding Applications

Your application can be any progress (Completed/Beta/Design Phase), just make sure you have a temporary name. For example if your application is called "Testing This":

<source lang="text">

This is a short description, leave screenshots and other details for the application page.

</source>

Place this under the All webOS Application Portal, and the category it goes under (for instance "Games" if it is a game). You can always change the applications name just make sure it is not taken and let us know on the Admin Changes page so we can delete the old application page (so others can use it).

开发项目

webOS Mojo和多语言项目是开源程序,由社区开发。

  • Preware: A mojo app with backend plugin to run ipkg and fetch over the air installs and updates from the Preware ipkg feed.
  • On Screen Keyboard
  • My notification : a Mojo app to enable the changing of system sounds and wallpaper.
  • EBook-Reader: a Mojo app for reading text-oriented books on line.
  • Save and Restore: save and restore application

开发建议

These proposals for webOS applications lack a formal project at this time.