Social Engine、Elgg 或 PHPFox 可以在这种时尚中发挥作用吗?
我想构建一个 SaaS,其性能如下,我正在检查 Elgg、SocialEngine 和 PHPFox,看看其中是否有任何符合要求。
- 我想保持网站的私密性(不显示公开信息)
- 组织可以注册(组织管理需付费)
- 组织有不支付订阅费的成员
- 组织可以拥有在组织内可见但其他人无法查看的子组/社区其他组织,或者如果私有
- 组织无法看到其他组织或其他组织的内容,
- 组织的功能允许与团体进行通信,活动策划,共享文档,社交整合等
任何基于 php 或 Rails 的软件都可以做到这一点吗? 修改?
I would like to build a SaaS that performs like the following and I am checking out Elgg,SocialEngine, and PHPFox to see if any of these fit the bill.
- I would like to keep the site private (no public info shown)
- Organizations can signup (administer of org is charged)
- Orgs have members who dont pay subscription fee
- Orgs can have sub-groups/communities that are viewable within the org but not viewable to other orgs or if private
- Orgs cannot see other orgs or content of other orgs
- features of orgs allows communications with groups, event planning, shared docs, social integration, etc
Can any php or maybe rails based software do this without heavy modification?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Elgg 可以做到这一点,但它需要相当多的编码 - 对于多站点部分来说不需要那么多,有一个插件可以做到这一点,但只是为了自定义站点。例如,如果您想要一个功能齐全的“活动策划”页面,您可能必须这样写……但我猜几乎任何框架都是如此。
Elgg can do this, but it would require a fair bit of coding - not so much for the multi-site part, there's a plugin for that, but just to customize the site. For example, if you want to have a fully featured "event planning" page, you'd probably have to write that...but I'd guess that this would be the case with pretty much any framework.
SocialEngine 可以做到这一点,但是每个组织都需要自己的许可证和 SocialEngine 的工作副本,除非您要自定义 SocialEngine 版本来处理这些组织及其隐私和功能。如果您购买自己的 SocialEngine 副本,则所有源代码都可供您使用,并且您可以自由自定义代码以创建最适合您认为合适的需求的网站。
SocialEngine could do this however every organization would need its own license and working copy of SocialEngine unless you were to customize your version of SocialEngine to handle these organizations and their privacies and abilities. If you purchase your own copy of SocialEngine, all source code is available to you and you are free to customize the code to create the site that best suits your needs as you deem fit.