Re: [Phpmyadmin-devel] [Phpmyadmin-svn] SF.net SVN: phpmyadmin:[12711] branches/gsoc/derek/phpMyAdmin

Hi Dne Thu, 23 Jul 2009 19:33:42 +0000 drummingds1@users.sourceforge.net napsal(a):
Revision: 12711 http://phpmyadmin.svn.sourceforge.net/phpmyadmin/?rev=12711&view=rev Author: drummingds1 Date: 2009-07-23 19:33:41 +0000 (Thu, 23 Jul 2009)
Log Message: ----------- Added Excel import module. [...] + * LICENSE: This source file is subject to version 3.0 of the PHP license + * that is available through the world-wide-web at the following URI: + * http://www.php.net/license/3_0.txt. If you did not receive a copy of + * the PHP License and are unable to obtain it through the web, please + * send a note to license@php.net so we can mail you a copy immediately.
PHP license is AFAIK incompatible with GPL, so we can not include PHP licensed code. -- Michal Čihař | http://cihar.com | http://phpmyadmin.cz

Well that's damned unfortunate. Is there any way to get around this? -Derek On Thu, Jul 23, 2009 at 3:57 PM, Michal Čihař<michal@cihar.com> wrote:
Hi
Dne Thu, 23 Jul 2009 19:33:42 +0000 drummingds1@users.sourceforge.net napsal(a):
Revision: 12711 http://phpmyadmin.svn.sourceforge.net/phpmyadmin/?rev=12711&view=rev Author: drummingds1 Date: 2009-07-23 19:33:41 +0000 (Thu, 23 Jul 2009)
Log Message: ----------- Added Excel import module. [...] + * LICENSE: This source file is subject to version 3.0 of the PHP license + * that is available through the world-wide-web at the following URI: + * http://www.php.net/license/3_0.txt. If you did not receive a copy of + * the PHP License and are unable to obtain it through the web, please + * send a note to license@php.net so we can mail you a copy immediately.
PHP license is AFAIK incompatible with GPL, so we can not include PHP licensed code.
-- Michal Čihař | http://cihar.com | http://phpmyadmin.cz
------------------------------------------------------------------------------
_______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

Dne Thu, 23 Jul 2009 17:14:41 -0500 Derek Schaefer <derek.schaefer@gmail.com> napsal(a):
Well that's damned unfortunate. Is there any way to get around this?
Ask original author to relicense. PHP license is anyway not a good choice for anything what was not released by the "PHP Group". The author might consider regular BSD-style license, which is basically same, but just without the PHP trademark and "PHP Group" copyright. -- Michal Čihař | http://cihar.com | http://phpmyadmin.cz

Alright, I'll send the maintainer an e-mail first thing tomorrow. -Derek On Thu, Jul 23, 2009 at 6:59 PM, Michal Čihař<michal@cihar.com> wrote:
Dne Thu, 23 Jul 2009 17:14:41 -0500 Derek Schaefer <derek.schaefer@gmail.com> napsal(a):
Well that's damned unfortunate. Is there any way to get around this?
Ask original author to relicense. PHP license is anyway not a good choice for anything what was not released by the "PHP Group". The author might consider regular BSD-style license, which is basically same, but just without the PHP trademark and "PHP Group" copyright.
-- Michal Čihař | http://cihar.com | http://phpmyadmin.cz
------------------------------------------------------------------------------
_______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

Well, it's been about a week since I sent the email and I have gotten no response thus far. How badly is the ability to import XLS files needed, especially since the CSV module has been/is being improved (everything can export to CSV)? -Derek 2009/7/23 Derek Schaefer <derek.schaefer@gmail.com>:
Alright, I'll send the maintainer an e-mail first thing tomorrow.
-Derek
On Thu, Jul 23, 2009 at 6:59 PM, Michal Čihař<michal@cihar.com> wrote:
Dne Thu, 23 Jul 2009 17:14:41 -0500 Derek Schaefer <derek.schaefer@gmail.com> napsal(a):
Well that's damned unfortunate. Is there any way to get around this?
Ask original author to relicense. PHP license is anyway not a good choice for anything what was not released by the "PHP Group". The author might consider regular BSD-style license, which is basically same, but just without the PHP trademark and "PHP Group" copyright.
-- Michal Čihař | http://cihar.com | http://phpmyadmin.cz
------------------------------------------------------------------------------
_______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

Hi Dne Thu, 30 Jul 2009 15:52:59 -0500 Derek Schaefer <derek.schaefer@gmail.com> napsal(a):
Well, it's been about a week since I sent the email and I have gotten no response thus far.
How badly is the ability to import XLS files needed, especially since the CSV module has been/is being improved (everything can export to CSV)?
Not really needed, just ignore it for now and focus on other things. I think even xlsx is more interesting than "old" Excel files and it should be easier to implement. -- Michal Čihař | http://cihar.com | http://phpmyadmin.cz

On Thu, Jul 30, 2009 at 4:15 PM, Michal Čihař<michal@cihar.com> wrote:
Hi
Dne Thu, 30 Jul 2009 15:52:59 -0500 Derek Schaefer <derek.schaefer@gmail.com> napsal(a):
Well, it's been about a week since I sent the email and I have gotten no response thus far.
How badly is the ability to import XLS files needed, especially since the CSV module has been/is being improved (everything can export to CSV)?
Not really needed, just ignore it for now and focus on other things. I think even xlsx is more interesting than "old" Excel files and it should be easier to implement.
True. I'll put the XLS module on the back-burner for now. If I have extra time at the end I will consider writing my own PHP BIFF library, and using that instead.
-- Michal Čihař | http://cihar.com | http://phpmyadmin.cz
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
participants (2)
-
Derek Schaefer
-
Michal Čihař