diff options
-rw-r--r-- | docs/index.html | 20 | ||||
-rw-r--r-- | posts/onivim_sucks.md | 20 |
2 files changed, 26 insertions, 14 deletions
diff --git a/docs/index.html b/docs/index.html index 531a69a..1f271c9 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -49,16 +49,22 @@ ask?</p> | |||
49 | <a href="https://github.com/onivim/oni2/issues/519">broken scrolling</a> and | 49 | <a href="https://github.com/onivim/oni2/issues/519">broken scrolling</a> and |
50 | <a href="https://github.com/onivim/oni2/issues?q=is%3Aissue+is%3Aclosed+label%3A%22daily+editor+blocker%22">others</a>, | 50 | <a href="https://github.com/onivim/oni2/issues?q=is%3Aissue+is%3Aclosed+label%3A%22daily+editor+blocker%22">others</a>, |
51 | Onivim is <strong>proprietary</strong> software. It is licensed under a commercial | 51 | Onivim is <strong>proprietary</strong> software. It is licensed under a commercial |
52 | <a href="https://github.com/onivim/oni2/blob/master/Outrun-Labs-EULA-v1.1.md">end user agreement licence</a>, | 52 | <a href="https://github.com/onivim/oni1/blob/master/Outrun-Labs-EULA-v1.1.md">end user agreement license</a>, |
53 | which prohibits redistribution in both object code and source code formats.</p> | 53 | which prohibits redistribution in both object code and source code formats.</p> |
54 | 54 | ||
55 | <p>Onivim’s source code is available on <a href="https://github.com/onivim/oni2">GitHub</a>, | 55 | <p>Onivim’s core editor logic (bits that belong to vim), have been separated from |
56 | but its licences make it fall under the ‘source available’ category and not | 56 | the interface, into <a href="https://github.com/onivim/libvim">libvim</a>. libvim is |
57 | ‘open source’. They do mention that the source code trickles down to the | 57 | licensed under MIT, which means, this ‘extension’ of vim is perfectly in |
58 | <a href="https://github.com/onivim/oni2-mit">oni2-mit</a> repo, which contains (not yet) | 58 | adherence to <a href="http://vimdoc.sourceforge.net/htmldoc/uganda.html#license">vim’s license text</a>! |
59 | MIT-licensed code, <strong>18 months</strong> after each commit to the original repo.</p> | 59 | Outrun Labs are exploiting this loophole (distributing vim as a library) to |
60 | commercialize Onivim.</p> | ||
60 | 61 | ||
61 | <p>Contributing to Onivim? Don’t. They make a profit out of your contributions. | 62 | <p>Onivim’s source code is available on <a href="https://github.com/onivim/oni2">GitHub</a>. |
63 | They do mention that the source code trickles down to the | ||
64 | <a href="https://github.com/onivim/oni2-mit">oni2-mit</a> repository, which (not yet) contains | ||
65 | MIT-licensed code, <strong>18 months</strong> after each commit to the original repository.</p> | ||
66 | |||
67 | <p>Want to contribute to Onivim? Don’t. They make a profit out of your contributions. | ||
62 | Currently, Onivim is priced at $19.99, ‘pre-alpha’ pricing which is 80% off the | 68 | Currently, Onivim is priced at $19.99, ‘pre-alpha’ pricing which is 80% off the |
63 | final price! If you are on the lookout for an editor, I would suggest using | 69 | final price! If you are on the lookout for an editor, I would suggest using |
64 | <a href="https://vim.org">Vim</a>, charity ware that actually works, and costs $100 lesser.</p> | 70 | <a href="https://vim.org">Vim</a>, charity ware that actually works, and costs $100 lesser.</p> |
diff --git a/posts/onivim_sucks.md b/posts/onivim_sucks.md index cd064d2..419b3bb 100644 --- a/posts/onivim_sucks.md +++ b/posts/onivim_sucks.md | |||
@@ -6,16 +6,22 @@ Apart from [buggy syntax highlighting](https://github.com/onivim/oni2/issues/550 | |||
6 | [broken scrolling](https://github.com/onivim/oni2/issues/519) and | 6 | [broken scrolling](https://github.com/onivim/oni2/issues/519) and |
7 | [others](https://github.com/onivim/oni2/issues?q=is%3Aissue+is%3Aclosed+label%3A%22daily+editor+blocker%22), | 7 | [others](https://github.com/onivim/oni2/issues?q=is%3Aissue+is%3Aclosed+label%3A%22daily+editor+blocker%22), |
8 | Onivim is **proprietary** software. It is licensed under a commercial | 8 | Onivim is **proprietary** software. It is licensed under a commercial |
9 | [end user agreement licence](https://github.com/onivim/oni2/blob/master/Outrun-Labs-EULA-v1.1.md), | 9 | [end user agreement license](https://github.com/onivim/oni1/blob/master/Outrun-Labs-EULA-v1.1.md), |
10 | which prohibits redistribution in both object code and source code formats. | 10 | which prohibits redistribution in both object code and source code formats. |
11 | 11 | ||
12 | Onivim's source code is available on [GitHub](https://github.com/onivim/oni2), | 12 | Onivim's core editor logic (bits that belong to vim), have been separated from |
13 | but its licences make it fall under the 'source available' category and not | 13 | the interface, into [libvim](https://github.com/onivim/libvim). libvim is |
14 | 'open source'. They do mention that the source code trickles down to the | 14 | licensed under MIT, which means, this 'extension' of vim is perfectly in |
15 | [oni2-mit](https://github.com/onivim/oni2-mit) repo, which contains (not yet) | 15 | adherence to [vim's license text](http://vimdoc.sourceforge.net/htmldoc/uganda.html#license)! |
16 | MIT-licensed code, **18 months** after each commit to the original repo. | 16 | Outrun Labs are exploiting this loophole (distributing vim as a library) to |
17 | commercialize Onivim. | ||
17 | 18 | ||
18 | Contributing to Onivim? Don't. They make a profit out of your contributions. | 19 | Onivim's source code is available on [GitHub](https://github.com/onivim/oni2). |
20 | They do mention that the source code trickles down to the | ||
21 | [oni2-mit](https://github.com/onivim/oni2-mit) repository, which (not yet) contains | ||
22 | MIT-licensed code, **18 months** after each commit to the original repository. | ||
23 | |||
24 | Want to contribute to Onivim? Don't. They make a profit out of your contributions. | ||
19 | Currently, Onivim is priced at $19.99, 'pre-alpha' pricing which is 80% off the | 25 | Currently, Onivim is priced at $19.99, 'pre-alpha' pricing which is 80% off the |
20 | final price! If you are on the lookout for an editor, I would suggest using | 26 | final price! If you are on the lookout for an editor, I would suggest using |
21 | [Vim](https://vim.org), charity ware that actually works, and costs $100 lesser. | 27 | [Vim](https://vim.org), charity ware that actually works, and costs $100 lesser. |