[libreoffice-users] Re: Unzipped opendoc files
Yep that's exactly the idea. Thank you for your answers everybody. I think I know where to go now. - Michel K. -- View this message in context: http://nabble.documentfoundation.org/Unzipped-opendoc-files-tp4148436p4148540.html Sent from the Users mailing list archive at Nabble.com. -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
Re: [libreoffice-users] Re: Unzipped opendoc files
I believe the idea is to have a file structure like this: /home/foldername/Configurations2 /home/foldername/content.xml /home/foldername/layout-cache /home/foldername/manifest.rdf /home/foldername/META-INF /home/foldername/meta.xml /home/foldername/mimetype /home/foldername/Pictures /home/foldername/settings.xml /home/foldername/styles.xml /home/foldername/Thumbnails And to directly "open" it with libreoffice, using /home/foldername, without zipping/unzipping the odt file. -- Cley Faye http://cleyfaye.net 2015-05-13 14:23 GMT+02:00 James Knott : > On 05/13/2015 08:04 AM, mkrbins wrote: > > Oh, I'm not sure I made myself clear. > > What I was asking is > > Can soffice use a directory resulting from an unzip as if it were an odt > > document? > > If I understand what you're saying, you may be able to edit it, but > unless you save it elsewhere, your changes won't be saved. You can't > just open a zip, change something and then expect the changes to be > saved when you close the zipped file. You'd have to save the contents > somewhere and then zip them. > > > -- > To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org > Problems? > http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ > Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette > List archive: http://listarchives.libreoffice.org/global/users/ > All messages sent to this list will be publicly archived and cannot be > deleted > > -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
Re: [libreoffice-users] Re: Unzipped opendoc files
On 05/13/2015 08:04 AM, mkrbins wrote: > Oh, I'm not sure I made myself clear. > What I was asking is > Can soffice use a directory resulting from an unzip as if it were an odt > document? If I understand what you're saying, you may be able to edit it, but unless you save it elsewhere, your changes won't be saved. You can't just open a zip, change something and then expect the changes to be saved when you close the zipped file. You'd have to save the contents somewhere and then zip them. -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
Re: [libreoffice-users] Re: Unzipped opendoc files
The functionality doesn't seem to be present in LibreOffice itself (at the very least, it's not in obvious places). But if you really want to use an SVC on the content, you could probably set things using fuse-zip or something similar. It might not work very well however, as LibreOffice enjoy having files in a certain order inside their zip (especially the mimetype at the beginning). All things considered, you might as well go with using the flat XML format, which is slightly more SVC-friendly. -- Cley Faye http://cleyfaye.net 2015-05-13 14:04 GMT+02:00 mkrbins : > Oh, I'm not sure I made myself clear. > What I was asking is > Can soffice use a directory resulting from an unzip as if it were an odt > document? > Presumably all information of the document is in the directory. > > So given the right starting point soffice or swriter or scalc should be > able > to treat the directory as an odt document. > > so normaly I would do something like > > swriter thedocument.odt > > but I could unzip "thedocument.odt" as otherplace/thedocument.odt > (directory > name) > > and do > > swriter otherplace/thedocument.odt > > and just be editing an unzipped odt document > > Ok, it doesn't work like that but is there a way that it would? > So you might think. > What the f... is this guy thinking about? > Well I was thinking about using a standard SVC on such a directory. > Ok so LibreOffice does have a document version tracking functionality. > I was just wondering if there would be a way to do it 'old-style'. > Of course there would be a lot of problems working this way. (Most of all > the influence of any change would not be very clear) > I did not say it would be a smart way to work. > I just wanted to check if it would be possible at all. > :-) > > > > - > Michel K. > -- > View this message in context: > http://nabble.documentfoundation.org/Unzipped-opendoc-files-tp4148436p4148533.html > Sent from the Users mailing list archive at Nabble.com. > > -- > To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org > Problems? > http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ > Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette > List archive: http://listarchives.libreoffice.org/global/users/ > All messages sent to this list will be publicly archived and cannot be > deleted > > -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
[libreoffice-users] Re: Unzipped opendoc files
Oh, I'm not sure I made myself clear. What I was asking is Can soffice use a directory resulting from an unzip as if it were an odt document? Presumably all information of the document is in the directory. So given the right starting point soffice or swriter or scalc should be able to treat the directory as an odt document. so normaly I would do something like swriter thedocument.odt but I could unzip "thedocument.odt" as otherplace/thedocument.odt (directory name) and do swriter otherplace/thedocument.odt and just be editing an unzipped odt document Ok, it doesn't work like that but is there a way that it would? So you might think. What the f... is this guy thinking about? Well I was thinking about using a standard SVC on such a directory. Ok so LibreOffice does have a document version tracking functionality. I was just wondering if there would be a way to do it 'old-style'. Of course there would be a lot of problems working this way. (Most of all the influence of any change would not be very clear) I did not say it would be a smart way to work. I just wanted to check if it would be possible at all. :-) - Michel K. -- View this message in context: http://nabble.documentfoundation.org/Unzipped-opendoc-files-tp4148436p4148533.html Sent from the Users mailing list archive at Nabble.com. -- To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted