KOffice 1.1 Rolls Out 235
Andreas "Dre" Pour wrote to say that KDE's long-awaited version 1.1 is out, and asks you to check the dot for some more details. He also points to this temporary fixed-for-Netscape announcement as well as the official announcement. Dre continues: "The dot link includes commentary by me (including a call for Open Source office
developers to collaborate on filters!)"
Filters are proprietary (Score:2, Interesting)
With DMCA the Microsoft filters are "effectively" protected by their refusal to share the information with the rest of the world. Find out how the filters work and you're going the Sklyarov-way.
Re:Filters are proprietary (Score:3, Insightful)
The problem are the undocumented features and the fact that you have always to dance at MS tune to keep compliance with a changing non-standardized format (though doing filters with Very High Level Languages could make things tad easier today ).
As much important as doing filters for MS doc formats is define an easy way for users of differen OSS apps to share their documents (at least defining a better version of RTF, but the best would be to use full standardized document formats).
Re:Filters are proprietary (Score:1)
Re:Filters are proprietary (Score:1)
Re:Filters are proprietary (Score:2)
What I think about the matter is this: once upon a time we could assume everyone had access to RTF; I think this is still the case. The problem is that not everyone knows or cares about it; even some people in the high tech community (not techies, though; mostly recruiters and other administrative types) think there's nothing else out there but Word format.
Personally, I think all we need is a slight extension to HTML 4 to support pages (call it PLML -- Page Layout Markup Language -- make it HTML with a tag...). Of course it should be XML-based -- XML, buzzword though it may be, is cool. Might not even be all that difficult to extend Gecko and Konqueror to support it...
/Brian
Re:Filters are proprietary (Score:2, Insightful)
If some time in the future MS make their file format dependent on on some undisclosed encryption methodology (XOR with "Open Source Sucks" backwards as such like) then the DMCA may be invoked.
FUD (Score:2)
The DMCA forbids you to circumvent IP protection schemes. While in a MS Word doc you've written, the content belongs to YOU. No way the DMCA could be applied here.
sweet! (Score:1)
Re:sweet! (Score:1)
Even easier than setup.exe.
Why? (Score:2)
Re:Why? (Score:2)
This is a double-edged sword IMHO. I too used to be one who ALWAYS clicked custom and always made sure programs went into Program Files, etc, etc. But some vendors still haven't caught on and I've run into too many troubles not allowing a program to install where it normally wants to. On Linux evven more so. Sure, you CAN install stuff in various places, but more times than not you'll just end up breaking some other poorly written config script and have to search for all those custom places you stashed stuff it depends on. With RPMs you have to create sym links and junk.
So with Linux, I've started a shift to letting stuff install where it wants to - I've found it reduces trouble down teh road. Yes in an ideal world it shouldn't matter, but right now its just not worth it to me to specify special install directories vs the trouble it can cause later. However, kudos to teh Mozilla team for trying to adapt the GUI installer concept for their package - its worked well for me so far even though it doesn't do a whole lot :)
Re:Why? (Score:2)
I too used to be one who ALWAYS clicked custom and always made sure programs went into Program Files, etc, etc. But some vendors still haven't caught on and I've run into too many troubles not allowing a program to install where it normally wants to.
I am one of those people too, but I find the problem is a lot LESS of a problem on Linux. Linux has softlinks and environment variables that the linker listens to, even if the program doesn't.
So with Linux, I've started a shift to letting stuff install where it wants to - I've found it reduces trouble down teh road.
Heh. I install everything that didn't come with my distro (Slackware) to /opt. That means VMWare is in /opt/vmware (I don't want it in the path). Acroread and CVS KDE are in /opt (where I have he paths modified so /opt/bin, /opt/lib and opt/man are part of the whole process). My MPEG tools are in /opt. Same with XMMS. Hell even my uClinux build tree is in /opt!
That way, I back up /opt and my home directories and I have very little to do if something destoroys my install.
Mind you, I also have a /data directory where all the tarballs go, and off of that directories for mp3s, avis and a documents directory for anything I work on. Backups and resotres are a snap. I found that Windows software tends to break the "My DOcuments" rule, sticking edited files in the Program Files directory and causing major trouble for backing up. Hell even Outlook Express does this (wtf, putting my amil under the windows subdirectory?!)
Re:Why? (Score:2)
>>>>>>
I hate to say this, but the Windows way is the right way, in this case.
In windows, you need to tell where to place software because the drive letter filing system forces you.
>>>>>>
It's not the drive letter filing system. For most configurations, Linux's and Window's filing systems are the exact same, except with different root directory names and different path seperators. Its not the FS, but the installation convention.
In linux, since everything is part of one big file tree it's easier to differentiate file types in different directories.
>>>>>>
But people don't think in terms of filetypes, they think in terms of applications.
For example, in debian, most application's binaries will go to
>>>>>>>
Its more logical if you're a computer, but less so if you're a human being. If I want documentation for program FooBar, I think about the program first, then what I want to do with it. Its the whole concept of object orientation. Its not find_readme(programName), but programName->FindReadme().
The whole UNIX filing system is seriously screwed up. With todays software applications with their dozens of files, it goes against the whole hierarchy convention to just jam everything into
To be honest, I can't understand why the debian and debian-derived distro's are the only ones using apt-get. It's so much better than windows and slightly better than rpm (since dpkg is the equivalent for rpm, but what is the rpm equivalent for apt-get?).
>>>>>>>
urpmi.
Let me use NeXT as the ideal app management system. All apps are self contained in bundles. Installing the app involves putting a bundle in the appropriate directory. Uninstalling the app involves deleting the bundle. Simple, clean, and extremely flexible.
Re:Why? (Score:2)
In any case, the Unix filesystem certainly makes more sense to me than MacOS Classic (the folder arrangement in the System Folder has changed drastically with every major release since System 7, and sometimes even with point releases; don't even get me started on the silliness that is the font suitcase) or Windows 9x/Me (still based on freakin' DOS!). Unix has changed very little by comparison -- some accretions here and there (/sbin and
The NeXT/MacOS X solution is a pretty elegant one, but it does put somewhat of a conceptual strain on the system (Apple even ships a program called Package First Aid for when the system gets confused and converts a package into an ordinary folder).
To be honest with you, what we're dealing with is little more than a religious issue IMHO.
/Brian
Re:Why? (Score:2)
The other issue is that if you're dealing with a multiuser system you *have* to centralize applications and documentation or you wind up with the bizarre ad-hockery that is MacOS Classic's application permissions system. If you're a Mac user, selecting user permissions by individual application may not seem like a big deal, but to me it's a crappy bandaid over an overextended filesystem design and a horror more profound and bloodcurdling than SCSI voodoo (especially if, as on the average system install, something like fifty of the apps on your system are insignificant little AppleScripts and control panels).
"Look but don't touch" is critical to managing applications and the accompanying resources; the real issue is config files. I honestly don't think there is an elegant solution to what you're proposing, but then again I don't think this is really a problem.
/Brian
Re:Why? (Score:2)
This is especially difficult for modern file systems because there are probably four or five logical organizational indices-- application, user, computer, file 'type', etc.
DOS chose to have the main hierarchy essentially be 'applications', with the secondary hierarchy 'files'. Thus, there may be a lot of structure mimicked inside many application subdirectories. This second dimension is kept usually kept track of with file extensions. Of course, this makes certain things difficult to manage, like how (in the dos days) you had to be in the appropriate subdirectory to execute an application, unless you wanted to put everything in your path, which would probably be really slow. Also, traditionally, all user-produced data files were kept right near their application, which made it a pain to do backups.
In contrast, unix segregates files by type, which traditionally eliminated much of the need for semanticly-identifying file extensions. It made it easy for many users on a single machine, because each user's data is segregated, the path is small but allows access to all the programs, it makes backup easier too. But, it makes installation/removal more difficult, and only really works if every application follows the same standard. But, unix does do a little bit with 'user' and 'group' that allows representing the 'user' index.
Of course, newer oses blur this distinction a little--Windows has the registry, and Linux is very often used as a single-user OS. So their file organization metaphors have become a bit corrupted, depending upon your task.
What I would like to see is MDFS--multi-dimensional file system. In this system, you could navigate the system according to various indices: application, file purpose, user, computer, etc. The tree-like organization is limited, no matter how you slice it, so it would be interesting to do a truly new organization. There are interesting interface issues concerning MDFS--I'm not sure what it would take to make it usable by people. Anyway, That's what I think.
Re:Why? (Score:2)
Re:Why? (Score:2)
Not really - I don't NEED to - the packages usualyl suggest default locations, but I could change them if need be.
"and yet you can force a different location on the package, check out the options to dpkg and apt-get"
But it's still a command line switch - the whole point of the thread was gui installers. And "wizard" based ones at that.
Please don't get me started on apt-get, because I tried it. I tried it painfully for a week. When it worked, it worked great. When it didn't, I was completely and utterly without recourse. Gaim one day decided to completely not work. apt-getting upgrades/etc did nothing. Everybuddy dedided to flake out. Again, NOTHING you could do except apt-get crap. And the
You STILL don't get a *STANDARD* method of selecting options during an install. I don't WANT *everything* installed with my office package. I only want Word and Excel, with spell checking, but not other features.
If there's an apt-get command to specify package-specific features during install:
1. I don't know about it, and none of my debian friends do (and I'd know because all they do is rant about how great debian is - if it had this feature, I'd have heard about it)
2. It's not easy - you're forcing me to remember weird switches. The whole point of the thread was setup.exe "installshield" type wizards.
There is no standard way of doing this under linux, and I fear there never will be, because conformity to a standard seems to be 100% at odds with Linux developers' attitudes.
Re:sweet! (Score:4, Interesting)
If we are continuing to try to advocate linux to the standard user, we do need point-n-click installers. Sure, having things that can be done at the command line is nice, but a typical user doesn't want to type much, and trying to remember all the arcane commands can be a problem.
And how many of you want to help your mother run through the rpm/deb process?
But besides the p-n-c installer, we also need some way to allow non-root users to install packages in their home dirs without the need for root to get involved. Obviously, there are some packages that would need root, and so the package manager should be smart enough to have a 'root-only' flag and tell the user that they must tell their sysadmin to install this, so that a system doesn't have 20 copies of apache running around on it. You also need to have a way for the package manager to see if the package is already installed on the system, and let the user know that installation is not needed unless absolutely necessary (say, downgrading or upgrading). Of course, there also has to be quota-watches (don't want someone installing the gimp into a 5meg quota area).
Double-clicking a package icon in whatever file mangaer you are using simply then starts this package manager up. This part is trivial for the current batch of linux fm's.
Of course, the way most packages are packaged, or how a few programs expect access at given locations, this is not a universal solution. But I do believe that such a user-installation tool is going to be another key step in getting linux to joe sixpack.
Re: point and click slumlords - gui for autoconf? (Score:2)
nonetheless, I'll acknowledge that we want to invite everyone into linux, but it's never going to be windows - and shouldn't
Any GUI install needs to be an *OPTION*, not the default and only install method.
I do most of my work in an xterm, and don't want GUI's launching all over. I also want more control.
Perhaps the best solution is to have some sort of GUI for autoconf that does the same thing you can do from cmdline, but is also able to read rpm
An example would be: a gui that uses wget, lynx or something similar to download the latest kde packages, uses autoconf to check some default vaules, comes back with some config boxes -- it could look 'windows-install-ish', and then these values are passed to all of the configure scripts as tarball after tarball is built and installed and results are logged.
But... I don't want some heavy setup.exe that uses java or something that takes over my whole screen. Just something simple, and it has to work with *SOURCE* distributions.
Re: point and click slumlords - gui for autoconf? (Score:2)
But a well written package manager with appropriate options at the command line can be easily adapted to fit into something as simple as a Tk GUI, with the Tk code simply making system calls to the package manager CLI version.
I don't expect either rpm or dpkg to head in that direction, so this may be a non-concern.
Re:sweet! (Score:2)
Where's the problem?
"Click the K menu, select System -> Package Manager. Click the Open icon in the toolbar on the left side."
Re:sweet! (Score:2)
Re:sweet! (Score:2)
a ton of different packaging systems (rpm, deb, BSD-port, just to name a few) if it wants
to play well with the rest of the system.
KInstaller is trying to do that though (but it's not ready yet).
Re:sweet! (Score:2)
Sure; that's why I use Debian. "apt-get install kword" would be all the Debian user needs, and I wouldn't fear walking my mom or anyone else through that. With RPM-based distros, however, your point is well-taken.
steveha
Re:sweet! (Score:2)
And what exactly is wrong about that? Maybe a user-specific installation of Apache could have some restrictions, like running only when the user is logged on and serving pages only to localhost, but I don't see why it should be impossible. If someone is about to test a web site, wants to test it on Apache and knows how to locally install it, I don't see why you'd want to require him to call his sysadmin.
If user Apache installations were possible, he could call his sysadmin and say "I'll need a test server that serves to our local network in maybe about a week, can you do that?" The sysadmin will be more than happy to have a week so he can delay the installation in favor of more urgent tasks if necessary, and the user will be happy to have his local setup at once, without having to wait for the admin.
Re:sweet! (Score:2)
Even when it works, typing rpm-i koffice*.rpm requires breaking out an xterm, cd'ing to the right directory, and typing the comman. You've already lost a whole lot of users right at 'xterm'.
Re:sweet! (Score:2)
Re:sweet! (Score:1)
Not to mention that most filemanagers I've seen for linux will let you assign a RPM utility or frontend to
Re:sweet! (Score:2, Insightful)
Rpms and tarballed source install a bunch of stuff without asking the user for any input at all. At least with an installer, the distributor can give certain install options (that don't require reading the manual). Tack "less README" and the time to read it on to the time to rpm-install a package.
Another nice thing about a GUI installer is that you at least have the illusion of seeing how fast it's getting done
Re:sweet! (Score:1)
just in case you're a first timer..installation of binary file is
"./filename.bin" (in most cases)
now i ask you....what's easier than that?
Re:sweet! (Score:1)
I applaud your attempt though
About Time (Score:1)
Re:About Time (Score:1, Flamebait)
Re:About Time (Score:2)
Re:About Time (Score:1)
I'm such a sissy for using LaTeX2e even for my resume.
Hugs, Cyclops
Re:About Time (Score:2)
For quick one-time things, wordprocessors and spreadsheets. I don't really have the time to set up the templates, by the time I did, I could have had the finished product.
I could use MySQL with a web front end to keep track of my resume contacts...but it's a waste of time. That's what spreadsheets are for...quick and dirty.
Re:About Time (Score:2, Interesting)
Though still pretty feature light, it is much more stable than it had been.
I've taken to typing in chapters with kword, then integrating them into larger documents done with StarOffice. Not the best way to work, but let's me use the very snappy and pleasant-to-use kword for the biggest part of the work, while using StarOffice's larger feature set for the final heavy lifting.
One real big plus: the koffice print support (at least if you have CUPS) is awesome.
"Fixed for Netscape?" (Score:2)
Re:"Fixed for Netscape?" (Score:2, Informative)
Re:"Fixed for Netscape?" (Score:2, Informative)
Anyway, the official announcement is fixed now, it shows up in Netscape too.
KOffice vs. Staroffice (Score:1)
We will have to wait a little longer to make the big compare since Staroffice 6 isn't out for what may be a "little longer" (they started speading the word about a beta version July 25 2001). People who are willing to betatest Staroffice (when a beta would be out) can leave there email address on the sun - staroffice [sun.com] site.
If I see the many features of KOffice, things are made easy, KOffice will be used here.
I just hope I don't have to install too many libs. (I'm on Slack.)
Very un-informed (Score:3, Insightful)
Now you might assume that I do not like KOffice, which is wrong. Microsoft Office and
Star Office actually contain FAR more features than most people ever use.
In fact, most people do not need Microsoft Office, they just buy or pirate it because they THINK they need it. The amount of features is so immense, that it scares people, and make people need COURSES to master the application. Upgrading to new versions of MS Office is for most people totally unnecessary after Office 97.
KOffice have huge potential if they keep on concentrating on making the package easy to use, well integrated with the desktop, and with an acceptable amount of features.
The analogy is almost like Linux vs. Windows. A regular Linux-distribution has an enormous amount of applications and features. Not a single Linux-user has ever needed all of them. Most distributions try to cater for absolutely everyone, and end up alienating the biggest amount of users in the process, the ones that only want to check mail, surf web and write letters.
Gaute
Re:Feature bloat? (Score:2)
While it is certainly true that all the features of Microsoft Office is used by someone, I would argue that at only 30-40% of those who purchase MS Office actually need such a big software-package.
The rest would be just as happy with a smaller feature-set. Microsoft has however been very good at persuading people.
There is certainly room for MS Office, but the world should know that there might be several totally adequate alternatives for them that cost a small fraction of what MS Office does.
Re:KOffice vs. Staroffice (Score:2)
Just the current kdelibs (2.2 or more recent) should be all you need. I'm running a recent CVS snapshot of kdelibs/kdebase, hopefully that'll work too.
I've played a bit with the most recent StarOffice 6 (build 638, if I recall correctly). It also seems quite nice, though much slower currently than KOffice. If I could get KPresenter to import "powerpoint" files (the office insists on using it) I'd be set...
New dot soon, too? (Score:1)
I'll get hammered, but Internet Explorer 6 is out! (Score:3, Offtopic)
Internet Explorer 6.0 is out. http://www.microsoft.com/ie.
It is fast, lean and can i say fast again?
Now back to the topic, Koffice 1.1 is cool, been using the CVS tree for a few weeks. i'm still waiting for the KDE 3/QT 3.0 rewrite before i deploy.
Re:I'll get hammered, but Internet Explorer 6 is o (Score:5, Insightful)
The typical Slashdotter doesn't hate IE because it is technically inferior. While MS, like Netscape, has a tradition of breaking existing standards with proprietary extensions (ActiveX, special CSS features, VBScript etc.), their browser functions fairly well. There are several reasons not to use it:
IE is not free. Eventually you pay with your freedom of choice and your privacy. That's why we care about the browsers -- not because we hate IE itself (if you throw that much cash at a problem, you are almost bound to come up with a solution). Using IE means signing away your rights for convenience. If that is your choice, fine, but you're on a shaky moral ground if you want the rest of the community to think the same way ("report IE releases!").
Re:I'll get hammered, but Internet Explorer 6 is o (Score:2, Interesting)
Actually, I think it's a win-win situation if
The "typical Slashdotter" that I see would rather preach than stick his head in the sand, although the same does not appear to be true about those that choose what gets submitted. Especially since recent statistics on a Slashdotting show that the vast majority of us use IE, and by implication other Microsoft apps, at some point during the day. It's certainly relevent, so why isn't it here?
Re:I'll get hammered, but Internet Explorer 6 is o (Score:2)
Well, right now Slashdot thinks my Mozilla web browser is really IE 5.5. It's pretty hard to say how many people like me there are.
Re:I'll get hammered, but Internet Explorer 6 is o (Score:2)
I wouldn't think many - using IE as a user agent indicates to content producers you use IE. If everyone using Netscape, Mozilla, Koffice, etc used IE as a user agent, nobody would ever bother testing against anything else, and IE will have won the web forever. If you need a user agent that will get you everywhere, pick Netscape 4.7x on Win98.
Or if its nto a problem, don't change it at all.
Re:I'll get hammered, but Internet Explorer 6 is o (Score:2)
Use the words "rest of the community" carefully. True, there are a large number of open source mavens on Slashdot, but they are an equal number (if not far greater) that simply like good technology and don't care where it comes from or its possible underlying "grassroots" crusades. I'm not an inherent fan of Microsoft, but I certainly like Windows 2000 for example, the same as I like Linux. For me, a member of the "community", it's not whether it's "free" or not that's important, but whether it is functional, usable and stable. Windows 2000 is the first OS from MS that really fits these bills.
Same way, I think IE 4.0 revolutionized a lot of what we consider the "operating system" and "applications", whether "the community" likes it or not. It brought a lot of this to the masses, and I was impressed with it.
Plus, you make a few mistakes in your arguments:
- Every IE user is not an inherent Passport user. I'm not, and I've been using Windows XP since the first beta release. In addition, Smart Tags are almost officially gone from the XP roster. These are truly optional features, and Windows/IE runs just fine without them.
- Digital Rights Management, like Smart Tags, is a feature that is not enabled by default and is very easy to change. In Windows Media Player, for example, one can easily turn off the copyright protection on WMA files with a checkbox. I'm assuming you have never used Windows Media Player 7.0 and above?
- PICS is hardly used on the internet, and the use is dictated by web developers. If you don't have it on a web page, IE assumes the content is "clean", not dirty, as your argument seems to make. The PICS standard is also fairly robust, and allows a large number of flags and modifications.
- I agree with your fourth point, except for the term "security specialists". To be honest, a lot of the community simply doesn't look for bugs, it just makes the fixes when they're published. Some don't have the time, while others simply don't have the technical ability. To liken the open source community to a security team is a real misnomer.
- I agree partly with your fifth statement, but I'll bring up a point that earned me an "interesting" before: MS has spent a great deal of time in the past year renovating IE for the Mac, making it a solid broswer with little connection to the Windows operating system. In fact, there have been a good number of improvements in IE for the Mac that simply haven't been made to IE in Windows. If they were working towards OS monoculture, wouldn't they be trying to remove functionality from Mac IE?
Re:I'll get hammered, but Internet Explorer 6 is o (Score:2)
Not if they think
Then again, Ruffin would probably tell me I've got it all wrong.
Re:I'll get hammered, but Internet Explorer 6 is o (Score:2)
e.g., it's good now, but in the long run, you'll be fucked.
names (Score:2)
Get enough so that it doesn't matter. [smile]
Internet Explorer 6.0 is out
I figure that MS has enough bucks to promote their own monoploy
That said, MS always has the weirdest logic with their product names. For example, Windows CE = wince
The fact that I.E. as commonly pronounced, sounds like a scream of agony doesn't help. On the other hand, Koffice looks like you could say it "cough-ice", but that doesn't really work. And Konqueror is a decent name.
- - -
Radio Free Nation [radiofreenation.com]
an alternate news site based on Slash Code
Very simply ... (Score:2)
Standard format? (Score:5, Insightful)
Re:Standard format? (Score:2)
as far as I can tell the openoffice file format is XML like Koffice for text and a modified SVG for graphics
SVG really rocks for graphics checked out Sodipodi [sourceforge.net] for a cool SVG editor
regards
john jones
filters! (Score:1)
is what we need!
Or actually, just two: MS-Excel import and export and MS-Word import and export. When they are ready, we are ready to take over the world!
Re:filters! (Score:2)
Filter code needs to be written in such a way that it can be shared by multiple projects. Gnumeric has fairly decent Excel import capability -- why write two from scratch?
it's nice (Score:1)
it's a real office suite, contrary to 1.0 version (even wonder why it's not 2.0 ?!)
just my (for now little) experience of the thing
What about Exchange? (Score:1)
If I have to write dox, spreadsheets or presentations, I'm pretty sure I can find some common format to exchange data between platforms.
But the real problem for me (and for many likewise) is the total lack of any support for M$ Exchange server (calendar, contacts, etc...)
AFAIK there is no client available for Linux which is OpenSource or GNU (otherwise I'll stick to the original, thanks)... And this is why I still can't swap to Linux on my workstation, I am required to use Exchange by the firm I work for.
Now a feature like that would mean something is changing, i.e. that regardless of minifeatures or looks, you can have a fully integrated linux workstation in a windows network.
Re:What about Exchange? (Score:1)
Exchange servers support "Outlook Web Access" - basically webmail access to your mailbox, calendar, contacts, etc. I don't know what version of Exchange server this requires, but it's not E2k because we don't have that here at work yet :) So for the requirements that you listed, it might work out OK. You probably have to ask an admin to turn it on - it helps to use the argument that now people can easily check their email and calendar from home (via a VPN) no matter what web browser they have.
It still doesn't support the usual gamut of email viruses and trojans, though, so the quest for full *nix LookOut/Exchange compatibility must continue :)
Bynari Software has Linux Outlook/Exchange support (Score:2)
In my shop, which uses MS Outlook / Exchange, I just run a standard POP3 client off the mail server's SMTP/POP gateway, and to the seven hells with the calendar functions. Integrated systems fail in an integrated fashion... Of course, not everyone has that option.
Re:Bynari Software has Linux Outlook/Exchange supp (Score:2)
True. Saddly exchange is a horribal calander system. I want to be reminded abotu meetings 5 mintues before they start. Everyone else wants 15 minutes. Can't be done, the meeting sets the reminder time, so I get reminded about each meeting 15 minuter before, except the ones I schedual. I've givin up on changing each one, it is too much hastle.
there are many other problems with exchange that I won't get into the reminder is the just one that has annoyed me last. It doesn't work for us, yet we have to use it.
Re:Bynari Software has Linux Outlook/Exchange supp (Score:2)
Simple little tools. Not one big monstrous one. Use a mail server to forward mail. Use a mail client to retrieve it. Use a centralized database with a nice front end for data that needs to be shared (your calendar).
For small offices, it may be nice to have exchange with calendaring, since the small offices probably don't have people on staff with the skills to put together another (even customized to their processes...imagine that!) solution. But in big companies that already have IT staff dedicated to providing solutions taylored to that company? What's the problem?
The problem is that EVERYONE is using exchange now, not just those (small offices) that need it. There are better solutions, you just have to find one that fits with your company's way of doing things, or write one in an afternoon using MySQL and Embedded perl.
Big Improvements (Score:2)
The format support is amazing, not to mention the standard-based XML support.
I would definitely expect KOffice 1.1 to lead the charge in retaking the office desktop environment out of the hands of Redmond.
-Marvin
Re:Big Improvements (Score:2)
not having support for foot/end notes? What the hell kind of wp is this? Every paper I write I have to use Chicago style notation. Not everyone can get away w/using MLA.
I am not terribly happy w/WP 8.0 but I really don't have much of a choice. The Word97 filter for WP8 sucks, but at least it gets enough of the information in that I can edit it and work w/it.
How are you going to say that KO is a viable suite when the WP doesn't include the basic necessities?
I love free software and all but I might as well type it in fucking pico.
Just my worthless
features DO matter (Score:4, Insightful)
what's the use of filters for opening Word file formats if the program doesnt support the features? Fine, it's ok if KOffice doesnt have Auto-Hyphen Underlining. But lacking endnotes/footnotes? mail merge is gone? These are SERIOUS problems. It automatically means KOffice is totally useless for any professional academic or business use. What will happen if I try to open my Physics Thesis or my Business Plan word file in KOffice - will it barf when it gets to eth footnotes? mangle it beyond compare?
Features DO MATTER. It's a very sour-grapes attitude to say "sure our open source Office lacks some features, but users dont use them anyway". If all you want out of an Office suite is to type some letters, then you don't need Office, you just need Microsoft Works! but if you want to use an Office suite for true business or academic or professional uses, you need much more features than the average letter writer.
frankly, there's a REASON that Office became the behemoth it is, and that is solely due to features, not monopoly. Remember Wordperfect used to OWN the Office space, and Lotus has a really nice office suite as well. In fact I myself used to be a SAM file diehard, until one day I just realised that the things I wanted, Lotus was dragging its feet on, and Word already had (example - integrated equation editor. advanced font and layout abilities. sectioning and numbering. Automatic tables and figures indexes. list goes on). Other things like support for third party tools like EndNote [endnote.com] and MathType [mathtype.com]. KOffice is still behind even what Lotus and Wordperfect used to have, though I do agree it has a very nice graphic UI. And yet we still accuse the Windows people of liking style over substance?
If you want to do professional business or academic work, there are only two options. TeX or Microsoft Office. Right now, KOffice is still in Microsoft-Works league. Features DO matter and we need them on teh desktop office suite (not the browser :P)
Re:features DO matter (Score:2)
Well thats funny, cos here I am writing some very complex documentation with tables, figures and the like, and I'm not using either of those.
StarOffice (what will become OpenOffice) is very usable, if you're prepared to put up with the size of the thing. I've been using it regularly since 5.2 and its imported any
If you just want to be productive under Linux, then StarOffice is the only choice at the moment. Supporting the open source programs is a noble cause, but nobility doesn't get work done. Give it time though, give it time...
StarOffice is not the only choice under Linux. (Score:2)
Re:StarOffice is not the only choice under Linux. (Score:2)
Re:features DO matter (Score:2, Informative)
there is one alternative you forgot when saying TeX or Office are the only options: LyX (www.lyx.org) combining the best of TeX and WYSIWYG.
Currently, the LyX team is working on GUI independence. Once this is accomplished, there will be several frontends (xforms, QT, GTK) and LyX could be easily integrated in KOffice. Then you've got Kword for letters, memos and the like and K-LyX for your professional needs (thesis, scientific papers,
Re:features DO matter (Score:2)
>that is solely due to features, not monopoly.
While most of what you wrote makes sense, this is just nonsense. Word and Excel became dominant on the mac because they were better than any of their competition. They utterly failed on the dos and windows side. They failed in the market and consistently placed last in reviews.
And then something happened: Office suddenly started shipping pre-installed on everything from several major hardware manufacturors--the same thing that happened to DR-DOS. With office already installed the difference between office and competitors was no loner the difference in purchase price, but the entire purchaseprice of the competitng product. On top of that, the "free" installation of office that everyone had meant that files started flying around in that format, forcing others to use it. As we type, law firms across the US are being dragged kicking and screaming away from word perfect and into office--not because word is appropriate for their use (it isn't), but because clients keep sending everything in word and difficulty hring secretaries because of a notion that using WP will pigeon-hole them into that field.
Otherwise, you raise good points. Footnotes are critical (are you serious? It really doesn't support these???). The functional footnote is one of microsoft's three innovations. A "word processor" without this is simply a toy.
hawk
Re:features DO matter (Score:2)
Maybe on DOS, Microsoft apps were a joke, but your statement is complete bullshit on Windows. You want to see bad reviews -- look up WordPerfect's and Lotus' early attempts at GUI applications (whether on Mac, OS/2, or Windows). Pathetic!
(And the business world figured fairly quickly that going with a GUI environment had enormous advantages, so much so that they were willing to deal with Windows 3.x.)
And then something happened: Office suddenly started shipping pre-installed on everything from several major hardware manufacturors
Your conspiracy theory is totally wrongheaded. Office was not preinstalled on anything until it had by-in-large become the business standard office suite in the mid-90s. Your theory doesn't even make any sense because Microsoft has always viewed Windows as the loss-leader for Office (it was Windows that was being pre-installed for free, not Office).
You want conspiracy? Office became popular essentially due to a 'user rebellion' against crappy and obscured DOS applications. This rebellion included tons of casual piracy, which of course Microsoft did absolutely nothing to discourage until they had the market more than locked up.
Office wasn't pre-installed until Microsoft figured that if the users were going beg-borrow-steal a copy no matter what, they might as well get a little bit of money for it.
Re:features DO matter (Score:2)
Lotus shipped a integrated GUI office suite called "Jazz" for the Mac that included fancy features like embedding in 1985, but grew disinterested and dropped the product within a year.
Microsoft was 'bundling' Office together from nearly the beginning, and this was a key sales point. For less than price of WordPerfect and Lotus 1-2-3 (for DOS), you could also get PowerPoint essentially for free, and Access for only $100 more. They were not OEM bundling until much later.
It took WP and Lotus a long time to both match MS's price structure and round out their product lines, apart from their complete inability to ship working GUI versions. (And even tho Office included the MS Mail client software, it did NOT include the seat licence. Microsoft later settled some class-action suits surrounding this bit of false advertising.)
Re:features DO matter (Score:2)
my first word processor was Ami Pro. It then got bought by Lotus and I stuck with it doggedly until I realised that I just wasnt getting my moiney's worth. I dunno about teh Mac side but the Windows side, it was obvious that Office was better. Integration was the major selling point and every upgrade top Lotus that I loyally went for always was a step behind.
True that Microsoft software was easier to get (much better academic discounts available to me in college) so that helped influence my decision. But you still have to pay a preimium for Offoice to be installed, most default computers get shipped with Works instead.
footnotes (Score:2)
There were ways to print footnotes on micro word processors that I'd used prior to that, but they took significant work. For word, you just hit cmd-e and filled in the box. Most of the time it would get the pagination correct (though sometimes, with plenty of room [= 1/2 page] it would still skip to the next page for the line with the footnote. As of whatever the current version was in Fall of '99, this bug was still there--I saw it bite someone two offices down.)
hawk
Re:features DO matter (Score:3, Insightful)
Correct.
Incorrect. (La)TeX or FrameMaker. MS Word is completely inappropriate for scientific academic work and I suspect for most other fields as well. List numbering doesn't work, figures behave horribly and formatting is a pain in the neck. Word may be great for the office, but a professional publishing package it is not.
Re:features DO matter (Score:2)
i disagree - everyone in my research department and at my institution (MD Anderson Cancer Center) uses Word 97 for all grant proposals, theses, dissertations, and journal articles. We all use POwerpoint for our conference posters, presentations, and talks, and use Excel to pretify our MATLAB data. Look at EndNote and MathType - these are seriously powerful add-ons which we obtained with educational volume discounts. I'd pay full price for them in a heartbeat because they are so useful, and I hope KOffice takes notice because if thye can support them, thats a major bonus.
Re:features DO matter (Score:2)
You were expecting otherwise? Come on, this is a 1.1 release. MS Office is at what, 12?
But lacking endnotes/footnotes? mail merge is gone? These are SERIOUS problems.
And what do you think is on the roadmap for KOffice development? Have patience, maturity will come in time. KOffice development is proceeding at a blistering pace, as always seems to be the case with KDE projects.
In the meantime, don't ignore what KOffice has already got: A nice set of applications for non-demanding use as a basic office suite. I've used MS Works for years and never needed anything else. As soon as KWord gets footnotes, I'm switching.
Re:features DO matter (Score:2)
of course I will ignore KOffice - there isnt any REASON to be patient. I can use Word now, and get all eth features I want. If KOffice has the functionality I require later, great. They can try to lure me as a user when they are ready. Until then I am gonna use what gets my work done, and not suffer through less functionality solely out of some principle or vague rationale or belief system
What's a feature? (Score:2)
Everything else is a frill - like power windows on a car, "features" as you call them are essentially non-essential functions.
There are an infinite number of potential features. For example, my word processor could activate a mechanical arm to wipe my butt when I get off the toilet - what a timesaver!! Obviously, nobody will ever buy an office suite again that doesn't have this incredibly useful feature.
The things you are saying are "essential features" that "DO matter" are those things you are used to using. Most of them are available in StarOffice, but you are not sufficiently experienced in SO to understand the different methods used to achieve the same ends.
So, maybe you should choose your tools on their cost-effectiveness - an evaluation that should include reliability, maintainability, as well as any other factors unique to your goals - rather than just the features you've become addicted to. If you don't care about cost, or efficiency, you don't need a word processor, you need a ghostwriter/secretary.
I'm not saying KDE is right for you (maybe you really need Professional Write) but the "features features features" mantra by itself means little.
--Charlie
Re:What's a feature? (Score:2)
people in professional fields, in business, and in academia need a LOT more than that.
do you realise how important mail-merge alone is? or typesetting? or automatic section numbering to create sub documents to organize your thesis? if that sounds like "wiping your butt" then hey thats great, your best cost effective solution is apparently VIM. But if KOffice wants to impact the real desktop market, they better deliver the features that the real desktop market needs.
Freedom from macro viruses is also a feature. (Score:2)
Yes, they can be useful, but when they can also knock a company totally off-line for days, it makes them a lot less useful.
Another problem is that Microsoft's macro language keeps changing with each new release, so if you build something advanced with it, it will probably be broken by the next upgrade. Ask me how I know.
Jon Acheson
Re:features DO matter (Score:2)
i use endnote and mathtype - mathtype alone is basically God of Math , it completely blows Tex (and variants) away. Word still has the feature edge.
Re:features DO matter (Score:2)
im not claiming to be a Real Physicist, just an Applied Physicist
plug - check out MathTYpe and EndNote!!!!!
I would use TeX but the learning curve was too long and I decided to invest in learning MATLAB scripting instead. Much higher return on my limited time.
The LyX way ... (Score:3, Informative)
What I like of LyX:
Things that I would like added to LyX:
Re:The LyX way ... (Score:2)
To get back on topic, I have tried to install Koffice several times over the last six months. I've never been successful in compiling it. I just gave up
Things I would like added to LyX (Score:2)
Otherwise, it's a lovely word processor.
Why MSOffice filters are a pain (Score:3, Insightful)
I'm sure a lot of Word docs are very simple internally, but a filter that can't deal with the more complex ones is likely to have acceptance problems.
Finally, is there any possiblility of the StarOffice/OpenOffice filters being used as the basis for more widely available filters? I wasn't all that impressed with them a couple years ago when I tried StarOffice, but if nothing else they might serve as a starting point.
Information on File Formats (Score:3, Informative)
Also of interest may be LAOLA [tu-berlin.de], which is "a collection of documentations and perl programs dealing with binary file formats of Windows program documents." The link to that came from Wotsit's as well.
Re:Why MSOffice filters are a pain (Score:2)
As I understand it, with this documentation (and also with MFC source code that reads these files), splitting the OLE structure is not too difficult. The problem is that the individual pieces you get are undocumented, at the point where MFC says "block of data".
I have not worked with this, though, so I may be wrong.
Easy to Trash KOffice 1.1 (Score:2, Insightful)
It's pretty easy to trash someone's software while it's still in development, and it's easy to point out the faults of someone's software because hey, we're used to finding fault in everything.
I'd like everyone to take a moment and find what's good about KOffice. I know the authors put in a lot of time and a lot of energy since 1.0 into squashing bugs, adding better support for MS filetypes, making it all around more stable, etc. Instead of bashing it, ask yourself if you've ever written a word processor. If you haven't, then don't comment. Have you ever written a spreadsheet editor? Thing is, you can find fault with someone else's software and yell and scream about it. But if you don't like it, fix it. If you can't do that, use Word or Excel and shut up. :)
Re:Get the name right! (Score:2)
Don't be daft ... (Score:2, Insightful)
... they can't trademark the use of the word "office". It must have existed and been in common use when Bill G was a mere twinkle in his dad's eye. It's a generic english word, not MS property.
Macka
Yes... (Score:2)
Wise up. Just because it makes no sense doesn't mean corporate muscle can't make it happen.
-Kasreyn
Re:Yes... (Score:2)
yep, they can and do (Score:2)
On a side note, while slashdot made a huge deal about the filing of the lawsuit, slashdot didn't even mention it when the verdict came in (even though I submitted it).
Re:I can see the lawsuit now... (Score:2)
The Adobe thing is different because there really were very few programs (perhaps only one) that used the word "Illustrator". Also the word "illustrator" is somewhat more abstract, as the program could be better described as "draftsman".
Also, although MicroSoft has done some incredible PR blunders in the past, I find it hard to believe would be stupid enough to do this, it serves them no business purpose and would bring a great deal of bad publicity on them.