在社交网络中组织用户生成内容的最佳方式是什么?
我正在寻找自动组织社交网络中所有用户生成内容的最佳方法。 我正在基于 lovdbyless 框架用 ruby 构建一个网站。 该网站是男性分享专业知识的地方。
我研究了维基、论坛、博客,需要一个平台/组织结构,允许用户从这三个来源生成的内容自动聚合、索引并使其可搜索,以便其他用户可以轻松有效地访问它。
类似知识库的东西,无论用户在哪里创建论坛帖子、个人博客帖子、维基条目等,它都会自动更新,以便成员可以轻松地访问网站的综合知识
I'm searching for the best way to automatically organize all user generated content in a social network.
I'm building a site in ruby based upon lovdbyless' framework. the site is a place for men to share specialised knowledge.
I've looked into wikis,forums, blogs by need a platform/organizational structure that will allow user generated content from these 3 sources to be automatically aggregated, indexed and make it searchable, so that other users can get access to it easily and efficiently.
Something like a knowledgebase, that is automatically updated wherever a user creates a forum post, personal blog post, wiki entry etc.so that the combined knowledge of the site is accessible to members with minimum effort
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果我可以扩展 Lance 的答案,因为我同意标签是最好的结构,所以您可以将其概括为三重图,也许可以使用 RDF 之类的东西。 什么是 RDF 三元组?
If I may expand on Lance's answer, since I agree tags are the best structure, you could generalise that into a triple graph, perhaps with something like RDF. What is an RDF triple?
感谢 semantic mediawiki 和 SIOC 出现在 wordpress 中和Drupal,您基本上有一个预先构建的架构来执行此操作。
只要您乐于使用 RDF,它就应该只是以一种对您的社交网络项目的目标有意义的方式集成各种 UI。
甚至还有“联合”查询引擎,它们将查询所有源,就好像它们是一个源一样。
Thanks to stuff like semantic mediawiki, and SIOC turning up in both wordpress and Drupal, you basically have a pre-built architecture for doing this.
As long as you are happy working in RDF, it should just be a case of integrating the various UIs in a way that makes sense for the goals of your social network project.
There are even "federated" query engines that will query all sources as if they are one source.
标题和标签。
Titles and Tags.