Welcome, Guest. Please login or register.

Author Topic: ODF Datatype?  (Read 1693 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline slaapliedjeTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Oct 2010
  • Posts: 843
  • Country: 00
  • Thanked: 1 times
    • Show only replies by slaapliedje
ODF Datatype?
« on: January 14, 2014, 07:49:39 AM »
I've been searching here and there for it, but I can't seem to locate an Open Document Format Datatype.  This would be the format that OpenOffice/LibreOffice uses for it's documents.

Datatypes are one of the coolest things about the newer versions of AmigaOS, but I'm not sure what exactly would be involved with creating an ODF for it.  I haven't even been able to find someone asking the question.  I would love for any word processor that utilizes datatypes to be able to support opening and saving of ODF.

slaapliedje
A4000D: Mediator 4000Di; Voodoo 3, ZorRAM 128MB, 10/100mb Ethernet, Spider 2. Cyberstorm PPC 060/50 604e/420.
 

Offline chris

Re: ODF Datatype?
« Reply #1 on: January 28, 2014, 06:54:16 PM »
Quote from: slaapliedje;757173
I've been searching here and there for it, but I can't seem to locate an Open Document Format Datatype.  This would be the format that OpenOffice/LibreOffice uses for it's documents.

The best I can do for you is this: http://internetpages.bravepages.com/docdatatypes/
I don't know whether the author is still active, but it certainly hasn't had an update in a long time (and there's no ODF support)

Quote
Datatypes are one of the coolest things about the newer versions of AmigaOS, but I'm not sure what exactly would be involved with creating an ODF for it.  I haven't even been able to find someone asking the question.  I would love for any word processor that utilizes datatypes to be able to support opening and saving of ODF.

Most word processors don't support using datatypes to load/save text.
The datatypes on the above links are subclasses of text.datatype, so you'll lose all the formatting.
Subclasses of document.datatype are doable and would keep the formatting, but there's no way of doing anything other than viewing them in MultiView.

What I think you actually need is a WP which supports ODF.
"Miracles we do at once, the impossible takes a little longer" - AJS on Hyperion
Avatar picture is Tabitha by Eric W Schwartz
 

Offline slaapliedjeTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Oct 2010
  • Posts: 843
  • Country: 00
  • Thanked: 1 times
    • Show only replies by slaapliedje
Re: ODF Datatype?
« Reply #2 on: January 28, 2014, 07:14:15 PM »
Ah, that all makes sense.  It's a shame that more programs didn't fully utilize the datatypes.  But then I guess that brings up the question of, is there any word processor for the Amiga Classics that support ODF?  I tend to think ODF is the future, and it'd be fantastic if even our beloved Classic Amigas could be used for modern day writing / word processing.

slaapliedje
A4000D: Mediator 4000Di; Voodoo 3, ZorRAM 128MB, 10/100mb Ethernet, Spider 2. Cyberstorm PPC 060/50 604e/420.
 

Offline Thorham

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1150
    • Show only replies by Thorham
Re: ODF Datatype?
« Reply #3 on: January 28, 2014, 08:26:31 PM »
Quote from: slaapliedje;758112
I guess that brings up the question of, is there any word processor for the Amiga Classics that support ODF?

Probably not. The ODF format is just XML (from what I've read). Would be really easy to handle, but it's probably just not supported.

Quote from: slaapliedje;758112
it'd be fantastic if even our beloved Classic Amigas could be used for modern day writing / word processing.

You can. You can use your Amiga to write anything you want :p As far as program compatibility goes, try to find a format that's supported by Open Office and Amiga software. Of course, you probably did that already, right?
 

Offline slaapliedjeTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Oct 2010
  • Posts: 843
  • Country: 00
  • Thanked: 1 times
    • Show only replies by slaapliedje
Re: ODF Datatype?
« Reply #4 on: January 28, 2014, 09:05:37 PM »
Quote
You can. You can use your Amiga to write anything you want :p  As far as program compatibility goes, try to find a format that's  supported by Open Office and Amiga software. Of course, you probably did  that already, right?

Of course I can, I can even print it out since I have a JetDirect capable printer.  I need to look more into what word processors are available for the Amiga.  Was even considering learning C so I could port Abiword.  Of course it'd be easier if the Amiga had a port of GTK+ or a way to easily port GTK+ software to MUI, which I think would be the correct way to go.

Unfortunately I have too many other things I'm trying to work on right now.  But it'd be pretty awesome to have a new word processor that supports all the formats for the Amiga.  I know they are working on porting LibreOffice to Amiga 4.x, but it's a huge behomoth and would never be able to run on Amiga 3.x, unless you had oodles of RAM.

Thanks for all the input.

slaapliedje
A4000D: Mediator 4000Di; Voodoo 3, ZorRAM 128MB, 10/100mb Ethernet, Spider 2. Cyberstorm PPC 060/50 604e/420.
 

Offline Matt_H

Re: ODF Datatype?
« Reply #5 on: January 28, 2014, 11:01:54 PM »
Someone was working on a GTK-MUI wrapper some years ago. I thought it was finished, but I've never seen anything come of it.

If you have a MorphOS machine, Scriba seems to have some OpenDocument support.

The Amiga's best classic word processors - WordWorth7 and Final Writer 97 - are very capable. The only major downside to them is difficulties with saving/loading modern formats. I'm not sure how capable they each are with datatypes, but someone could write a format conversion tool and then tie it into either program with ARexx so as to be largely transparent.
 

Offline slaapliedjeTopic starter

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Oct 2010
  • Posts: 843
  • Country: 00
  • Thanked: 1 times
    • Show only replies by slaapliedje
Re: ODF Datatype?
« Reply #6 on: January 28, 2014, 11:10:00 PM »
I actually think I just found that work!  http://sourceforge.net/projects/gtk-mui/

I'll have to check it out and see where I can go with it.

Also http://aminet.net/package/dev/lib/libgtk-mui.src

slaapliedje
« Last Edit: January 28, 2014, 11:18:33 PM by slaapliedje »
A4000D: Mediator 4000Di; Voodoo 3, ZorRAM 128MB, 10/100mb Ethernet, Spider 2. Cyberstorm PPC 060/50 604e/420.