Slashdot Mirror


OpenOffice.org Is 4 Today

craigaa writes "OpenOffice.org turns four years old today. A press release on the announce list giving an overview of the project has been issued with a link to the birthday page. What have your experiences been with OpenOffice.org over the past four years? Has the project and software met your expectations? What are you expecting in the years to come?" An interview at NewsForge (also part of OSTG) poses the same kind of questions (and others) to Louis Suarez-Potts, the project's Community Manager. Suarez-Potts notes some specific ways to help the OO.org effort (especially if you are a Cocoa expert to help with the move to Aqua), and talks about the recent Sun-Microsoft agreement.

9 of 333 comments (clear)

  1. shame on me by mirko · · Score: 5, Interesting

    What have your experiences been with OpenOffice.org over the past four years?

    I carefully considered its monolithism and decided to use lighter tools such as Abiword...

    But I am glad that OOo exists because it's still a nice Free Trojan when it comes to infiltrating corporations with Free Software, so, Happy Birthday, OOo !!!

    --
    Trolling using another account since 2005.
  2. I dropped MS Word by angryflute · · Score: 5, Interesting

    It was about 3 years ago that I decided to totally drop Word and start using OO's Writer instead. And writing/editing is my profession. In all these years, I haven't had any client/editor tell me they had a problem loading my OO-produced documents, which I regularly export into various Word version formats.

  3. Thoughts from an Excel user... by MrFenty · · Score: 5, Insightful
    I am currently pondering taking the MOUS Excel 2003 exam (to help pad out the CV), so I bought the MS Excel Step-by-Step book as a learning aid. One thing I quickly realised is how little Excel I actually know, and I thought I was pretty knowledgeable - I really do only know about 10% of what it can do, although I am a local expert in my office.

    What does this have to do with OOo ? Well, I like OOo, and use it on my Mandrake/KDE box at home. For future features/direction, I'd suggest that rather than adding in yet another additional funky feature that less than 1% of people will ever find/use, I'd ensure rock solid filters to import/export from MS Office. I still find OOo's ability to handle complex MS Word docs poor (tables, inline graphics, etc) and this is an issue preventing me completely moving across to Ooo. Some things are great - PDF creation, for example, is a killer feature for me. But rock solid MS Office import/export would be sooooo useful.

    And yes, I do appreciate that it is difficult, given the lack of open specs from MS, and the fact that the format themselves is such a messy PITA.

    Iain.

  4. Strip it down by zenmojodaddy · · Score: 5, Insightful

    OOo is solid, and it's free. This is good. It's also a great big resource-hungry lump. This is not good. I'd love to see the applications separated, kinda like Firefox and Thunderbird, so there's no need to install the spreadsheet if all you want is the word processor.

    That would be nice...

  5. High hopes for the linguistic parts of OpenOffice by joeykiller · · Score: 5, Interesting

    The Open Office software is OK, but what I actually have high hopes for is the parts of Open Office that's not just code, i.e. stuff like thesauruses, dictionaries, determining prefixes and suffixes, and so on.

    In short: I have hopes for this part of OpenOffice, since I can see that it can become incredibly useful for other kinds of applications, search applications especially.

    Open Source search implementations are held back because they know little or nothing about grammar or common spelling errors, and until they do they will never get the same quality as Google or Fast's products.

  6. Singapore Def. Ministry uses OpenOffice on 5k PCs by mandreiana · · Score: 5, Informative
  7. Re:It's better than TeX for WP, but... by strictfoo · · Score: 5, Funny

    Wasn't it Linus who said that the open source model works better for OSs than for WPs?

    Yes, because, since Microsoft Office is a closed source project it is much more difficult to steal source code from it than from, say, SCO Unix.

    --
    I've just signed legislation that'll outlaw Russia forever. We'll begin bombing in five minutes.
  8. Re:My experience by LnxAddct · · Score: 5, Insightful

    well, it sort of renders most Word documents half-way decently, although checkboxes and such look like crap compared to the real Word from Microsoft

    Oh and how well does Microsoft render OASIS? Oh that's right... it doesn't. Try doing everything in OOo's *native* format and you'll see its real power. Sure it can handle most Word Documents, but it wasn't designed nor ever intended to be a drop in replacement for MS Office. When using MS Office do you save as a RTF? Nope, didn't think so. Why? because you'd be losing alot of potential features and capabilities. Sure MS Office can read and write to RTF, but it wasn't designed with that in as its main use. In that same light, sure OpenOffice can read and write MS Word documents, but it was *not* designed with that as its main use and as a result, some functionality may be lost when using those formats. There are many features in OOo that don't have an equivalent in MS Office, and vice versa, so you should really be using the format that was designed for the Word Processor you are using so you are using its maximum potential(no matter what word processor).Stop feeding into Microsoft, break free, and use the open format that its supposed to use.
    Regards,
    Steve

  9. The code is completely innaccesible by Qwavel · · Score: 5, Interesting

    As a C++ developer I have found OOo to be pretty useless as an open-source project.

    It uses all its own frameworks and conventions, so it is innaccesible.

    If it used the STL, Qt, GTKmm, wxWindows, then I would know where to start with the code.

    It would be really great if one of the cross-platform frameworks (GTKmm, wxWindows, FOX, the Mozilla runtime) could get the extra boost of having OOo run on it. That might consolidate effort around one of them. And it would be nice to be able to write an application (eg. an xml editor) on the same 'platform' as OOo.

    How about AbiWord? What libraries does it use?