Re: Calculate file checksums via Javascript

2014-03-10 Thread Marcus (OOo)
Am 03/09/2014 06:08 PM, schrieb Marcus (OOo): Am 03/08/2014 02:36 PM, schrieb Andrea Pescetti: Rob Weir wrote: http://www.openoffice.org/dev_docs/using_md5sums.html This gets around 90 visits per day, almost all are referrals from Google searches. OK, I agree it should be killed by deleting

Re: Calculate file checksums via Javascript

2014-03-10 Thread Marcus (OOo)
Am 03/08/2014 02:36 PM, schrieb Andrea Pescetti: Rob Weir wrote: http://www.openoffice.org/dev_docs/using_md5sums.html This gets around 90 visits per day, almost all are referrals from Google searches. OK, I agree it should be killed by deleting it then. I've deleted the webpage. Of

Re: Calculate file checksums via Javascript

2014-03-09 Thread Marcus (OOo)
Am 03/08/2014 12:20 AM, schrieb Rob Weir: On Fri, Mar 7, 2014 at 5:22 PM, Marcus (OOo)marcus.m...@wtnet.de wrote: Am 03/07/2014 11:13 PM, schrieb Rob Weir: On Fri, Mar 7, 2014 at 5:00 PM, Andrea Pescettipesce...@apache.org wrote: Marcus (OOo) wrote: Am 03/07/2014 09:02 AM, schrieb

Re: Calculate file checksums via Javascript

2014-03-08 Thread Andrea Pescetti
Rob Weir wrote: http://www.openoffice.org/dev_docs/using_md5sums.html This gets around 90 visits per day, almost all are referrals from Google searches. OK, I agree it should be killed by deleting it then. Of course, internal link from openoffice.org pages to

Re: Calculate file checksums via Javascript

2014-03-07 Thread Andrea Pescetti
On 06/03/2014 Rob Weir wrote: Interesting page: https://md5file.com/calculator It does MD5/SHA1/SHA256 calculations on local files, using Javascript. Interesting indeed. It solves what has been a major problem so far, i.e., having to upload the entire file to have its md5sum checked via a

Re: Calculate file checksums via Javascript

2014-03-07 Thread Marcus (OOo)
Am 03/07/2014 09:02 AM, schrieb Andrea Pescetti: On 06/03/2014 Rob Weir wrote: Interesting page: https://md5file.com/calculator It does MD5/SHA1/SHA256 calculations on local files, using Javascript. Interesting indeed. It solves what has been a major problem so far, i.e., having to upload the

Re: Calculate file checksums via Javascript

2014-03-07 Thread Andrea Pescetti
Marcus (OOo) wrote: Am 03/07/2014 09:02 AM, schrieb Andrea Pescetti: To start, we should definitely mention it in https://www.openoffice.org/dev_docs/using_md5sums.html This file is outdated. Better to put it to the checksums.html which directly linked from the download webpage which I've done

Re: Calculate file checksums via Javascript

2014-03-07 Thread Rob Weir
On Fri, Mar 7, 2014 at 5:00 PM, Andrea Pescetti pesce...@apache.org wrote: Marcus (OOo) wrote: Am 03/07/2014 09:02 AM, schrieb Andrea Pescetti: To start, we should definitely mention it in https://www.openoffice.org/dev_docs/using_md5sums.html This file is outdated. Better to put it to the

Re: Calculate file checksums via Javascript

2014-03-07 Thread Marcus (OOo)
Am 03/07/2014 11:13 PM, schrieb Rob Weir: On Fri, Mar 7, 2014 at 5:00 PM, Andrea Pescettipesce...@apache.org wrote: Marcus (OOo) wrote: Am 03/07/2014 09:02 AM, schrieb Andrea Pescetti: To start, we should definitely mention it in https://www.openoffice.org/dev_docs/using_md5sums.html

Re: Calculate file checksums via Javascript

2014-03-07 Thread Rob Weir
On Fri, Mar 7, 2014 at 5:22 PM, Marcus (OOo) marcus.m...@wtnet.de wrote: Am 03/07/2014 11:13 PM, schrieb Rob Weir: On Fri, Mar 7, 2014 at 5:00 PM, Andrea Pescettipesce...@apache.org wrote: Marcus (OOo) wrote: Am 03/07/2014 09:02 AM, schrieb Andrea Pescetti: To start, we should

Calculate file checksums via Javascript

2014-03-06 Thread Rob Weir
Interesting page: https://md5file.com/calculator It does MD5/SHA1/SHA256 calculations on local files, using Javascript. Requires HTML5 file input support, but that is more common today. No server support is needed, all calculations are done in the browser. Give this as a proof of concept, the