sophacles / vim-processing

Create and run processing sketches in Vim. Development repository for vim script 2115.
150 stars 10 forks source link

Helpfile cleanup #16

Closed sophacles closed 11 years ago

sophacles commented 11 years ago

Hi all - added a help file in doc/help.txt for this plugin (as of 763be944d406482ca58ac5b1ddf02a36cdf88e9f) . I would appreciate the assistance of the rest of you to make sure it is:

Thanks!

crazymaster commented 11 years ago

I think INSTALL.txt is unnecessary. We should remove it or move into helpfile.

crazymaster commented 11 years ago

What license will we choose?

sophacles commented 11 years ago

I agree that the installation instructions need to be changed - both moving them to the help file and the readme should suffice. I'd like to hold off a bit until we get all the bits for the various vim plugin managers in place, and do installation instruction in one fell-swoop.

About licensing: I have an email out to the plugin's original author, Szabolcs Horvát, to find out what his preferences are on the matter. If he has none, I am partial to the vim script tradition of including a:

"This plugin distributed under the same terms as Vim itself"

And calling it good enough.

sophacles commented 11 years ago

Hi everyone who is good at the documenting: please double check my latest commits for sanity. I think this covers everything but the license...

sophacles commented 11 years ago

License is set at:

Distrubuted under the same terms as vim itself.

So after some people look over the latest texts, we're ready to go.

sophacles commented 11 years ago

Ok, so I'm declaring this ticket handled and closed, so there can be a release version! :)