Misplaced Pages

OpenOffice.org

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an old revision of this page, as edited by Gronky (talk | contribs) at 12:13, 15 February 2008 (undo removal of "GNU/", per Jimbo's comment Portal_talk:Free_software#About_GNU.2FLinux_terminology). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 12:13, 15 February 2008 by Gronky (talk | contribs) (undo removal of "GNU/", per Jimbo's comment Portal_talk:Free_software#About_GNU.2FLinux_terminology)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
OpenOffice.org
OpenOffice.org Writer editing a text document under Ubuntu
Developer(s)Sun Microsystems in collaboration with the community
Stable release2.3.1 / December 4, 2007 (2007-12-04)
Operating systemCross-platform
TypeOffice suite
LicenseGNU Lesser General Public License
Websitehttp://www.openoffice.org/

OpenOffice.org (OO.o or OOo) is an office application suite available for a number of different computer operating systems. It supports the OpenDocument standard for data interchange as its default file formats, as well as Microsoft Office '97-2003 formats, among many others.

OpenOffice.org is based on StarOffice, an office suite developed by StarDivision and acquired by Sun Microsystems in August 1999. The source code of the suite was released in July 2000 with the aim of reducing the dominant market share of Microsoft Office by providing a free, open and high-quality alternative. OpenOffice.org is free software, available under the GNU Lesser General Public License (LGPL).

The project and software are informally referred to as OpenOffice, but this term is a trademark held by another party, requiring the project to adopt OpenOffice.org as its formal name.

Features

OpenOffice.org Writer editing an HTML document

According to its mission statement, the OpenOffice.org project aims "To create, as a community, the leading international office suite that will run on all major platforms and provide access to all functionality and data through open-component based APIs and an XML-based file format."

OpenOffice.org aims to compete with Microsoft Office and emulate its look and feel where suitable. It can read and write most of the file formats found in Microsoft Office, and many other applications; an essential feature of the suite for many users. OpenOffice.org has been found to be able to open files of older versions of Microsoft Office and damaged files that newer versions of Microsoft Office itself cannot open. However, it cannot open older Word for Macintosh (MCW) files.

Platforms

Platforms for which OO.o is available include Microsoft Windows, GNU/Linux, Solaris, BSD, OpenVMS, OS/2 and IRIX. The current primary development platforms are Microsoft Windows, GNU/Linux and Solaris.

A port for Mac OS X exists for OS X machines which have the X Window System component installed. A port to OS X's native Aqua user interface is in progress, and is scheduled for completion for the 3.0 milestone. NeoOffice is an independent fork of OpenOffice, specially adapted for Mac OS X.

Components

OpenOffice.org is a collection of applications that work together closely to provide the features expected from a modern office suite. Many of the components are designed to mirror those available in Microsoft Office. The components available include:

Writer
A word processor similar in look and feel to Microsoft Word and offering a comparable range of functions and tools. It also includes the ability to export Portable Document Format (PDF) files with no additional software, and can also function as a WYSIWYG editor for creating and editing web pages. One important difference between Writer and Microsoft Word is that in Writer, many functions and number formats from Calc (below) are available in Writer’s tables.
Calc
A spreadsheet similar to Microsoft Excel with a roughly equivalent range of features. Calc provides a number of features not present in Excel, including a system which automatically defines series for graphing, based on the layout of the user’s data. Calc is also capable of writing spreadsheets directly as a PDF file.
Impress
A presentation program similar to Microsoft PowerPoint. It can export presentations to Adobe Flash (SWF) files allowing them to be played on any computer with the Flash player installed. It also includes the ability to create PDF files, and the ability to read Microsoft PowerPoint's .ppt format. Impress suffers from a lack of ready-made presentation designs. However, templates are readily available on the Internet.
Base
A database program similar to Microsoft Access. Base allows the creation and manipulation of databases, and the building of forms and reports to provide easy access to data for end-users. As with Access, Base may be used as a front-end to a number of different database systems, including Access databases (JET), ODBC data sources and MySQL/PostgreSQL. Base became part of the suite starting with version 2.0. Native to the OpenOffice.org suite is an adaptation of HSQL. While ooBase can be a front-end for any of the databases listed, there is no need for any of them to be installed.
Draw
A vector graphics editor comparable in features to early versions of CorelDRAW. It features versatile "connectors" between shapes, which are available in a range of line styles and facilitate building drawings such as flowcharts. It has similar features to Desktop publishing software such as Scribus and Microsoft Publisher.
Math
A tool for creating and editing mathematical formulae, similar to Microsoft Equation Editor. Formulae can be embedded inside other OpenOffice.org documents, such as those created by Writer. It supports multiple fonts and can export to PDF.
QuickStarter
A small program for Windows and GNU/Linux that runs when the computer starts for the first time. It loads the core files and libraries for OpenOffice.org during computer startup and allows the suite applications to start more quickly when selected later. The amount of time it takes to open OpenOffice.org applications was a common complaint in version 1.0 of the suite, and Quickstarter was a solution of sorts. Substantial improvements were made in this area for version 2.2.
The macro recorder
Is used to record user actions and replay them later to help with automating tasks, using OOoBasic.

It is not possible to download these components individually on Windows, though they can be installed separately. Most GNU/Linux distributions break the components into individual packages which may be downloaded and installed separately.

OpenOffice.org Basic

Main article: StarOffice Basic

OpenOffice.org Basic is a programming language similar to Microsoft Visual Basic for Applications (VBA) based on StarOffice Basic. In addition to the macros, the upcoming Novell edition of OpenOffice.org 2.0 supports running Microsoft VBA macros, a feature expected to be incorporated into the mainstream version soon.

OpenOffice.org Basic is available in the Writer and Calc applications. It is written in functions called subroutines or macros, with each macro performing a different task, such as counting the words in a paragraph. OpenOffice.org Basic is especially useful in doing repetitive tasks that have not been integrated in the program.

As the OpenOffice.org database, called "Base", uses documents created under the Writer application for reports and forms, one could say that Base can also be programmed with OpenOffice.org Basic.

File formats

OpenOffice.org pioneered the ISO/IEC standard OpenDocument file formats (ODF), which it uses natively, by default. It also supports reading (and in some cases writing) a large number of legacy proprietary file formats (e.g.: WordPerfect, StarOffice, Lotus software, MS Works, Rich Text Format), most notably including Microsoft Office formats after which the OpenDocument specification was "approved for release as an ISO and IEC International Standard" under the name ISO/IEC 26300:2006..

Microsoft Office interoperability

In response to Microsoft's recent movement towards using the Office Open XML format in Microsoft Office 2007, Novell has released an Office Open XML converter for OOo under a liberal BSD license (along with GNU GPL and LGPL licensed libraries), that will be submitted for inclusion into the OpenOffice.org project. This allows OOo to read and write Microsoft OpenXML-formatted word processing documents (.docx) in OpenOffice.org. Currently it works only with the latest Novell edition of OpenOffice.org.

Sun Microsystems has developed an ODF plugin for Microsoft Office which enables users of Microsoft Office Word, Excel and PowerPoint to read and write ODF documents. The plugin currently works with Microsoft Office 2003, Microsoft Office XP and Microsoft Office 2000. Support for Microsoft Office 2007 is only available in combination with Microsoft Office 2007 SP1.

Several software companies (including Microsoft and Novell) are working on an add-in for Microsoft Office that allows reading and writing ODF files. Currently it works only for Microsoft Word 2007 / XP / 2003.

Microsoft provides a compatibility pack to read and write Office Open XML files with Office 2000, XP and 2003. The compatibility pack can also be used as a stand-alone converter with Microsoft Office 97. This might be helpful to convert older Microsoft Office files via Office Open XML to ODF if a direct conversion doesn't work as expected.

History

OpenOffice.org versions
Version Release Date Description
Build 638c October 2001 The first milestone release
1.0 May 1, 2002
1.0.3.1 May 2, 2003 Recommended for Windows 95
1.1 September 2, 2003
1.1.1 March 30, 2004 Bundled with TheOpenCD
1.1.3 October 4, 2004
1.1.4 December 22, 2004
1.1.5 September 14, 2005 Last release for 1.x product line
It can edit OpenOffice.org 2 files
1.1.5secpatch July 4, 2006 Security patch (macros)
2.0 October 20, 2005 Milestone
2.0.1 December 21, 2005
2.0.2 March 8, 2006
2.0.3 June 29, 2006
2.0.4 October 13, 2006
2.1.0 December 12, 2006
2.2.0 March 28, 2007 Included a security update;
Reintroduced font kerning
2.2.1 June 12, 2007
2.3.0 September 17, 2007 Updated charting component
2.3.1 December 4, 2007 Stability and security update

Originally developed as the proprietary software application suite StarOffice by the German company StarDivision, the code was purchased in 1999 by Sun Microsystems. In August 1999 version 5.2 of StarOffice was made available free of charge.

On July 19, 2000, Sun Microsystems announced that it was making the source code of StarOffice available for download under both the LGPL and the Sun Industry Standards Source License (SISSL) with the intention of building an open source development community around the software. The new project was known as OpenOffice.org, and its website went live on October 13, 2000.

Work on version 2.0 began in early 2003 with the following goals: better interoperability with Microsoft Office; better performance, with improved speed and lower memory usage; greater scripting capabilities; better integration, particularly with GNOME; an easier-to-find and use database front-end for creating reports, forms and queries; a new built-in SQL database; and improved usability. A beta version was released on March 4, 2005.

On September 2, 2005 Sun announced that it was retiring the SISSL. As a consequence, the OpenOffice.org Community Council announced that it would no longer dual license the office suite, and future versions would use only the LGPL.

On October 20, 2005, OpenOffice.org 2.0 was formally released to the public. Eight weeks after the release of Version 2.0, an update, OpenOffice.org 2.0.1, was released. It fixed minor bugs and introduced new features.

As of the 2.0.3 release, OpenOffice.org changed its release cycle from 18-months to releasing updates, feature enhancements and bug fixes every three months.

StarOffice

Sun subsidizes the development of OpenOffice.org in order to use it as a base for its commercial proprietary StarOffice application software. Releases of StarOffice since version 6.0 have been based on the OpenOffice.org source code, with some additional proprietary components, including:

  • Additional bundled fonts (especially East Asian language fonts).
  • Adabas D database.
  • Additional document templates.
  • Clip art.
  • Sorting functionality for Asian versions.
  • Additional file filters.
  • Migration assessment tool (Enterprise Edition).
  • Macro migration tool (Enterprise Edition).
  • Configuration management tool (Enterprise Edition).

OpenOffice.org, therefore, inherited many features from the original StarOffice upon which it was based including the OpenOffice.org XML file format which it retained until version 2, when it was replaced by OpenDocument.

Development

Overview

The OpenOffice.org API is based on a component technology known as Universal Network Objects (UNO). It consists of a wide range of interfaces defined in a CORBA-like interface description language.

The document file format used is based on XML and several export and import filters. All external formats read by OpenOffice.org are converted back and forth from an internal XML representation. By using compression when saving XML to disk, files are generally smaller than the equivalent binary Microsoft Office documents. The native file format for storing documents in version 1.0 was used as the basis of the OASIS OpenDocument file format standard, which has become the default file format in version 2.0.

Development versions of the suite are released every few weeks on the developer zone of the OpenOffice.org website. The releases are meant for those who wish to test new features or are simply curious about forthcoming changes; they are not suitable for production use.

Native desktop integration

OpenOffice.org 1.0 was criticized for not having the look and feel of applications developed natively for the platforms on which it runs. Starting with version 2.0, OpenOffice.org uses native widget toolkit, icons, and font-rendering libraries across a variety of platforms, to better match native applications and provide a smoother experience for the user. There are projects underway to further improve this integration on both GNOME and KDE.

This issue has been particularly pronounced on Mac OS X, whose standard user interface looks noticeably different from either Windows or X11-based desktop environments and requires the use of programming toolkits unfamiliar to most OpenOffice.org developers. There are two implementations of OpenOffice.org available for OS X:

OpenOffice.org Mac OS X (X11)
This official implementation requires the installation of X11.app or XDarwin, and is a close port of the well-tested Unix version. It is functionally equivalent to the Unix version, and its user interface resembles the look and feel of that version; for example, the application uses its own menu bar instead of the OS X menu at the top of the screen. It also requires system fonts to be converted to X11 format for OpenOffice.org to use them (which can be done during application installation).
OpenOffice.org Aqua
After a first step (completed) using Carbon, OpenOffice.org Aqua switched for Cocoa technology, and an Aqua version (based on Cocoa) is also being developed under the aegis of OpenOffice.org, with an Alpha version currently available. Sun Microsystems is collaborating with OOo to further development of the Aqua version of OpenOffice.org for Mac.

Future

Among the planned features for OOo 3.0, set to be released by September 2008 , are:

  • Personal Information Manager (PIM), probably based on Thunderbird/Lightning
  • PDF import into Draw (to maintain correct layout of the original PDF)
  • Web 2.0 support for weblogs and wikis
  • Office 2007 OOXML document import filter
  • Support for Mac OS X Aqua platform
  • Redesigned, more modern GUI.

Other projects

NeoOffice

This independent port integrates with OS X’s Aqua user interface using Java, Carbon and (increasingly) Cocoa toolkits. NeoOffice adheres fairly closely to OS X UI standards (for example, using native pull-down menus), and has direct access to OS X’s installed fonts and printers. Its releases lag behind the official OpenOffice.org X11 releases, due to its small development team and the concurrent development of the technology used to port the user interface.

Other projects run alongside the main OpenOffice.org project and are easier to contribute to. These include documentation, internationalization and localization and the API.

OpenGroupware.org

A set of extension programs to allow the sharing of OpenOffice.org documents, calendars, address books, e-mails, instant messaging and blackboards, and provide access to other groupware applications.

There is also an effort to create and share assorted document templates and other useful additions at OOExtras.

A set of Perl extensions is available through the CPAN in order to allow OpenOffice.org document processing by external programs. These libraries do not use the OpenOffice.org API. They directly read or write the OpenOffice.org files using Perl standard file compression/decompression, XML access and UTF-8 encoding modules.

Portable

A distribution of OpenOffice.org called OpenOffice.org Portable is designed to run the suite from a USB flash drive.

OxygenOffice Professional

An enhancement of OpenOffice.org, providing:

  • Possibility to run Visual Basic for Application (VBA) macros in Calc (for testing)
  • Improved Calc HTML export
  • Enhanced Access support for Base
  • Security fixes
  • Enhanced performance
  • Enhanced color-palette
  • Enhanced help menu, additional User’s Manual, and extended tips for beginners

Optionally it provides, free for personal and professional use:

  • More than 3,200 graphics, both clip art and photos.
  • Several templates and sample documents
  • Over 90 free fonts.
  • Additional tools like OOoWikipedia

Extensions

Since version 2.0.4, OpenOffice.org has supported extensions in a similar manner to Mozilla Firefox.

The OpenOffice.org Bibliographic Project

This aims to incorporate a powerful reference management software into the suite. The new major addition is slated for inclusion with the standard OpenOffice.org release on late-2007 to mid-2008, or possibly later depending upon the availability of programmers.

Security

OpenOffice.org includes a security team, and as of September 2007 the security organization Secunia reports no known unpatched security flaws for the software. Kaspersky Lab has shown a proof of concept virus for OpenOffice.org. This shows OOo viruses are possible, but there is no known virus "in the wild".

In a private meeting of the French Ministry of Defense, macro-related security issues were raised. OpenOffice.org developers have responded and noted that the supposed vulnerability had not been announced through "well defined procedures" for disclosure and that the ministry had revealed nothing specific. However, the developers have been in talks with the researcher concerning the supposed vulnerability.

Ownership

The project and software are informally referred to as OpenOffice, but project organizers report that this term is a trademark held by another party, requiring them to adopt OpenOffice.org as its formal name. (Due to a similar trademark issue, the Brazilian Portuguese version of the suite is distributed under the name BrOffice.org.)

Development is managed by staff members of StarOffice. Some delay and difficulty in implementing external contributions to the core codebase (even those from the project's corporate sponsors) has been noted.

Currently, there are several derived and/or proprietary works based on OOo, with some of them being:

In May 23, 2007, the OpenOffice.org community and Redflag Chinese 2000 Software Co, Ltd. announced a joint development effort focused on integrating the new features that have been added in the RedOffice localization of OpenOffice.org, as well as quality assurance and work on the core applications. Additionally, Redflag Chinese 2000 made public its commitment to the global OO.o community stating it would "strengthen its support of the development of the world's leading free and open source productivity suite", adding around 50 engineers (that have been working on RedOffice since 2006) to the project.

In September 10, 2007, the OO.o community announced that IBM had joined to support the development of OpenOffice.org. "IBM will be making initial code contributions that it has been developing as part of its Lotus Notes product, including accessibility enhancements, and will be making ongoing contributions to the feature richness and code quality of OpenOffice.org. Besides working with the community on the free productivity suite's software, IBM will also leverage OpenOffice.org technology in its products" as has been seen with Lotus Symphony. Sean Poulley, the vice president of business and strategy in IBM's Lotus Software division said that IBM plans to take a leadership role in the OpenOffice.org community together with other companies such as Sun Microsystems. IBM will work within the leadership structure that exists.

As of October 02, 2007, Michael Meeks announced (and generated an answer by Sun's Simon Phipps and Mathias Bauer) a derived OpenOffice.org work, under the wing of his employer Novell, with the purpose of including new features and fixes that do not get easily integrated in the OOo-build up-stream core. The work is called Go-OO (http://go-oo.org/) a name under which alternative OO.o software has been available for five years. The new features are shared with Novell's edition of OOo and include:

  • VBA macros support.
  • Faster start up time.
  • "A linear optimization solver to optimize a cell value based on arbitrary constraints built into Calc".
  • Multimedia content supports into documents, using the gstreamer multimedia framework.
  • Support for Microsoft Works formats, WordPerfect graphics (WPG format) and T602 files imports.

Reactions

Federal Computer Week issue listed OpenOffice.org as one of the "5 stars of open-source products." In contrast, OpenOffice.org was used in 2005 by The Guardian newspaper to illustrate what it claims are the limitations of open-source software, although the article does finish by stating that the software may be better than MS Word for books.

Market share

Although Microsoft Office retains 95% of the general market as measured by revenue, OpenOffice.org and StarOffice have secured 14% of the large enterprise market as of 2004 and 19% of the small to midsize business market in 2005. The OpenOffice.org web site reports more than 98 million downloads.

Other large scale users of OpenOffice.org include Singapore’s Ministry of Defence, and Bristol City Council in the UK. In France, OpenOffice.org has attracted the attention of both local and national government administrations who wish to rationalize their software procurement, as well as have stable, standard file formats for archival purposes. It is now the official office suite for the French Gendarmerie. Several government organizations in India, such as IIT Bombay (a renowned technical institute), the Supreme Court of India, the Allahabad High Court, which use GNU/Linux, completely rely on OpenOffice.org for their administration.

On October 4, 2005, Sun and Google announced a strategic partnership. As part of this agreement, Sun will add a Google search bar to OpenOffice.org, Sun and Google will engage in joint marketing activities as well as joint research and development, and Google will help distribute OpenOffice.org.

Besides StarOffice, there are still a number of OpenOffice.org derived commercial products. Most of them are developed under SISSL license (which is valid up to OpenOffice.org 2.0 Beta 2). In general they are targeted at local or niche market, with proprietary add-ons such as speech recognition module, automatic database connection, or better CJK support.

In July 2007 Everex, a division of First International Computer and the 9th largest PC supplier in the U.S., began shipping systems preloaded with OpenOffice.org 2.2 into Wal-Mart and Sam's Club throughout North America.

In September 2007 IBM announced that it would supply and support OpenOffice.org branded as Lotus Symphony, and integrated into Lotus Notes. IBM also announced 35 developers would be assigned to work on OpenOffice.org, and that it would join the OpenOffice.org foundation. Commentators noted parallels between IBM's 2000 support of GNU/Linux and this announcement.

Java controversy

In the past OpenOffice.org was criticized for an increasing dependency on the Java Runtime Environment which was not free software. That Sun Microsystems is both the creator of Java and the chief supporter of OpenOffice.org drew accusations of ulterior motives for this technology choice.

Version 1 depended on the Java Runtime Environment (JRE) being present on the user’s computer for some auxiliary functions, but version 2 increased the suite’s use of Java requiring a JRE. In response, Red Hat increased their efforts to improve free Java implementations. Red Hat’s Fedora Core 4 (released on June 13, 2005) included a beta version of OpenOffice.org version 2, running on GCJ and GNU Classpath.

The issue of OpenOffice.org’s use of Java came to the fore in May 2005, when Richard Stallman appeared to call for a fork of the application in a posting on the Free Software Foundation website. This led to discussions within the OpenOffice.org community and between Sun staff and developers involved in GNU Classpath, a free replacement for Sun’s Java implementation. Later that year, the OpenOffice.org developers also placed into their development guidelines various requirements to ensure that future versions of OpenOffice.org could be run on free implementations of Java and fixed the issues which previously prevented OpenOffice.org 2.0 from using free software Java implementations.

On November 13, 2006, Sun committed to releasing Java under the GNU General Public License in the near future. This process would end OpenOffice.org's dependence on non-free software.

Between November 2006 and May 2007, Sun Microsystems made available most of their Java technologies under the GNU General Public License, in compliance with the specifications of the Java Community Process, thus making almost all of Sun's Java also free software.

The following areas of OpenOffice.org 2.0 depend on the JRE being present:

A common point of confusion is that mail merge to generate emails requires the Java API JavaMail in StarOffice; however, as of version 2.0.1, OpenOffice.org uses a Python-component instead.

Complementary software

OpenOffice.org provides replacement for MS Office's Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Access, Microsoft Equation Editor and Microsoft Visio. But to level the equivalent functionality from the rest of MS Office, OOo can be complemented with other open source programs such as:

Speed and memory issues

OpenOffice.org has been criticized for slow boot up times and extensive CPU and RAM usage in comparison to other competitive software such as Microsoft Office. In comparison, tests between OpenOffice.org 2.2 and Microsoft Office 2007 have found that OpenOffice.org takes approximately 2 times the processing time and memory to load an application itself along with a blank file; and took approximately 4.7 times the processing time and 3.9 times the memory to open an extremely large spreadsheet file. Critics have pointed to excessive code bloat and OpenOffice.org's loading of the Java Runtime Environment as possible reasons for the slow speeds and excessive memory usage.

See also

References

  1. "Why should we say "OpenOffice.org" instead of simply "OpenOffice"". OpenOffice.org Frequently Asked Questions. Retrieved 2006-06-05.
  2. "OpenOffice.org community announces OpenOffice.org 1.0: free office productivity software". 2002-04-30. Retrieved 2007-03-16.
  3. Gennick, Jonathan (May 2, 2003). "OpenOffice.org Saves my Day, Again". {{cite web}}: Check date values in: |date= (help)
  4. "Can't open Word for Mac 5 file". OpenOffice.org IssueZilla. Retrieved 2006-04-20.
  5. "porting: The OpenOffice.org Porting Project: home". Retrieved 2007-03-31.
  6. "OpenOffice.org Mac OS X Delivery Schedule". Retrieved 2007-10-07.
  7. Caludio's personal hideout: Templates for Openoffice Impress
  8. Presentation templates at OpenOffice.org
  9. Impress Templates - User/Template
  10. Novell announces VBA macro support
  11. Bain, Mark Alexander. "NewsForge | An introduction to OpenOffice.org Basic". Retrieved 2007-03-03.
  12. ISO/IEC SC34 Secretariat (2006-06-13). "Summary of Voting on DIS ISO/IEC 26300 - Open Document Format for Office Applications (OpenDocument) v1.0". ISO/IEC JTC 1/SC 34 Document Repository. Retrieved 2006-08-24.{{cite web}}: CS1 maint: numeric names: authors list (link)
  13. "ISO and IEC approve OpenDocument OASIS standard for data interoperability of office applications". ISO Press Releases. ISO. 2006-05-08. Retrieved 2006-08-24.
  14. "Download OpenOffice.org–OpenXML translator". Novell. Retrieved 2007-03-02.
  15. "Sun ODF Plugin 1.0 for Microsoft Office". Sun Microsystems. Retrieved 2007-09-04.
  16. "OpenXML/ODF Translator Add-ins for Office". Retrieved 2007-09-04.
  17. "Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats (Version 3)". Microsoft. 2007-06-18. Retrieved 2007-09-04.
  18. Espiner, Tom (2007-04-04). "New OpenOffice version includes security upgrades". CNET. Retrieved 2007-08-10.
  19. "Sun announces the SISSL retirement". Retrieved 2005-09-03.
  20. "OpenOffice.org community council announcement of license change". Retrieved 2005-09-03.
  21. OpenOffice.org 2.0 Is Here (OpenOffice.org 2.0 Announcement), by OpenOffice.org, October 20, 2005
  22. OpenOffice aims to boost lagging performance, URL accessed on 20 April, 2006.
  23. GNOME/OpenOffice.org integration
  24. KDE Integration Project
  25. Hollmichel, Martin (mh) (2007-08-29). "Download OpenOffice.org for Mac OS X Aqua". porting.openoffice.org. Retrieved 2007-09-09.
  26. OpenOffice.org 3.0 and Beyond
  27. OOoRelease30
  28. Information about NeoOffice
  29. The OOExtras site, URL accessed on 20 April 2006.
  30. CPAN OpenOffice Perl extensions
  31. the Portable Office site, URL accessed on 20 April 2006.
  32. Rosenblatt, Seth (24 November 2007). "The Daily Download: Oxygen breathes more live into OpenOffice". download.com. Retrieved 2007-11-24.
  33. Bergmann, Stephan (2006-07-07). ".oxt, .uno.pkg, .zip". dev@extensions.openoffice.org (Mailing list). Retrieved 2007-08-10. {{cite mailing list}}: Unknown parameter |mailinglist= ignored (|mailing-list= suggested) (help)
  34. http://bibliographic.openoffice.org
  35. "OpenOffice.org Security Team". Retrieved 2007-09-23.
  36. "Secunia entry for OpenOffice.org 2.x". Retrieved 2006-09-26.
  37. "Stardust virus lands on OpenOffice". CNet. 31 May 2006. {{cite web}}: Check date values in: |date= (help)
  38. "OpenOffice.org less secure than Microsoft Office?". Retrieved 2006-08-01.
  39. "OO.o's official response to Le ministère de la Défense met OpenOffice à l'index". Retrieved 2006-08-01.
  40. "Why should we say "OpenOffice.org" instead of simply "OpenOffice"". OpenOffice.org Frequently Asked Questions. Retrieved 2006-06-05.
  41. "Sobre o BrOffice.org". Retrieved 2007-09-17.
  42. Ooo-build: non-responsiveness, lack of leadership (OOo wiki, revision as of 05:51, 26 May 2006)
  43. Sun and Red Flag press release
  44. ^ Press Release: IBM Joins OpenOffice.org Community
  45. "Can IBM save OpenOffice.org from itself?". Computerworld. 19 September 2007. Retrieved 2007-10-07. {{cite web}}: Check date values in: |date= (help)
  46. Micharl Meeks Activity Blog
  47. SunMink Blog
  48. GullFOSS
  49. Joch, Alan (September 26, 2005). "5 stars of open-source products: If you're not using these tools, you may be missing out". Federal Computer Week. {{cite web}}: Check date values in: |date= (help)
  50. Brown, Andrew (December 8, 2005). "If this suite's a success, why is it so buggy?". The Guardian. {{cite web}}: Check date values in: |date= (help)
  51. Rivals Set Their Sights on Microsoft Office: Can They Topple the Giant? Knowledge@Wharton, August 22, 2007. URL accessed on October 31, 2007.
  52. Desktop apps ripe turf for open source Jack Loftus, October 4, 2004, SearchEnterpriseLinux.com. URL accessed on September 4, 2005.
  53. OpenOffice.org 2.0 Release Delayed Jay Wrolstad, October 13, 2005, Top Tech News. URL accessed on February 23, 2007
  54. The OpenOffice.org download statistics, state: 20007-09-01
  55. Open approach offers Mindef more choice, Aaron Tan, Computer Times (The Straits Times), 6 October 2004
  56. Market Share Analysis, URL accessed on 20 April 2006.
  57. FAQ: Why are Linux, Firefox, Thunderbird and OpenOffice.org softwares selected for use by the High Court?
  58. FAQ: The Sun-Google partnership by Stephen Shankland, Staff Writer, CNET News.com, October 4, 2005.
  59. OpenOffice.org derived work
  60. Lohr, Steve (18 September 2007). "I.B.M. to Offer Office Software Free in Challenge to Microsoft's Line I.B.M. to Offer Office Software Free in Challenge to Microsoft's Line". Technology. New York Times. Retrieved 2007-10-07. {{cite web}}: Check date values in: |date= (help)
  61. Byfield, Bruce (2005-05-16). "Free Software Foundation and OpenOffice.org team up to escape Java trap". linux.com. Retrieved 2007-09-09.
  62. "Reoccurring discussions arounds OOos Java usage". 2005-05-11. Retrieved 2006-09-06.
  63. "Sun Opens Java". Retrieved 2006-11-25.
  64. "Java and OpenOffice.org". Retrieved 2007-06-13.
  65. How To Email Mailmerge using mailmerge.py
  66. Ou, George (2007-04-27). "MS Office 2007 versus OpenOffice 2.2". Retrieved 2008-01-14.

External links

OpenOffice.org
Active derivatives
Discontinued and
merged derivatives
Technologies
Companies
Sun Microsystems
Acquired by Oracle
Hardware
Systems
Processors
Other
Sun Microsystems logo
Software
Storage
Performance
Research
Education
Community
People
Acquisitions
Slogans
Category
Categories: