启动一个开源JavaScript项目

前端之家收集整理的这篇文章主要介绍了启动一个开源JavaScript项目前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我已经在 javascript中编写了一个webapp,现在我想把它作为一个开源项目发布,但是我不知道应该如何释放它.我个人是开源项目的大量用户,但我从未发布过.所以问题是:

>哪里是最好的地方? (github,launchpad,…)
>这种项目的最佳许可证是什么?
>任何可以帮助我的建议/想法?

解决方法

我建议你在 GitHub主持.

对于许可证,您有出色的标准开源许可模式.以下是从opensource.org开始的几个

也值得阅读维基文章
http://en.wikipedia.org/wiki/Open-source_license

你也可以查看道格拉斯·克罗克福德“不要邪恶”的许可证(对于他的JSLint工具):-):

Permission is hereby granted,free of
charge,to any person obtaining a copy
of this software and associated
documentation files (the “Software”),
to deal in the Software without
restriction,including without
limitation the rights to use,copy,
modify,merge,publish,distribute,
sublicense,and/or sell copies of the
Software,and to permit persons to
whom the Software is furnished to do
so,subject to the following
conditions:

The above copyright notice and this
permission notice shall be included in
all copies or substantial portions of
the Software.

The Software shall be used for Good,
not Evil.

(见:http://help.lockergnome.com/linux/Software-Good-Evil–ftopict517424.html)

原文链接:https://www.f2er.com/js/155126.html

猜你在找的JavaScript相关文章