diff --git a/.github/ISSUE_TEMPLATE/bug_report_zh.yml b/.github/ISSUE_TEMPLATE/bug_report_zh.yml index d0a646ac2..3225ed909 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_zh.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_zh.yml @@ -69,7 +69,7 @@ body: label: 部署相关信息 description: | 请提供您的操作系统、node 版本和(如果适用) docker 版本。 - 请确保您部署的是[主线 master 分支](https://github.com/DIYgod/RSSHub/tree/master)最新版 RSSHub。 + 请确保您部署的是 [主线 master 分支](https://github.com/DIYgod/RSSHub/tree/master) 最新版 RSSHub。 placeholder: 'OS: Linux, Node: v10.15.3, Docker: v19.03.13' - type: textarea @@ -86,5 +86,5 @@ body: attributes: label: 这不是重复的 issue options: - - label: 我已经搜索了[现有 issue](https://github.com/DIYgod/RSSHub/issues),以确保该错误尚未被报告。 + - label: 我已经搜索了 [现有 issue](https://github.com/DIYgod/RSSHub/issues),以确保该错误尚未被报告。 required: true diff --git a/.github/ISSUE_TEMPLATE/rss_request_zh.yml b/.github/ISSUE_TEMPLATE/rss_request_zh.yml index 501994bee..a737cdcbf 100644 --- a/.github/ISSUE_TEMPLATE/rss_request_zh.yml +++ b/.github/ISSUE_TEMPLATE/rss_request_zh.yml @@ -10,7 +10,7 @@ body: 请确保 [文档](https://docs.rsshub.app) 和 [issue](https://github.com/DIYgod/RSSHub/issues) 中没有相关内容,且源站没有提供 RSS,并按照模版提供信息 否则 issue 将被立即关闭 - 目前 RSS 提案滞销,如有能力请按照 [指南](https://docs.rsshub.app/joinus) 自行编写并提交 PR + 目前 RSS 提案滞销,如有能力请按照 [指南](https://docs.rsshub.app/joinus/quick-start) 自行编写并提交 PR - type: dropdown id: category diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 733398212..412aa64ff 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,17 +30,17 @@ If your changes are not related to route, please fill in `routes` section with ` ## 新 RSS 路由检查表 / New RSS Route Checklist - [ ] 新的路由 New Route - - [ ] 跟随 [v2 路由规范](https://docs.rsshub.app/joinus/script-standard) Follows [v2 Script Standard](https://docs.rsshub.app/en/joinus/script-standard) + - [ ] 跟随 [v2 路由规范](https://docs.rsshub.app/joinus/advanced/script-standard) Follows [v2 Script Standard](https://docs.rsshub.app/en/joinus/advanced/script-standard) - [ ] 文档说明 Documentation - [ ] 中文文档 CN - [ ] 英文文档 EN -- [ ] 全文获取 fulltext - - [ ] 使用缓存 Use Cache +- [ ] 全文获取 full article + - [ ] 使用缓存 Use cache - [ ] 反爬/频率限制 anti-bot or rate limit? - [ ] 如果有, 是否有对应的措施? If yes, do your code reflect this sign? -- [ ] [日期和时间](https://docs.rsshub.app/joinus/pub-date) [date and time](https://docs.rsshub.app/en/joinus/pub-date) +- [ ] [日期和时间](https://docs.rsshub.app/joinus/advanced/pub-date) [date and time](https://docs.rsshub.app/en/joinus/advanced/pub-date) - [ ] 可以解析 Parsed - - [ ] 时区调整 Correct TimeZone + - [ ] 时区正确 Correct time zone - [ ] 添加了新的包 New package added - [ ] `Puppeteer` diff --git a/assets/radar-rules.js b/assets/radar-rules.js index a0a8c6dff..72cb7a8e5 100644 --- a/assets/radar-rules.js +++ b/assets/radar-rules.js @@ -212,7 +212,7 @@ www: [ { title: '新闻中心', - docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', + docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/xwzx/:name', target: (params) => { const type = params.name.replace('.htm', ''); @@ -221,11 +221,11 @@ }, ], jsjxy: [ - { title: '新闻动态', docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', source: '/index/xwdt.htm', target: '/hbut/cs/xwdt' }, - { title: '通知公告', docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', source: '/index/tzgg.htm', target: '/hbut/cs/tzgg' }, - { title: '教学信息', docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', source: '/jxxx.htm', target: '/hbut/cs/jxxx' }, - { title: '科研动态', docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', source: '/kxyj/kydt.htm', target: '/hbut/cs/kydt' }, - { title: '党建活动', docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', source: '/djhd/djhd.htm', target: '/hbut/cs/djhd' }, + { title: '新闻动态', docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/index/xwdt.htm', target: '/hbut/cs/xwdt' }, + { title: '通知公告', docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/index/tzgg.htm', target: '/hbut/cs/tzgg' }, + { title: '教学信息', docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/jxxx.htm', target: '/hbut/cs/jxxx' }, + { title: '科研动态', docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/kxyj/kydt.htm', target: '/hbut/cs/kydt' }, + { title: '党建活动', docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/djhd/djhd.htm', target: '/hbut/cs/djhd' }, ], }, 'zhuixinfan.com': { _name: '追新番日剧站', '.': [{ title: '更新列表', docs: 'https://docs.rsshub.app/routes/multimedia#zhui-xin-fan-ri-ju-zhan', source: ['/main.php'], target: '/zhuixinfan/list' }] }, @@ -312,13 +312,13 @@ 'umass.edu': { _name: 'UMASS Amherst', ece: [ - { title: 'ECE News', docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', source: '/news', target: '/umass/amherst/ecenews' }, - { title: 'ECE Seminar', docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', source: '/seminars', target: '/umass/amherst/eceseminar' }, + { title: 'ECE News', docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/news', target: '/umass/amherst/ecenews' }, + { title: 'ECE Seminar', docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/seminars', target: '/umass/amherst/eceseminar' }, ], - 'www.cics': [{ title: 'CICS News', docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', source: '/news', target: '/umass/amherst/csnews' }], + 'www.cics': [{ title: 'CICS News', docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/news', target: '/umass/amherst/csnews' }], www: [ - { title: 'IPO Events', docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', source: '/ipo/iss/events', target: '/umass/amherst/ipoevents' }, - { title: 'IPO Featured Stories', docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', source: '/ipo/iss/featured-stories', target: '/umass/amherst/ipostories' }, + { title: 'IPO Events', docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/ipo/iss/events', target: '/umass/amherst/ipoevents' }, + { title: 'IPO Featured Stories', docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/ipo/iss/featured-stories', target: '/umass/amherst/ipostories' }, ], }, 'bjeea.com': { @@ -378,7 +378,7 @@ }, ], }, - 'buaq.net': { _name: '不安全资讯', '.': [{ title: '不安全资讯', docs: 'http://docs.rsshub.app/new-media.html#bu-an-quan', source: '/', target: '/buaq' }] }, + 'buaq.net': { _name: '不安全资讯', '.': [{ title: '不安全资讯', docs: 'http://docs.rsshub.app/routes/new-media#bu-an-quan', source: '/', target: '/buaq' }] }, 'jian-ning.com': { _name: '建宁闲谈', '.': [{ title: '文章', docs: 'https://docs.rsshub.app/routes/blog#jian-ning-xian-tan', source: '/*', target: '/blogs/jianning' }] }, 'matataki.io': { _name: 'matataki', diff --git a/lib/radar-rules.js b/lib/radar-rules.js index 64194e3a2..bb3c1ab9f 100644 --- a/lib/radar-rules.js +++ b/lib/radar-rules.js @@ -673,7 +673,7 @@ module.exports = { www: [ { title: '新闻中心', - docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', + docs: 'http://docs.rsshub.app/university#hu-bei-gong-ye-da-xue', source: '/xwzx/:name', target: (params) => { const type = params.name.replace('.htm', ''); @@ -684,31 +684,31 @@ module.exports = { jsjxy: [ { title: '新闻动态', - docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', + docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/index/xwdt.htm', target: '/hbut/cs/xwdt', }, { title: '通知公告', - docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', + docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/index/tzgg.htm', target: '/hbut/cs/tzgg', }, { title: '教学信息', - docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', + docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/jxxx.htm', target: '/hbut/cs/jxxx', }, { title: '科研动态', - docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', + docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/kxyj/kydt.htm', target: '/hbut/cs/kydt', }, { title: '党建活动', - docs: 'http://docs.rsshub.app/university.html#hu-bei-gong-ye-da-xue', + docs: 'http://docs.rsshub.app/routes/university#hu-bei-gong-ye-da-xue', source: '/djhd/djhd.htm', target: '/hbut/cs/djhd', }, @@ -817,13 +817,13 @@ module.exports = { ece: [ { title: 'ECE News', - docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', + docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/news', target: '/umass/amherst/ecenews', }, { title: 'ECE Seminar', - docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', + docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/seminars', target: '/umass/amherst/eceseminar', }, @@ -831,7 +831,7 @@ module.exports = { 'www.cics': [ { title: 'CICS News', - docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', + docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/news', target: '/umass/amherst/csnews', }, @@ -839,13 +839,13 @@ module.exports = { www: [ { title: 'IPO Events', - docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', + docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/ipo/iss/events', target: '/umass/amherst/ipoevents', }, { title: 'IPO Featured Stories', - docs: 'http://docs.rsshub.app/en/university.html#umass-amherst', + docs: 'http://docs.rsshub.app/en/routes/university#umass-amherst', source: '/ipo/iss/featured-stories', target: '/umass/amherst/ipostories', }, @@ -962,7 +962,7 @@ module.exports = { '.': [ { title: '不安全资讯', - docs: 'http://docs.rsshub.app/new-media.html#bu-an-quan', + docs: 'http://docs.rsshub.app/routes/new-media#bu-an-quan', source: '/', target: '/buaq', }, diff --git a/lib/v2/caixin/radar.js b/lib/v2/caixin/radar.js index 0b853438a..c92e6b215 100644 --- a/lib/v2/caixin/radar.js +++ b/lib/v2/caixin/radar.js @@ -42,7 +42,7 @@ module.exports = { weekly: [ { title: '财新周刊', - docs: 'https://docs.rsshub.app/traditional-media.html#cai-xin-wang', + docs: 'https://docs.rsshub.app/routes/traditional-media#cai-xin-wang', source: ['/', '/*'], target: '/caixin/weekly', }, diff --git a/lib/v2/finology/radar.js b/lib/v2/finology/radar.js index 23e2194be..b8a2cc5e7 100644 --- a/lib/v2/finology/radar.js +++ b/lib/v2/finology/radar.js @@ -4,25 +4,25 @@ module.exports = { insider: [ { title: 'Bullets', - docs: 'https://docs.rsshub.app/en/finance.html#finology-insider', + docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider', source: ['/bullets'], target: '/finology/bullets', }, { title: 'Category', - docs: 'https://docs.rsshub.app/en/finance.html#finology-insider', + docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider', source: '/:category', target: '/finology/:category', }, { title: 'Most Viewed', - docs: 'https://docs.rsshub.app/en/finance.html#finology-insider', + docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider', source: '/most-viewed', target: '/finology/most-viewed/monthly', }, { title: 'Trending Topic', - docs: 'https://docs.rsshub.app/en/finance.html#finology-insider', + docs: 'https://docs.rsshub.app/en/routes/finance#finology-insider', source: ['/tag/:topic'], target: '/finology/tag/:topic', }, diff --git a/lib/v2/grist/radar.js b/lib/v2/grist/radar.js index 8d0a04e4d..03d7915c6 100644 --- a/lib/v2/grist/radar.js +++ b/lib/v2/grist/radar.js @@ -4,25 +4,25 @@ module.exports = { '.': [ { title: 'Articles', - docs: 'https://docs.rsshub.app/en/new-media.html#grist', + docs: 'https://docs.rsshub.app/en/routes/new-media#grist', source: ['/articles/'], target: '/grist/', }, { title: 'Featured', - docs: 'https://docs.rsshub.app/en/new-media.html#grist', + docs: 'https://docs.rsshub.app/en/routes/new-media#grist', source: '/', target: '/grist/featured', }, { title: 'Series', - docs: 'https://docs.rsshub.app/en/new-media.html#grist', + docs: 'https://docs.rsshub.app/en/routes/new-media#grist', source: '/series/:series', target: '/grist/series/:series', }, { title: 'Topic', - docs: 'https://docs.rsshub.app/en/new-media.html#grist', + docs: 'https://docs.rsshub.app/en/routes/new-media#grist', source: ['/:topic'], target: '/grist/topic/:topic', }, diff --git a/lib/v2/science/radar.js b/lib/v2/science/radar.js index e1b00caca..7576140f0 100644 --- a/lib/v2/science/radar.js +++ b/lib/v2/science/radar.js @@ -21,8 +21,8 @@ module.exports = { target: '/science/early/:journal', }, { - title: 'Science Blogs', - docs: 'https://docs.rsshub.app/journal.html#science-xi-lie', + title: '博客', + docs: 'https://docs.rsshub.app/routes/journal#science-xi-lie', source: ['/blogs/:name'], target: '/science/blogs/:name', }, diff --git a/website/docs/joinus/new-rss/submit-route.md b/website/docs/joinus/new-rss/submit-route.md index eb2f3c11b..9fd04ef39 100644 --- a/website/docs/joinus/new-rss/submit-route.md +++ b/website/docs/joinus/new-rss/submit-route.md @@ -41,17 +41,17 @@ If your changes are not related to route, please fill in `routes` with `NOROUTE` ## 新 RSS 路由检查列表 / New RSS Route Checklist - [ ] 新的路由 New Route - - [ ] 跟随 [v2 路由规范](/joinus/advanced/script-standard.html) Follows [v2 Script Standard](/en/joinus/advanced/script-standard.html) + - [ ] 跟随 [v2 路由规范](https://docs.rsshub.app/joinus/advanced/script-standard) Follows [v2 Script Standard](https://docs.rsshub.app/en/joinus/advanced/script-standard) - [ ] 文档说明 Documentation - [ ] 中文文档 CN - [ ] 英文文档 EN - [ ] 全文获取 fulltext - - [ ] 使用缓存 Use Cache + - [ ] 使用缓存 Use cache - [ ] 反爬/频率限制 anti-bot or rate limit? - [ ] 如果有, 是否有对应的措施? If yes, do your code reflect this sign? -- [ ] [日期和时间](/joinus/advanced/pub-date) [date and time](/en/joinus/advanced/pub-date) +- [ ] [日期和时间](https://docs.rsshub.app/joinus/advanced/pub-date) [Date and time](https://docs.rsshub.app/en/joinus/advanced/pub-date) - [ ] 可以解析 Parsed - - [ ] 时区调整 Correct TimeZone + - [ ] 时区正确 Correct time zone - [ ] 添加了新的包 New package added - [ ] `Puppeteer` diff --git a/website/i18n/en/docusaurus-plugin-content-docs/current/joinus/new-rss/submit-route.md b/website/i18n/en/docusaurus-plugin-content-docs/current/joinus/new-rss/submit-route.md index daf0906d0..0580de87a 100644 --- a/website/i18n/en/docusaurus-plugin-content-docs/current/joinus/new-rss/submit-route.md +++ b/website/i18n/en/docusaurus-plugin-content-docs/current/joinus/new-rss/submit-route.md @@ -41,17 +41,17 @@ If your changes are not related to route, please fill in `routes` section with ` ## 新 RSS 路由检查表 / New RSS Route Checklist - [ ] 新的路由 New Route - - [ ] 跟随 [v2 路由规范](/joinus/advanced/script-standard) Follows [v2 Script Standard](/en/joinus/advanced/script-standard) + - [ ] 跟随 [v2 路由规范](https://docs.rsshub.app/joinus/advanced/script-standard) Follows [v2 Script Standard](https://docs.rsshub.app/en/joinus/advanced/script-standard) - [ ] 文档说明 Documentation - [ ] 中文文档 CN - [ ] 英文文档 EN -- [ ] 全文获取 fulltext - - [ ] 使用缓存 Use Cache +- [ ] 全文获取 full article + - [ ] 使用缓存 Use cache - [ ] 反爬/频率限制 anti-bot or rate limit? - [ ] 如果有, 是否有对应的措施? If yes, do your code reflect this sign? -- [ ] [日期和时间](/joinus/advanced/pub-date) [date and time](/en/joinus/advanced/pub-date) +- [ ] [日期和时间](https://docs.rsshub.app/joinus/advanced/pub-date) [Date and time](https://docs.rsshub.app/en/joinus/advanced/pub-date) - [ ] 可以解析 Parsed - - [ ] 时区调整 Correct TimeZone + - [ ] 时区正确 Correct time zone - [ ] 添加了新的包 New package added - [ ] `Puppeteer`