Difference between revisions of "Zh"

From Apache OpenOffice Wiki
Jump to: navigation, search
(REDIRECT to zh-cn)
(欢迎您来到 OpenOffice.org 的维基站点)
Line 1: Line 1:
#REDIRECT [[zh-cn]]
+
<!-- Calendar Borrowed by OpenOffice [user:Rfc1394] from Wikipedia [User:Angela] with modifications -->
__NOTOC__
+
<div style="float:right; padding-left:5px;">
 +
{| style="text-align:left; border:1px solid #aaaaaa; background-color:#f9f9f9;width: 200px;font-family: Verdana, sans-serif;"
 +
|- padding:5px;padding-top:0.5em;font-size: 95%;
 +
|
 +
----
 +
<div style="border:1px solid #ccc; background: #fff; border-right:3px solid #ccc; border-bottom:3px solid #ccc; text-align: center; padding:3px; float:right; font-size: smaller; line-height: 1.3; margin-right: 4px;">
 +
<div style="width:100%">{{CURRENTDAYNAME}}</div>
 +
<div style="font-size: x-large; width: 100%;">{{CURRENTDAY}}</div>
 +
<div style="width: 100%;"> {{CURRENTMONTHNAME}}</div>
 +
<div style="width: 100%;">{{CURRENTYEAR}}</div>
 +
<div style="background: #aaa; color: #000;">'''{{CURRENTTIME}}''' UTC</div>
 +
</div>
 +
{{Welcome}}
  
 
{{Language|Languages}}
 
{{Language|Languages}}
 +
|}
 +
</div>
 +
<!-- End of Calendar -->
  
== 欢迎您来到 OpenOffice.org 的维基维站点 ==
+
== 欢迎您来到 OpenOffice.org 的维基站点 ==
 +
__NOTOC__
  
This wiki is for all projects associated with OpenOffice.org (OOo). It is new, so it is mainly focussed on resources for developers. As other projects are added to the wiki, they will be listed here. Click a link to go directly to the page you want.
+
这里是OpenOffice.org(简称OOo)所有项目的wiki(维基)系统。原本主要关注开发者资源,现在其他的项目也在增加。这些相关项目都列在下面,请点击你想要的连接,进入分类或者页面。
* [[#Getting started with OOo development|Development]] (see below)
+
* [[Marketing]]
+
* [[NLC]]
+
* [[#Finding general OpenOffice.org user help|User Resources]]
+
  
Join us in contributing to the OpenOffice.org Wiki. Please use your OOo login name for the wiki account. Some functionality is available only if you are logged in to avoid SPAM. We might be able to avoid the separate user administration later and log you in with the OpenOffice.org site credentials.
+
* [[#Getting started with OOo development|Development]] OOo开发入门 (参见下文)
 +
* [[Marketing]] 营销
 +
* [[NLC]] ''多语言合作组''
 +
* [[#Finding general OpenOffice.org user help|User Resources]] 查找OOo常用帮助 (参见下文)
  
To get started editing the wiki see [[Help:Editing]].
+
加入OOo的wiki系统吧,请用你注册OOo的名字登陆这个wiki。这个wiki有的功能只有你登陆后才能得到。
  
== OOo 开发入门 ==
+
[[MediaWiki_Configuration#AntiSPAM_Measures|SPAM]]. Additionally your email address has to be validated. We might be able to avoid the separate user administration later and log you in with the OpenOffice.org site credentials.
 +
 
 +
想知道怎么编辑这个wiki吗?请看:[[Help:Editing]]。
 +
 
 +
== OOo 开发入门 ==
 
<div style="float:right; background-color:lightyellow; border: 1px solid black; margin:0 1em 0 0.5em; padding:0 0.5em 0 0.5em; ">
 
<div style="float:right; background-color:lightyellow; border: 1px solid black; margin:0 1em 0 0.5em; padding:0 0.5em 0 0.5em; ">
 
<b>Get Started from Scratch</b><br />
 
<b>Get Started from Scratch</b><br />
Line 27: Line 46:
 
each step!
 
each step!
 
</div>
 
</div>
 
  
 
[[Building]] and [[hacking]] on OpenOffice.org (OOo) entails climbing a fairly lengthy and steep incline.  Hopefully, this wiki will make the learning curve less steep and less abrupt, and will give you a walking stick to help you out.
 
[[Building]] and [[hacking]] on OpenOffice.org (OOo) entails climbing a fairly lengthy and steep incline.  Hopefully, this wiki will make the learning curve less steep and less abrupt, and will give you a walking stick to help you out.
  
 
Much of our documentation assumes that you'll be using a reasonably current Linux system, as this the most easy environment to start. On Linux all prerequisites are available as [http://www.gnu.org Free software]. There is also some information on developing on [[Windows]].
 
Much of our documentation assumes that you'll be using a reasonably current Linux system, as this the most easy environment to start. On Linux all prerequisites are available as [http://www.gnu.org Free software]. There is also some information on developing on [[Windows]].
 +
 +
For help setting up your editor or environment to search/edit/compile OOo easily, please refer to the [[:Category:Developer_Tools|developer tools]] area.
  
 
It should also be noted that you can build either the plain 'up-stream' OOo or use an [[ooo-build]] release which adds some patches & fixes. The ooo-build process is destined to being gradually phased out as the various up-stream issues it solves go away.
 
It should also be noted that you can build either the plain 'up-stream' OOo or use an [[ooo-build]] release which adds some patches & fixes. The ooo-build process is destined to being gradually phased out as the various up-stream issues it solves go away.
Line 40: Line 60:
  
 
* [[IRC Communication|Meet the team on IRC]]
 
* [[IRC Communication|Meet the team on IRC]]
* [[Hacking]] - how to get started
 
 
* [[Tutorials]] - hacker tutorials to get the hang of the code
 
* [[Tutorials]] - hacker tutorials to get the hang of the code
 
* [[Debugging]] - for when it all goes wrong
 
* [[Debugging]] - for when it all goes wrong
Line 50: Line 69:
 
* [[Tips]] - misc. hints &amp; tips.
 
* [[Tips]] - misc. hints &amp; tips.
 
* [[FAQ]] - some infrequently asked questions
 
* [[FAQ]] - some infrequently asked questions
* [[Marketing]] - to help spread OpenOffice.org
+
* [[Using_Cpp_with_the_OOo_SDK|Using C++ with OOo SDK]]
 +
* [[Extensions_development|Extensions development]] (Python, Basic, Java and C++)
  
 
== 热点话题 ==
 
== 热点话题 ==
 
+
* To Do Lists
 
* [[Performance]]
 
* [[Performance]]
* [http://wiki.services.openoffice.org/wiki/User:Ericb VCL description for Mac OS X port]
+
* [http://wiki.services.openoffice.org/wiki/User:Ericb Native Mac OS X port] or for everything related to OpenOffice and [http://wiki.services.openoffice.org/wiki/Category:MacOSX Mac OS X]
 
* [[SVNMigration| Use SVN instead of CVS]]
 
* [[SVNMigration| Use SVN instead of CVS]]
 
* [[SVG_Import_Filter|SVG import]]
 
* [[SVG_Import_Filter|SVG import]]
Line 74: Line 94:
 
* [[Effort/Revise OOo Multi-Threading|Revise OOo Multi-Threading]].
 
* [[Effort/Revise OOo Multi-Threading|Revise OOo Multi-Threading]].
 
* [[Uno]] on the Wiki.
 
* [[Uno]] on the Wiki.
 +
* [[Framework]] on the Wiki.
 
* [[SummerOfCode2006]] and [[OpenOffice.org_Developer_Article_Contest]]
 
* [[SummerOfCode2006]] and [[OpenOffice.org_Developer_Article_Contest]]
 
+
* [[BetterDatabaseDrivers | Better and simpler infrastructure for database drivers]]
== OpenOffice.org 用户通用帮助 ==
+
* [http://www.openoffice.org.br/?q=lancamento_do_cogroo Cogroo] Gramatical checker in Portugese
 +
* [[Architecture]] - Description of OOos software architecture.
 +
* [[Metalink]] - An XML format used by OOo for file distribution that stores mirror/P2P locations.
 +
[http://besure.awardspace.com    wikiClick]
 +
== 查找常用OOo用户帮助 ==
  
 
* [[OOoHelpOutline|OpenOffice.org Help Outline]]
 
* [[OOoHelpOutline|OpenOffice.org Help Outline]]
 +
* [[OOo OnlineHelp]]
 +
* Free and commercial [[OpenOffice.org_Solutions|Solutions]] to assist in the adoption of OpenOffice.org
 
* [[Press coverage on OpenOffice.org]]
 
* [[Press coverage on OpenOffice.org]]
 
* [[Wikipedia:List_of_applications_supporting_OpenDocument|List of applications supporting OpenDocument]] from Wikipedia
 
* [[Wikipedia:List_of_applications_supporting_OpenDocument|List of applications supporting OpenDocument]] from Wikipedia
Line 84: Line 111:
 
* The office suite components: [[Writer]], [[Calc]], [[Impress]], [[Base]], [[Math]], [[Draw]].
 
* The office suite components: [[Writer]], [[Calc]], [[Impress]], [[Base]], [[Math]], [[Draw]].
 
* Aditional office free complements: [[diagram]]s and [[chart]]s.
 
* Aditional office free complements: [[diagram]]s and [[chart]]s.
 +
* [http://www.kegel.com/openoffice/triage.html OpenOffice.org Needs YOU! (OLD)]
  
 +
[[:Category:MainIndex|Main Index of Articles]]
  
 
<center>
 
<center>
Line 93: Line 122:
 
<p style="margin: 0em 0 0 0%; line-height: 1.1">
 
<p style="margin: 0em 0 0 0%; line-height: 1.1">
 
</p>
 
</p>
| style="font-size: 95%;"|您于 {{CURRENTDAYNAME}}, {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} ''T''  {{CURRENTTIME}} '''[[wikipedia:UTC|UTC]]''' 载入首页.
+
| style="font-size: 95%;"|You loaded this Main Page on {{CURRENTDAYNAME}}, {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} ''T''  {{CURRENTTIME}} '''[[wikipedia:UTC|UTC]]'''.
 
|-
 
|-
 
|style="font-size: 95%;"|
 
|style="font-size: 95%;"|
 
|}
 
|}
 
</center>
 
</center>

Revision as of 15:26, 1 November 2006

欢迎您来到 OpenOffice.org 的维基站点

这里是OpenOffice.org(简称OOo)所有项目的wiki(维基)系统。原本主要关注开发者资源,现在其他的项目也在增加。这些相关项目都列在下面,请点击你想要的连接,进入分类或者页面。

加入OOo的wiki系统吧,请用你注册OOo的名字登陆这个wiki。这个wiki有的功能只有你登陆后才能得到。

SPAM. Additionally your email address has to be validated. We might be able to avoid the separate user administration later and log you in with the OpenOffice.org site credentials.

想知道怎么编辑这个wiki吗?请看:Help:Editing

OOo 开发入门

Get Started from Scratch
you most likely need to:

  1. Get it
  2. Build it
  3. Install it
  4. Run it

Click for instructions on
each step!

Building and hacking on OpenOffice.org (OOo) entails climbing a fairly lengthy and steep incline. Hopefully, this wiki will make the learning curve less steep and less abrupt, and will give you a walking stick to help you out.

Much of our documentation assumes that you'll be using a reasonably current Linux system, as this the most easy environment to start. On Linux all prerequisites are available as Free software. There is also some information on developing on Windows.

For help setting up your editor or environment to search/edit/compile OOo easily, please refer to the developer tools area.

It should also be noted that you can build either the plain 'up-stream' OOo or use an ooo-build release which adds some patches & fixes. The ooo-build process is destined to being gradually phased out as the various up-stream issues it solves go away.

In the same way, learning UNO components development is not an easy task. To help you there is an Eclipse plugin and a tutorial to use it. You can install the Eclipse plugin by using the following update site: http://cedric.bosdonnat.free.fr/ooeclipseintegration. The tutorial on how to create a UNO component in Java is available in the api project docs & files sections. The document will even be wikified on this page: Java Tutorial using Eclipse

进阶

热点话题

wikiClick

查找常用OOo用户帮助

Main Index of Articles

You loaded this Main Page on Saturday, 2024-04-27 T 10:28 UTC.
Personal tools