Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想从我的 OSQA 安装(安装在我的主站点的子域上)中提取“最热门”问题的提要,并将其显示在我的主站点上。有没有办法做到这一点?
一种方法是通过 RSS Feed。是否有专门针对“最热门”问题部分的 RSS 提要?
更新:
我最初是在 2012 年 11 月问这个问题的。2 年后,我仍然找不到简单的答案?有什么改进吗?
默认情况下,OSQA 不提供“最热门”问题的 RSS 提要。你需要自己写。
我先看看
question_list
forum/views/readers.py
HottestQuestionsSort
RSSQuestionFeed
forums/feed.py