[dev] Re: [users] Security
Just a thought and I hope no one takes offense, but seems to me that this should be something that can be made easier or even automated for the end user. I am a software developer who has also done tech support. If I were not particularly computer savvy, most of this answer would be useless to me, namely: 1) what is a string, 2) where to get md5sum.exe, and 3) how to run it, considering that many average Windows users do not know how to use command line programs. For your consideration, I have encountered many customers of the company I work for who equate MSOffice and Windows, calling one the other and having no idea what an OS is, yet still perfectly capable of using an office document suite. To use an old analogy, it's like being able to drive a car and not having to know all the mechanics and theory under the hood (American English here) and chasis to do it. Hence the allure of the MS when they provide this security check automatically. The Linspire (flavor of Linux) software library is also a wonderfully simple model as well. For what it's worth and hoping it sparks some creative ideas in folks who are more capable than I, Matthew L. Avizinis Gleim Publications, Inc. Anthony Chilco wrote: Hi Isabelle, On the page where you downloaded the software, you should find a link to download its MD5sum. This is a string generated from the contents of the file. Using md5sum.exe, which is also freely available for download, you can generate the same string using the downloaded file as input. If they match, what you downloaded has not been corrupted or infected. If you trust the openoffice organization, then you can rest assured that it is safe. Thousands of other users think so. tc You appear not to be subscribed to the users mailing list. You could miss many of the replies to your post unless you do subscribe. Just send a blank message addressed to <[EMAIL PROTECTED]> using the e-mail account through which you want to receive it. You will receive a message asking you to confirm your subscription by replying to it. See http://support.openoffice.org/index.html for more options. Isabelle Murphy wrote: I downloaded open office and my computer tells me not to run the software because there is no valid digital signature. How do I know it is safe to run it? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dev] gcc bitfields and memory access. e.g. -mtune=pentium4
This is a nasty gotcha that caught me out recently, where a bitfield comparison to unsigned char would blow up OOo during a OutputDevice::DrawText, not every time, but over the course of a medium length OOo session almost guaranteed to occur. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25199 -mtune=pentiumpro is the default OOo gcc on ix86 build flag for OOo, and doesn't suffer from the problem, while e.g. -mtune=pentium4 which is the default for fedora 4 does. So it's not a serious general OOo problem, but one that's possibly worth knowing about. C. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dev] Download of oppenoffice norwegian
Hi The link to download the Norwegian is wrong Can anybody fix it Ola Ketil Siqveland - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dev] Re: [users] Question about xmlscript
On Thu, 2005-12-01 at 11:28 +0800, 刘瑜 wrote: > Hello, > I currently am working on the OOo_SRC680_m120_source. I have some questions > about xmlscript module. > I would want to know where can I find the documents about the imexp project > in xmlscript module? If I want to make a xml file like the test.xml in imexp > project in xmlscript module, where can I find the documents about the xml > file making guide or the xml file rules? Thanks very much. > If you are that deep in the code, I think your quest is better suited to the dev list. I have copied this list and encourage you to look there for answers. -- PLEASE KEEP MESSAGES ON THE LIST. OpenOffice.org Documentation Co-Lead http://documentation.openoffice.org/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
Re: [dev] Excel file format documentation
Joshua Varner schrieb: I work at a company that writes office software for mobile devices; I specifically am working on our spreadsheet application. In this I have found the OO excel file format documentation to be terribly useful, though incomplete, and I wanted to contribute to that documentation as I discover more about the format. My question is how would I contibute to that facet of the project, it doesn't seem to fall under doc: as that is end-user documentation, so I am asking here (please cc me as I am not subscribed). The current document has not been updated in 8 months, so I am wondering if there is another source from which it is imported. If so, where is that? There is no other source, I am still working on that document. Just send me your additions in plain-text format, I will add them into the doc. The long time without updates is due to my high workload on the Excel filters. I have added some stuff in the meantime, but it is not complete yet so I didn't upload a new version. Regards Daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
[dev] Excel file format documentation
Hi, I work at a company that writes office software for mobile devices; I specifically am working on our spreadsheet application. In this I have found the OO excel file format documentation to be terribly useful, though incomplete, and I wanted to contribute to that documentation as I discover more about the format. My question is how would I contibute to that facet of the project, it doesn't seem to fall under doc: as that is end-user documentation, so I am asking here (please cc me as I am not subscribed). The current document has not been updated in 8 months, so I am wondering if there is another source from which it is imported. If so, where is that? Thanks, Josh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]