您将如何实现像 dmoz.org 这样的类别结构

发布于 2024-09-09 04:51:09 字数 137 浏览 2 评论 0原文

我对构建类别结构没有问题。我在试图弄清楚它们如何包含与给定类别类似或其他类似的类别时遇到问题。例如,如果您选择“计算机/软件”类别,您将看到消费者信息、游戏、体育、家庭等类别。这些类别不直接属于软件类别,但它们很相似。

你会如何实现这样的事情?

I don't have a problem with building the category structure. I have a problem trying to figure out how they included similar or other categories similar to a given one. For example, if you choose the "computers / software" category you will see a category for consumer information, games, sports, home etc. These categories don't belong directly under the software category, yet they are similar.

How would you implement something like this?

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

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

发布评论

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

评论(1

冷情妓 2024-09-16 04:51:09

从 DMOZ 上的常见问题解答页面 (http://www.dmoz.org/help/geninfo. html#search) :

ODP 是一个 Web 目录,而不是搜索引擎。虽然我们提供
搜索查询,ODP 的目的是对网络进行列表和分类
网站。

根据他们的常见问题解答,他们的内容由用户群管理,我认为这包括他们内容及其关系的所有方面,就像维基百科一样。

也就是说,我认为他们并没有在动态提供的内容类别之间创建关系。我认为他们正在运行一个内容管理系统,类别关系只是内容的一部分。

From the FAQ page on DMOZ (http://www.dmoz.org/help/geninfo.html#search) :

The ODP is a Web directory, not a search engine. Although we offer a
search query, the purpose of the ODP is to list and categorize web
sites.

According to their FAQ their content is managed by the user base, and I'd take that to include all aspects of their content and its relationships, much like Wikipedia.

That said, I don't think they're creating relationships between content categories that is served dynamically. I think they are running a Content Management System and the category relationships are simply part of the content.

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