Difference between revisions of "Bg"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Removing all content from page)
Line 1: Line 1:
 +
<!-- Calendar Borrowed by OpenOffice [user:Rfc1394] from Wikipedia [User:Angela] with modifications -->
 +
<div style="float:right; padding-left:5px;">
 +
{| style="text-align:left; border:1px solid #aaaaaa; background-color:#f9f9f9;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="width: 100%;">{{CURRENTYEAR}}</div>
 +
<div style="width: 100%;"> {{CURRENTMONTH}}</div>
 +
<div style="font-size: x-large; width: 100%;">{{CURRENTDAY}}</div>
 +
<div style="background: #aaa; color: #000;">'''{{CURRENTTIME}}''' [[wikipedia:UTC|UTC]]</div>
 +
</div>
 +
|}
 +
</div>
 +
<!-- End of Calendar -->
  
 +
{{DISPLAYTITLE: Начална страница}}
 +
== Добре дошли в Уикипедия за OpenOffice.org ==
 +
__NOTOC__
 +
This wiki is for all projects associated with OpenOffice.org (OOo). It has a good focus on resources for developers. Also other projects work more and more on the wiki. (Most...) are listed here. Click a link to go directly to the page you want.
 +
* [[Certification]]
 +
* [[Community_Council|Community Council]]
 +
* [[#Getting started with OOo development|Development]] (see below)
 +
* [[BG/Documentation|Документация]]
 +
* [[Education Project]]
 +
* [[Marketing]]
 +
* [[NLC]] ''Native-Language Confederation''
 +
* [[Product_Release|Product Releases]]
 +
* [[Quality Assurance]]
 +
* [[Security]]
 +
* [[User_Experience|User Experience (UX)]]
 +
* [[#Finding general OpenOffice.org user help|User Resources]]
 +
* [[Website]]
 +
Join  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 [[MediaWiki_Configuration#AntiSPAM_Measures43q5|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.
 +
 +
To get started editing the wiki see [[Help:Editing]].
 +
 +
== Getting started with OOo development ==
 +
<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 />
 +
you most likely need to:
 +
# [[Getting It|Get it]] 
 +
# [[Building|Build it]] 
 +
# [[Installing|Install it]] 
 +
# [[Running|Run it]]
 +
Click for instructions on <br />
 +
each step!
 +
</div>
 +
 +
[[Building]] and [[hacking]] on [http://www.openoffice.org 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 is the easiest 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]].
 +
 +
[[Education_Project |Education Project]] aims to welcome Students or Teachers who are interested to contribute for code, or whatever concerning Educational system ( see e.g. [[Education_Project/Effort |Education Project Effort]] )
 +
 +
For help setting up your editor or environment to search/edit/compile OOo easily, please refer to the [[:Category:Developer_Tools|developer tools]] area.
 +
 +
Note that you can build either the plain 'up-stream' OOo or use an [[ooo-build]] release which adds some patches & fixes. However, the ooo-build process is destined to being gradually phased out as the various up-stream issues it solves go away.
 +
 +
Remember that learning UNO components development is not an easy task. To help you there is an Eclipse plugin and tutorial. 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 [http://api.openoffice.org/files/documents/22/3216/JavaComponentTuto.odt api project docs & files sections]. The document will even be wikified on this page: [[JavaEclipseTuto | Java Tutorial using Eclipse]]
 +
 +
There exists also an [[OpenOffice_NetBeans_Integration|OpenOffice.org API plugin for NetBeans]] that helps a lot to get started with the API and with developing with and for OpenOffice.org. The plugin provides several wizards that simplify the first steps and help to create full working code skeletons for extensions. Try it out and have fun when you want to develop a Java extension for OpenOffice.org. Feedback is always welcome, help us to improve the plugin and send us new ideas what we can do better!
 +
 +
== Going Further ==
 +
 +
* [[I want to be an OpenOffice.org developer]] - the basic what & where
 +
* [[IRC Communication|Meet the team on IRC]]
 +
* [[Tutorials]] - hacker tutorials to get the hang of the code
 +
* [[Debugging]] - for when it all goes wrong
 +
* [[Tinderbox]] - test new [[CWS|child workspaces]] and show your build logfile to others
 +
* [[Environment Variables]] - a description of handy environment variables used at runtime
 +
* [[Source code directories| A description of the source directories]]
 +
* [[Contributing Patches]] - for when you have something to fold back
 +
* [[Commit Rights]] - An overview of how to attain commit rights, and what to do with them once you get them
 +
* [[Tips]] - misc. hints &amp; tips.
 +
* [[FAQ]] - some infrequently asked questions
 +
* [[Using_Cpp_with_the_OOo_SDK|Using C++ with OOo SDK]]
 +
* [[Extensions_development|Extensions development]] (Python, Basic, Java and C++)
 +
* [[Extensions_development#Ideas|Extensions Ideas]] An ideas section for new extensions '''(NEW)'''
 +
* [[:Category:Localisation|Localisation of OpenOffice.org (under construction)]]
 +
* [[OpenOffice_NetBeans_Integration|OpenOffice.org NetBeans Integration]] - program, extend, and customize OO.org in Java with a modern IDE
 +
* [[OpenOffice_Eclipse_Integration|OpenOffice.org Eclipse Integration]] - program, extend, and customize OOo in Java with Eclipse
 +
* [[Extra Software]] - other open source programs
 +
 +
== Hot Topics ==
 +
* [[Marketing/OnlineConferenceSessions|Online Conference Sessions]] '''(NEW)'''
 +
* [[Extensions development#Ideas|Extensions Ideas]] '''(NEW)'''
 +
* [[To-Dos]]
 +
* [[Performance]]
 +
* [[User:Ericb|Native Mac OS X port]] or for everything related to OpenOffice.org and [[:Category:MacOSX|Mac OS X]]
 +
* [[SCM_Requirements| SCM Requirements]]
 +
* [[SVNMigration| Use SVN instead of CVS]]
 +
* [[SVG_Import_Filter|SVG import]]
 +
* [[Product Release|Product release data]]
 +
* [[Java_and_OpenOffice.org|Java related functionality]]
 +
* [[Cpp Coding Standards|C++ Coding Standards]], [[Writing_warning-free_code|Warning-free Code]] and [[Writing_correct_Cplusplus|Correct C++]]
 +
* [[Syndication|Syndication]] Of OOoAnnouncements
 +
* [[Mono Integration|details on how to get Mono working with OOo]]
 +
* [[Porting_to_x86-64_%28AMD64%2C_EM64T%29|64bit porting]]
 +
* [[VBA|MS Office VBA interoperability]]
 +
* [[Digital Signatures]]
 +
* [[Bibliographic| Bibliographic Project Developer and Documentation pages]]
 +
* [[QA Metrics]]
 +
* [[BuildSpeedup| Make the OO.o build process the coolest on the planet]]
 +
* [[Chart2 | Chart2: The new chart implementation]]
 +
* [[Firefox ODFReader extension]]
 +
* [[Firefox OpenOffice.org extension]] Menu extension with useful OO.o links
 +
* [[Compiler versions used by port maintainers and release engineers]]
 +
* [[Effort/Revise OOo Multi-Threading|Revise OOo Multi-Threading]].
 +
* [[Uno]] on the Wiki.
 +
* [[Framework]] on the Wiki.
 +
* [[Summer_of_Code_2007]] and [[OpenOffice.org_Developer_Article_Contest]]
 +
* [[BetterDatabaseDrivers | Better and simpler infrastructure for database drivers]]
 +
* [http://www.openoffice.org.br/?q=lancamento_do_cogroo Cogroo] grammatical checker in Portuguese
 +
* [[Architecture]] - Description of OOos software architecture.
 +
* [[Metalink]] - An XML format used by OOo for file distribution that stores mirror/P2P locations.
 +
* [[Convert2MediaWiki]] - Informations to convert from OOo to media wiki
 +
* [[Object Inspector]] - Description of an extension to inspect Uno-Objects
 +
* [[OOoCon 2007]] - The OpenOffice Conference 2007
 +
 +
== Finding general OpenOffice.org user help ==
 +
 +
* [[OOoHelpOutline|OpenOffice.org Help Outline]]
 +
* [[OOo OnlineHelp]]
 +
* [http://plan-b-for-openoffice.org/ Technical support] for non technical users
 +
* Free and commercial [[OpenOffice.org_Solutions|Solutions]] to assist in the adoption of OpenOffice.org
 +
* [[Press coverage on OpenOffice.org]]
 +
* [[Wikipedia:List_of_applications_supporting_OpenDocument|List of applications supporting OpenDocument]] from Wikipedia
 +
* [[OASIS]] and [[OpenDocument]]
 +
* The office suite components: [[Writer]], [[Calc]], [[Impress]], [[Base]], [[Math]], [[Draw]], and [[Chart]].
 +
* [http://www.kegel.com/openoffice/triage.html OpenOffice.org Needs YOU! (OLD)]
 +
 +
[[:Category:MainIndex|Main Index of Articles]]
 +
 +
<center>
 +
{|style="border: 1px solid #cfcfbf; padding: .0em .25em .0em; background-color: #f0f0ff; text-align: center;"
 +
|
 +
|-
 +
|
 +
<p style="margin: 0em 0 0 0%; line-height: 1.1">
 +
</p>
 +
| style="font-size: 95%;"|You loaded this Main Page on {{CURRENTDAYNAME}}, {{CURRENTYEAR}}-{{CURRENTMONTH}}-{{CURRENTDAY}} ''T''  {{CURRENTTIME}} '''[[wikipedia:UTC|UTC]]'''.
 +
|-
 +
|style="font-size: 95%;"|
 +
|}
 +
</center>
 +
{{InterWiki Languages}}

Revision as of 17:16, 24 April 2009

Friday
2024
04
19
10:11 UTC


Добре дошли в Уикипедия за OpenOffice.org

This wiki is for all projects associated with OpenOffice.org (OOo). It has a good focus on resources for developers. Also other projects work more and more on the wiki. (Most...) are listed here. Click a link to go directly to the page you want.

Join 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. 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.

To get started editing the wiki see Help:Editing.

Getting started with OOo development

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 is the easiest environment to start. On Linux, all prerequisites are available as Free software. There is also some information on developing on Windows.

Education Project aims to welcome Students or Teachers who are interested to contribute for code, or whatever concerning Educational system ( see e.g. Education Project Effort )

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

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

Remember that learning UNO components development is not an easy task. To help you there is an Eclipse plugin and tutorial. 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

There exists also an OpenOffice.org API plugin for NetBeans that helps a lot to get started with the API and with developing with and for OpenOffice.org. The plugin provides several wizards that simplify the first steps and help to create full working code skeletons for extensions. Try it out and have fun when you want to develop a Java extension for OpenOffice.org. Feedback is always welcome, help us to improve the plugin and send us new ideas what we can do better!

Going Further

Hot Topics

Finding general OpenOffice.org user help

Main Index of Articles

You loaded this Main Page on Friday, 2024-04-19 T 10:11 UTC.
Personal tools