Live data from Hacker News

Beyond vi - Towards a modern command mode

e-texteditor.com

11–14 of 14 posts

Re: Beyond vi - Towards a modern command mode

#11
post #6
post #5

Earlier quoted context omitted.

Actually the source is available and quite a few people have made it run on Linux. From what I hear it is still pretty unstable on Linux, but if a few gurus grabbed hold of it, it would probably quickly get up to speed.

I think it probably could have been working on linux with outside contributors if the license[1] did not contain strict requirements such as maintaining licensing. So the source is indeed available but it isn't really open so it hurts in outside contributions. [1] http://github.com/etexteditor/e/blob/master/docs/license.txt

I wouldn't call it opensource. Only the GUI is opensource. The core functionality is binary. You could not port it to OSX or BSD (unless the BSD in question can load linux .so)

http://github.com/etexteditor/e/blob/master/ecore/libecore.s...

http://github.com/etexteditor/e/blob/master/ecore/libecored....

Re: Beyond vi - Towards a modern command mode

#12
post #9
post #6

Earlier quoted context omitted.

I think it probably could have been working on linux with outside contributors if the license[1] did not contain strict requirements such as maintaining licensing. So the source is indeed available but it isn't really open so it hurts in outside contributions. [1] http://github.com/etexteditor/e/blob/master/docs/license.txt

What problem do you have with the license? It doesn't require any release of source and it doesn't prevent sale of the software. It looks a lot like a BSD license.

I'm guessing this part:

  * Any redistribution, in whole or in part, must retain full licensing functionality, without any attempt to change, obscure or in other ways circumvent its intent.
That would imply that you have to keep the binary blobs, and that you wouldn't be allowed to reverse engineer them (say, if the E-text editor guy goes out of business).

Re: Beyond vi - Towards a modern command mode

#13
post #9

Earlier quoted context omitted.

What problem do you have with the license? It doesn't require any release of source and it doesn't prevent sale of the software. It looks a lot like a BSD license.

I'm guessing this part: * Any redistribution, in whole or in part, must retain full licensing functionality, without any attempt to change, obscure or in other ways circumvent its intent. That would imply that you have to keep the binary blobs, and that you wouldn't be allowed to reverse engineer them (say, if the E-text editor guy goes out of business).

It sounds to me like reverse engineering would be fine. All it says is that redistribution must retain the license as-is with no attempt to change or obscure the license.

Re: Beyond vi - Towards a modern command mode

#14

Earlier quoted context omitted.

I'm guessing this part: * Any redistribution, in whole or in part, must retain full licensing functionality, without any attempt to change, obscure or in other ways circumvent its intent. That would imply that you have to keep the binary blobs, and that you wouldn't be allowed to reverse engineer them (say, if the E-text editor guy goes out of business).

It sounds to me like reverse engineering would be fine. All it says is that redistribution must retain the license as-is with no attempt to change or obscure the license .

That's "licensing functionality", which is not necessarily just the license itself. Given that the original program is licensed ($49 or something), that seems pretty clear to me - particularly given that otherwise it's a BSD licence, so clauses 1-2 cover the case that you mention.

Obviously the only real test of the wording is in court, but it'd be enough to make some people steer clear of it.

Post reply on HN