Difference between revisions of "Main Page"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Add link to Source code directories)
 
(143 intermediate revisions by 48 users not shown)
Line 1: Line 1:
== Welcome to the OpenOffice.org wiki  ==
+
{{DISPLAYTITLE:The Apache OpenOffice Wiki}}
 
+
<!-- {{Documentation/Note|If you need to put a note on the home page, uncomment this.}} -->
 
__NOTOC__
 
__NOTOC__
Heading/description of this whole site.  
+
This wiki is for all projects associated with Apache OpenOffice. It has a good focus on resources for developers. Also other projects work more and more on the wiki. Most are listed here.<br >
 +
Questions about the contents of this wiki are welcome here, but requests for user support will get better responses elsewhere: on the users mailing lists, or in the [http://forum.openoffice.org/ User Forum].
 
<div style="float: right; width: 300px;">
 
<div style="float: right; width: 300px;">
{{TopTenViews}} 
 
 
 
</div>  
 
</div>  
 
{| align="center" cellspacing="0" cellpadding="0" style="border: 0px solid rgb(102, 102, 102);"
 
{| align="center" cellspacing="0" cellpadding="0" style="border: 0px solid rgb(102, 102, 102);"
 
|- valign="top"
 
|- valign="top"
| style="width: 35%; padding-right: 15px;" | <div style="border-style: solid solid none; border-color: rgb(155, 192, 245) rgb(155, 192, 245) -moz-use-text-color; border-width: 1px 1px medium; padding: 5px; font-size: 120%; font-weight: bold; background-color: rgb(203, 222, 250);">Published Works</div> <div style="border: 1px solid rgb(155, 192, 245); padding: 5px 5px 10px;">
+
| style="width: 35%; padding-right: 15px;" | <div style="border-style: solid solid none; border-color: rgb(155, 192, 245) rgb(155, 192, 245) -moz-use-text-color; border-width: 1px 1px medium; padding: 5px; font-size: 120%; font-weight: bold; background-color: rgb(203, 222, 250);">Participation</div> <div style="border: 1px solid rgb(155, 192, 245); padding: 5px 5px 10px;">
 
*[[Communication]]  
 
*[[Communication]]  
 
*[http://qa.openoffice.org/issue_handling/pre_submission.html Report a Bug]
 
*[http://qa.openoffice.org/issue_handling/pre_submission.html Report a Bug]
 +
*[[Development|Getting started with Apache OpenOffice Development]] and [[Documentation/Building_Guide_AOO|Building guide]]
 +
*[http://openoffice.apache.org/orientation/ Orientation] for new volunteers in any fields
 +
</div> <div style="border-style: none solid; border-color: -moz-use-text-color rgb(155, 192, 245); border-width: medium 1px; padding: 5px; font-size: 120%; font-weight: bold; background-color: rgb(203, 222, 250);">Get latest released software</div> <div style="border: 1px solid rgb(155, 192, 245); padding: 5px 5px 10px;">
  
*Overview over active Efforts (aka Projects) in the Wiki: [[Efforts]]
+
*For the most current release and all language packs see the [http://download.openoffice.org Download website]  
**[[Performance...screw you]]
+
*Older released versions in the [https://www.openoffice.org/download/archive.html archive]  
**[[Education_Project/Effort |Education]]
+
*Latest [https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds Developer Snapshot Builds]  
**[[Renaissance]]
+
</div>
**[[Certification]]
+
<div style="border-style: none solid; border-color: -moz-use-text-color rgb(155, 192, 245); border-width: medium 1px; padding: 5px; font-size: 120%; font-weight: bold; background-color: rgb(203, 222, 250);">Index</div> <div style="border: 1px solid rgb(155, 192, 245); padding: 5px 5px 10px;">
**[[Build Environment]]
+
* [[:Category:MainIndex|Main Index of Articles]]
*Getting started with the OpenOffice.org Development
+
* [[Wiki/statistics|Statistics of activity on the wiki]]
**[[I want to be an OpenOffice.org developer]] - the basic what &amp; where
+
* [https://cwiki.apache.org/confluence/display/OOOUSERS/IP_Clearance IP Clearance] to Apache compliant licenses
**[[Tutorials]] - hacker tutorials to get the hang of the code
+
</div>
**[[Debugging]] - for when it all goes wrong
+
| style="width: 35%; padding-right: 15px;" | <div style="border-style: solid solid none; border-color: rgb(155, 192, 245) rgb(155, 192, 245) -moz-use-text-color; border-width: 1px 1px medium; padding: 5px; font-size: 120%; font-weight: bold; background-color: rgb(203, 222, 250);">Documentation</div> <div style="border: 1px solid rgb(155, 192, 245); padding: 5px 5px 10px;">
**[[Environment Variables]] - a description of handy environment variables used at runtime
+
* For Users:
**[[Source code directories|A description of the source directories]]
+
** [[Documentation|User Guides, FAQs, and HowTos]]
**[[Contributing Patches]] - for when you have something to fold back
+
** [http://support.openoffice.org/ Support]
**[[Commit Rights]] - An overview of how to attain commit rights, and what to do with them once you get them
+
* For Advanced Users:
**[[Tips]] - misc. hints &amp; tips.
+
** [[Documentation/Administration_Guide|Administration Guide]]
*[http://l10n.openoffice.org Getting started] with a new Localization of OpenOffice.org
+
** [[Documentation/BASIC_Guide|BASIC Guide]]
*[[Features|Roadmap]]  
+
** [[Documentation/DevGuide| Development Guide]]
*[http://marketing.openoffice.org/ooocon2009/cfl/orvieto.html OpenOffice.org Conference 2009 in Orvieto, Italy]
+
* For Developers
 
+
** [https://www.openoffice.org/marketing/ooocon2006/presentations/tuesday_d2.pdf OpenOffice Architecture: Run Through the Jungle]
The main pages of the active Projects should be tagged the Category Projects to get listed here.
+
** [[Documentation/DevGuide| Development Guide]]
</div> <div style="border-style: none solid; border-color: -moz-use-text-color rgb(155, 192, 245); border-width: medium 1px; padding: 5px; font-size: 120%; font-weight: bold; background-color: rgb(203, 222, 250);">News</div> <div style="border: 1px solid rgb(155, 192, 245); padding: 5px 5px 10px;">
+
** [https://wiki.openoffice.org/wiki/Extensions_development Extensions Development]
June 15th: new wiki main page
+
** [[Documentation/Building_Guide_AOO| Building Guide]]
</div> <div style="border-style: none solid; border-color: -moz-use-text-color rgb(155, 192, 245); border-width: medium 1px; padding: 5px; font-size: 120%; font-weight: bold; background-color: rgb(203, 222, 250);">Get Development Snapshots</div> <div style="border: 1px solid rgb(155, 192, 245); padding: 5px 5px 10px;">
+
** [[QA/test_automation_guide| Test Automation]]
Get latest development software
+
** [[:Category:Build System|Build System]]
 
+
** [[Architecture]] - Description of AOO's software architecture.
*Latest Snapshot builds [http://download.openoffice.org/next Snapshots]  
+
** [[Source_code_directories|Source code directories]]
*[ftp://qa-upload.services.openoffice.org Child workspace] cws builds, login with ooo-account
+
*[http://archive.services.openoffice.org/pub/openoffice-archive/ archived OpenOffice.org versions]  
+
*For releases see [http://download.openoffice.org Download Central]  
+
*[[Download OpenOffice.org LanguagePacks|Download Language Packs]]
+
 
</div>  
 
</div>  
<br>
+
|}
  
| style="width: 35%; padding-right: 15px;" | <div style="border-style: solid solid none; border-color: rgb(155, 192, 245) rgb(155, 192, 245) -moz-use-text-color; border-width: 1px 1px medium; padding: 5px; font-size: 120%; font-weight: bold; background-color: rgb(203, 222, 250);">Teams</div> <div style="border: 1px solid rgb(155, 192, 245); padding: 5px 5px 10px;">
 
*Development
 
**[[Framework|Framework Project]]
 
*[[Quality Assurance|QA Quality Assurance]]
 
*[[Education Project|Education Project]]: bridge between Educational World and OpenOffice.org Project
 
*Community Council [http://council.openoffice.org/ Council Home Page]
 
**[[The OpenOffice.org Community Council Agenda|Community Council Agenda]]
 
**[[Community Council Minutes|Community Council Minutes ]]
 
*Release Status Meeting
 
**[[ReleaseStatus Minutes|Release Status Meeting Minutes]]
 
**[[Product Release|Product Releases]]
 
*Engineering Steering Committee ([http://council.openoffice.org/esc/ ESC])
 
**[[ESC minutes|ESC minutes]]
 
*[[Extensions/website|Extensions Website Team]]
 
*[[Marketing]]
 
**[[Art]]
 
*[[NLC]] ''Native-Language Confederation''
 
*[[User Experience|User Experience (UX)]]
 
*[[Website]]
 
*People
 
**[[Bios]]
 
</div> <div style="border-style: none solid; border-color: -moz-use-text-color rgb(155, 192, 245); border-width: medium 1px; padding: 5px; font-size: 120%; font-weight: bold; background-color: rgb(203, 222, 250);">Documentation</div> <div style="border: 1px solid rgb(155, 192, 245); padding: 5px 5px 10px;">
 
*User [[Documentation|Documentation]]<br>
 
*[[:Category:Build System|Build System]]
 
*[[:Category:Localization|Localization]]
 
*KnowHow
 
**[[Compiler versions used by port maintainers and release engineers]]
 
**[[Writing warning-free code|Warning-free Code]] and [[Writing correct Cplusplus|Correct C++]]
 
**[[Architecture]] - Description of OOos software architecture.
 
*OpenOffice.org User Help
 
**[[OOoHelpOutline|OpenOffice.org Help Outline]]
 
**[[Documentation/Dashboard/Application_Online_Help|OOo OnlineHelp]]
 
**[http://support.openoffice.org/ Support]<br>
 
**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]].
 
*Processes
 
</div>
 
 
<br>  
 
<br>  
<div style="border-style: solid solid none; border-color: rgb(155, 192, 245) rgb(155, 192, 245) -moz-use-text-color; border-width: 1px 1px medium; padding: 5px; font-size: 120%; font-weight: bold; background-color: rgb(203, 222, 250);">How-Tos</div> <div style="border: 1px solid rgb(155, 192, 245); padding: 5px 5px 10px;">
 
*Howto
 
*Tips and Tricks
 
**[[Using Categories]]
 
</div>
 
|}
 
 
<br> [[:Category:MainIndex|Main Index of Articles]]
 
 
<center>
 
<center>
 
{| style="border: 1px solid rgb(207, 207, 191); padding: 0em 0.25em; background-color: rgb(240, 240, 255); text-align: center;"
 
{| style="border: 1px solid rgb(207, 207, 191); padding: 0em 0.25em; background-color: rgb(240, 240, 255); text-align: center;"
Line 109: Line 59:
 
</center>  
 
</center>  
 
{{InterWiki Languages}}
 
{{InterWiki Languages}}
 +
[[Category:MainIndex]][[Category:Outdated]]

Latest revision as of 16:18, 31 December 2022


This wiki is for all projects associated with Apache OpenOffice. It has a good focus on resources for developers. Also other projects work more and more on the wiki. Most are listed here.
Questions about the contents of this wiki are welcome here, but requests for user support will get better responses elsewhere: on the users mailing lists, or in the User Forum.

Participation
Get latest released software
Index
Documentation



You loaded this Main Page on Saturday, 2024-05-4 T 07:27 UTC.
Personal tools