我做了一些可能对社区有用的东西。现在怎么办?

发布于 2024-08-28 22:23:26 字数 1436 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

倒数 2024-09-04 22:23:26

GoogleCode 是一个不错的开源代码自我存储库。非常易于使用,并且能够为项目创建 wiki。它还具有非常易于使用和理解的错误报告/论坛风格的问题管理系统。

GoogleCode is a decent self repository for open source code. Very easy to use and contains the ability to create a wiki for the project. It also has a very easy to use and understand bug reporting/forum style issue management system.

〃安静 2024-09-04 22:23:26

在可公开访问的主机上快速获取代码的一种简单方法是 github.com。如果您托管的所有内容都可供公众使用,则托管是免费的。人们将能够获取最新内容,并在他们认为值得合并的更新时通知您。

您可以将文档作为自述文件包含在内。

CodeProject 很酷,这样的网站可以让社区讨论比我在 Github 上看到的更多。

One easy way to quickly get code on a publicly accessible host is github.com. Hosting is free if everything you host is available to the public. People would be able to grab latest, and notify you when they have updates they think are worth merging.

You would include documentation as a README.

CodeProject is cool, sites like that would allow more community discussion then what I've seen on Github.

路弥 2024-09-04 22:23:26

如果这只是一个小例子,或者一小段代码,您可能会考虑在类似“ 的网站上发布一篇文章代码项目”,或博客。

发布开源项目会产生大量开销,如果您想不干涉,只需编写一篇文章并提供 .zip 来下载代码示例,可能会更轻松。

If it's just a small example, or a small piece of code, you might think about just posting an ariticle on a site like "Code Project", or a blog.

There's a lot of overhead with releasing an open-source project, and if you want to be hands-off, you might have an easier time just writing an article, and providing a .zip to download the code example.

孤独岁月 2024-09-04 22:23:26

看一下 SourceForge.net,这是一个程序员可以创建开源项目的网站。它允许您添加可能对您的项目拥有不同权限的新用户(从只是贡献者到完全管理员),并且它具有许多您可能想要在项目中使用的工具,例如错误跟踪器和 SVN。

Take a look at SourceForge.net, which is a website where programmers can create their open-source projects. It allows you to add new users which may have different rights on your project (from just being a contributer to being a full administrator) and it features many tools which you might want to use for your project, such as a bug tracker and SVN.

扮仙女 2024-09-04 22:23:26

CodePlex 是另一个发布项目的好地方。那里有很多 C#/.NET。除了所有基本的项目托管内容之外,它的好处之一是它们支持 大量源代码控制客户端

CodePlex is another good place for posting projects. There's lot's of C#/.NET there. In addition to all the basic project hosting stuff one of the nice things about it is that they support a whole slew of source control clients.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文