哪个开源包最能复制 Perl CPAN 网站的创建?
我想为 autohotkey 创建一个开源模块共享网站,其功能类似于 perl 模块的 CPAN。我意识到 autohotkey 论坛有一个部分来介绍这一点,但它使用的是论坛,并且没有 cpan 所具有的优点。您必须清除太多线程,并且无法获得一致的组件包装或一致的文档。
是否有 wiki、cms 或其他开源软件包可以让我快速为 autohotkey 组件设置“类似 CPAN 的站点”?
重要特点: 1.模块的搜索和分类 2. 用户星级/模块排名 3.任何人都应该能够在网站上创作和维护他们的模块 4. 不是基于线程的,但是用户对模块的反馈/评论是可以的
I want to create an opensource module sharing website for autohotkey that is functionally similar to CPAN for perl modules. I realize the autohotkey forum has a section to cover this, but it's using a forum and does not have the benefits that cpan has. You have to weed through too many threads and you don't get consistent packaging of the component or consistent documentation.
Is there a wiki or cms or other opensource package that will allow me to quickly set up a "CPAN like site" for autohotkey components?
Important features:
1. search and categorization of modules
2. user star rating/ranking of modules
3. anyone should be able to author and maintain their module on the site
4. NOT thread based, but user feedback/comments for modules is ok
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CPANHQ 应该至少有您描述的一些功能,但肯定没有功能 3.
PS 另请参阅 PGXN - 用于 PostgreSQL 扩展的 CPAN。
CPANHQ should have at least some features that you described, but surely no feature 3.
P.S. See also PGXN - CPAN for PostgreSQL extensions.