aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2019-08-02 17:27:12 +0100
committerNerdyPepper <[email protected]>2019-08-02 17:27:12 +0100
commit8f8e38fe3a2751d772beaeb9449f30df645e1d56 (patch)
treecf01b7b42c321454dd48ba7d8361e2c9614ad4a4
parentcb24fdee3386ff6957761cb0ea2a482bfcfd9fad (diff)
clarifications
-rw-r--r--docs/index.html20
-rw-r--r--posts/onivim_sucks.md20
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>,
51Onivim is <strong>proprietary</strong> software. It is licensed under a commercial 51Onivim 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>,
53which prohibits redistribution in both object code and source code formats.</p> 53which prohibits redistribution in both object code and source code formats.</p>
54 54
55<p>Onivim&#8217;s source code is available on <a href="https://github.com/onivim/oni2">GitHub</a>, 55<p>Onivim&#8217;s core editor logic (bits that belong to vim), have been separated from
56but its licences make it fall under the &#8216;source available&#8217; category and not 56the interface, into <a href="https://github.com/onivim/libvim">libvim</a>. libvim is
57&#8216;open source&#8217;. They do mention that the source code trickles down to the 57licensed under MIT, which means, this &#8216;extension&#8217; of vim is perfectly in
58<a href="https://github.com/onivim/oni2-mit">oni2-mit</a> repo, which contains (not yet) 58adherence to <a href="http://vimdoc.sourceforge.net/htmldoc/uganda.html#license">vim&#8217;s license text</a>!
59MIT-licensed code, <strong>18 months</strong> after each commit to the original repo.</p> 59Outrun Labs are exploiting this loophole (distributing vim as a library) to
60commercialize Onivim.</p>
60 61
61<p>Contributing to Onivim? Don&#8217;t. They make a profit out of your contributions. 62<p>Onivim&#8217;s source code is available on <a href="https://github.com/onivim/oni2">GitHub</a>.
63They 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
65MIT-licensed code, <strong>18 months</strong> after each commit to the original repository.</p>
66
67<p>Want to contribute to Onivim? Don&#8217;t. They make a profit out of your contributions.
62Currently, Onivim is priced at $19.99, &#8216;pre-alpha&#8217; pricing which is 80% off the 68Currently, Onivim is priced at $19.99, &#8216;pre-alpha&#8217; pricing which is 80% off the
63final price! If you are on the lookout for an editor, I would suggest using 69final 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),
8Onivim is **proprietary** software. It is licensed under a commercial 8Onivim 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),
10which prohibits redistribution in both object code and source code formats. 10which prohibits redistribution in both object code and source code formats.
11 11
12Onivim's source code is available on [GitHub](https://github.com/onivim/oni2), 12Onivim's core editor logic (bits that belong to vim), have been separated from
13but its licences make it fall under the 'source available' category and not 13the interface, into [libvim](https://github.com/onivim/libvim). libvim is
14'open source'. They do mention that the source code trickles down to the 14licensed 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) 15adherence to [vim's license text](http://vimdoc.sourceforge.net/htmldoc/uganda.html#license)!
16MIT-licensed code, **18 months** after each commit to the original repo. 16Outrun Labs are exploiting this loophole (distributing vim as a library) to
17commercialize Onivim.
17 18
18Contributing to Onivim? Don't. They make a profit out of your contributions. 19Onivim's source code is available on [GitHub](https://github.com/onivim/oni2).
20They do mention that the source code trickles down to the
21[oni2-mit](https://github.com/onivim/oni2-mit) repository, which (not yet) contains
22MIT-licensed code, **18 months** after each commit to the original repository.
23
24Want to contribute to Onivim? Don't. They make a profit out of your contributions.
19Currently, Onivim is priced at $19.99, 'pre-alpha' pricing which is 80% off the 25Currently, Onivim is priced at $19.99, 'pre-alpha' pricing which is 80% off the
20final price! If you are on the lookout for an editor, I would suggest using 26final 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.