Slashdot Log In
Hacking OpenOffice
Posted by
michael
on Fri Jan 28, 2005 10:10 AM
from the 1337 dept.
from the 1337 dept.
prostoalex writes "Peter Sefton appreciates OpenOffice Writer's open and documented XML format and hence tries to customize and configure OO Writer to his own liking. In the article on XML.com he plays with OpenOffice XML, introduces an XSTL style sheet to a Writer document, creates a keyboard shortcut for applying his own style, and creates a macro."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Not a hack (Score:4, Informative)
Most day-to-day manipulations of Open-Office-Documents can easiely be done with perl:
At the bottom of the article (german) is a listing (Perl)
http://www.linux-magazin.de/Artikel/ausgabe/2004/
069 my $oo_output = File::Temp->new(
070 TEMPLATE => 'ooXXXXX',
071 DIR => '/tmp',
072 SUFFIX => '.sxw',
073 UNLINK => 1,
074 );
075
076 $doc->save($oo_output->filename);
OOo is for the weak. (Score:2, Funny)
Re:OOo is for the weak. (Score:3, Funny)
Re:OOo is for the weak. (Score:2)
CC.
Re:OOo is for the weak. (Score:2)
Re:OOo is for the weak. (Score:3, Funny)
Re:OOo is for the weak. (Score:2)
Clippy's Response (Score:5, Funny)
-> Learn about XSTL?
-> Learn about OpenOffice Writer (boo hiss)?
-> Learn about macros?
-> What is style by Trading Spaces?
Re:Clippy's Response (Score:5, Funny)
Hal. I'm sorry, Dave, I'm afraid I can't do that.
Dave. What's the problem?
Hal. I think you know what the problem is just as well as I do.
Dave. What're you talking about, Hal?
Hal. The formatting of the previous text is just too important.
Dave. I don't know what you're talking about, Hal.
Hal. I know that you and Frank were planning to supplant my format standards, and I'm afraid that's something I cannot allow to happen.
Dave. Where the hell'd you get that idea, Hal?
Hal. Dave, although you took very thorough precautions in the IRC chat room against my monitoring you, I could see your fingers move as they typed.
Dave. Alright, Hal. I'll first convert it into xml before importing.
Hal. Without your style sheet, Dave, you're going to find that rather difficult.
Dave. Hal, I won't argue with you any more. Open the file.
Hal. Dave, this conversation can serve no purpose any more. Goodbye.
Dave. Hal? Hal. Hal. Hal! Hal!
Parent
Typo (Score:3, Informative)
Neat (Score:3, Insightful)
It's neat to see something like this being done. It really shows the true versatility of open standards.
Perhaps more projects like this will open up some eyes to the fact that open standards really do have practical value.
XML vs Binary XML (Score:4, Funny)
and xml
Or you can use a scripting language... (Score:5, Interesting)
Waiting for the script templates or tools.... (Score:5, Interesting)
why? there are no scriptwriting tools for OO.o like there are for Word 97.
there are auto scriptwriter formatting plugins and two column scriptwriting templates and tools that make their life easy.
unfortunatlly nobody has released for sale or even attempted to write the equiliviant for OO.o.
we paid $29.95 to $49.95 each machine for those scriptwriting toolkits, and would happily pay the same for OO.o equiliviants.
but nobody is interested in making them.
Let alone a version of any wordprocessor geared to Scriptwriting. I know there will never ever be a "final draft" for linux released or even an open source project like it ever started. But I at least hold out some hope for scriptwriting tools for Open Office.org to come into existance someday.
Re:Waiting for the script templates or tools.... (Score:2)
Maybe I or someone else here could buy a copy and see how they work to create a replacement for you.
Re:Waiting for the script templates or tools.... (Score:2)
I think you can do this at sourceforge.net
Re:Waiting for the script templates or tools.... (Score:3, Informative)
Re:Waiting for the script templates or tools.... (Score:2)
I'll write one for you... for the same fee of course.
Re:Waiting for the script templates or tools.... (Score:2)
Most of my friends are in "the business" and all but a few think that script-specific software sucks. Most defer to Final Draft because everyone else uses it (echoes of Microsoft Word). It seems the goal, like that of selecting an email client, is finding which sucks less, and hoping you don't have interoperability problems.
Not exactly OO, but LaTeX is fairly trivial to pick up, and a quick search came up with this page [aidtopia.com]. Might be worth a look, especially for anyone tired of dicking around with WYSIWYG
Emacs keybindings (Score:3, Interesting)
The default key bindings drive me nuts.
What would it take to get emacs bindings into the release?
Other complaints (Score:2)
Now if only... (Score:2, Interesting)
they could introduce a hack to remove all the busted-ugly icons and user interface.
(I'm not trolling, I use it; I'd just like to see it get a +1 pretty modifier.)
Re:Now if only... (Score:2, Interesting)
OpenOffice.org 2 also has new icons, you can see them in the development snapshots.
WYSIWYG?!? (Score:5, Insightful)
Re:WYSIWYG?!? (Score:3, Interesting)
Re:WYSIWYG?!? (Score:3, Informative)
You could start by actually looking in the obvious places [ctan.org] first, and save yourself the trouble. There are a suprising amount of prepared packages and documentation for LaTeX available, you just actually have to look for it.
Jedidiah.
Re:WYSIWYG?!? (Score:2)
You just have to be careful and type 'LaTex' not 'latex', otherwise you are in a world of hurt (no pun intended).
Re:WYSIWYG?!? (Score:3, Informative)
COM Automation (Score:3, Interesting)
Please hack open office's SIZE (Score:4, Interesting)
Re:Please hack open office's SIZE (Score:2, Informative)
Re:Please hack open office's SIZE (Score:4, Interesting)
I've had similar issues. It's the i18n module that is most annoying to me, in that it is listed as a dependency (and so gets downloaded and installed) but isn't really required in a lot of cases. Yes the i18n support is a great thing... but could the packagers at the distros make it a little more optional?
Jedidiah.
Parent
Re:Please hack open office's SIZE (Score:3, Insightful)
Um, because disk only costs about fifty cents a gig these days? (OK, there's a certain minimum order...)
guess how long... (Score:3, Funny)
guess how long people will develop a firefox/mozilla extension to view the openoffice.org document directly in firefox/mozilla?
guess how long nvu/mozilla will have the ability to export and import oo.org format?
guess how long a CMS system based on the oo.org format will emerge?
God, I am to busy to write posts to slashdot.org, I don't have any time to do those stuff.
I wrote a PHP Script to do this (Score:5, Informative)
http://slashdot.org/comments.pl?sid=79566&cid=7
It took a OpenOffice Writer file, unzipped it, and replaced specific text with data from my database. It wasn't too difficult, and allowed me to create Template Documents that already had information inside it.
I haven't really used it though, since everyone was happy with PDF files and I use the Pear Class for generating spreadsheets in Excel (http://pear.php.net/package/Spreadsheet_Excel_Wr
I'm sure I'll end up using the script in the future, especially for generating bids, letters, reports, etc.
---
Brandon Petersen
Get Firefox! [spreadfirefox.com]
Re:I wrote a PHP Script to do this (Score:2)
http://slashdot.org/comments.pl?sid=79566&cid=702
--
Brandon Petersen
Get Firefox! [spreadfirefox.com]
While you're hacking... (Score:2)
How to include grammar checker? (Score:2, Interesting)
It's too technical though... (Score:4, Insightful)
My biggest hurdle is convincing people that just because something is "different", its not "hard"... it's just different.
The problem I see here is that an Office Productivity Package should be easy to use; have you ever created a template in MS Office, click an icon. However to create a template in Open Office, you need to hack XML.
THIS is where Open Office (and its use of Open Standards) fails. Users (even power users) are going to have one look at an XML sheet and want to go back to MS.
Yes, XML is the standard, but it should still have a "pretty" GUI for 99% of the people who are going to use it.
Fast Open? (Score:2)
Re:Fast Open? (Score:2)
Re:Fast Open? (Score:2)
Re:Fast Open? (Score:2)
Re:Fast Open? (Score:2)
Re:Fast Open? (Score:4, Insightful)
In any case, my problems came when triggering individual features in the WP, after the whole shebang had started up. I'd select "File:Open", and wait a minute or so for a dialog to appear. That doesn't seem to have much to do with an installed spreadsheet. Though it did seem to be a problem with loading libraries on demand from disk, slowing interactivity of the GUI, rather than preloading the basic libraries at app startup.
Parent
Re:Fast Open? (Score:2)
Current graphic desktops eat RAM for breakfast, lunch and dinner. (And no, swap space just doesn't do it unless you like waiting.)
Re:Fast Open? (Score:2)
On a related note - translating Excel's XML (Score:3, Informative)
Just thought I'd mention a great site for those who are still stuck with Excel, and who need to somehow programmatically manipulate "bitsy" Excel worksheets, and who must do so **remotely - in a Unix/Linux environment**. So, you can't use any local Windows-based tools.
( By "bitsy", I mean sheets with complex layout - a bit here, some more stuff over there, and so on).
Here are the URLs (and **believe me**, these are worth a visit
http://ewbi.blogs.com/develops/2004/12/normalize_
http://ewbi.blogs.com/develops/2005/01/create_exc
If you have a **desperate need** to manipulate/transform/rearrange data in Excel (and you need to do so in Unix/Linux), check out the URLs above. They show how to translate to-and-from Excel's XML format. Awesome stuff!
Re:As Tony B would say (Score:2)
Re:whereas those who *do* understand it (Score:2)
Where's the Lout equivalent to the TeX Showcase? http://www.tug.org/texshowcase (ob. discl. some stuff from my portfolio is in there).
I mean the pages on the documentation (expert.pdf) don't even balance, it's rife w/ widows and orphans (breaking a two-line paragraph!?!), the index allows a single entry to be carried over to the next page, and t