DIYgod mirror
Go to file
Henry Wang 3a5488acdc
feat: Support RSS3 UMS output format (#13900)
* feat: support RSS3 UMS output

also optimized middleware/template

* fix: rss3_ums function name

* feat: handle current timestamp in UMS

* feat: add authors

* chore: update UMS type

* chore(deps-dev): bump @types/react from 18.2.37 to 18.2.38 in /website (#2249)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.37 to 18.2.38.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/markdown-it in /website (#2250)

Bumps [@types/markdown-it](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/markdown-it) from 13.0.6 to 13.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/markdown-it)

---
updated-dependencies:
- dependency-name: "@types/markdown-it"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/react-dom in /website (#2252)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.15 to 18.2.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/react-dom in /website (#2255)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.16 to 18.2.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update lib/middleware/template.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/middleware/template.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/utils/render.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/views/rss3-ums.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/views/rss3-ums.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update lib/utils/render.js

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* doc: update UMS related docs

* Update parameter.md

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

* Update parameter.md

Co-authored-by: Tony <TonyRL@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 01:32:24 +08:00
.devcontainer chore: bump to node 20 (#13801) 2023-11-15 21:33:21 +08:00
.github chore(deps): bump actions/github-script from 6 to 7 (#13791) 2023-11-16 01:19:31 +08:00
.husky chore: bring back lint-staged (#12844) 2023-07-21 00:18:37 +08:00
api chore: rename `now` to `vercel` (#9791) 2022-05-20 19:27:08 +08:00
assets feat(route): migrate japanpost to v2 (#13181) 2023-09-02 03:08:16 +08:00
lib feat: Support RSS3 UMS output format (#13900) 2023-11-29 01:32:24 +08:00
logs
scripts style: auto format 2023-11-13 14:10:16 +00:00
test feat(parameter): Add summary by ChatGPT (#13611) 2023-11-06 22:36:24 +08:00
website feat: Support RSS3 UMS output format (#13900) 2023-11-29 01:32:24 +08:00
.codecov.yml
.dockerignore chore: use husky 2023-05-08 01:38:56 +00:00
.editorconfig
.eslintignore feat: add docusaurus website (#13039) 2023-08-15 03:12:12 +01:00
.eslintrc.json chore(deps-dev): bump eslint from 8.52.0 to 8.53.0 (#13709) 2023-11-14 01:56:04 +08:00
.gitignore feat(route): 微博自定义分组(使用Cookie) (#12514) 2023-05-15 23:04:59 +08:00
.gitpod.yml docs: ts config (#13690) 2023-11-03 23:17:17 +08:00
.markdownlint.jsonc docs: quick start revamp (#12198) 2023-03-29 22:31:58 +08:00
.nvmrc chore: bump to node 20 (#13801) 2023-11-15 21:33:21 +08:00
.prettierignore feat: add docusaurus website (#13039) 2023-08-15 03:12:12 +01:00
.prettierrc
.puppeteerrc.js build(docker): put bundled chrome in node_modules (#12075) 2023-03-10 22:56:34 +08:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md docs: documentation prioritizes English and maintains only one route list (#13075) 2023-08-20 15:57:05 +01:00
Dockerfile chore: bump to node 20 (#13801) 2023-11-15 21:33:21 +08:00
LICENSE
Procfile
README.md fix(README): 修复中英文文档链接错误 (#13230) 2023-09-07 20:00:19 +08:00
SECURITY.md
app.json chore(deps): bump puppeteer from 19.11.1 to 20.0.0 (#12424) 2023-05-04 03:57:04 +08:00
docker-compose.yml chore: fix typo in warp-socks 2023-11-14 02:33:41 +08:00
fly.toml docs: 增加 Fly.io 部署文档 (#11721) 2023-01-31 00:06:40 +08:00
jsconfig.json
package.json chore(deps): bump jsdom from 22.1.0 to 23.0.0 (#13892) 2023-11-27 23:19:50 +00:00
pnpm-lock.yaml chore(deps): bump jsdom from 22.1.0 to 23.0.0 (#13892) 2023-11-27 23:19:50 +00:00
process.json
vercel.json style: auto format 2023-03-01 01:22:12 +00:00

README.md

RSSHub

RSSHub

🍰 Everything is RSSible

telegram npm publish docker publish test Test coverage CodeFactor DeepScan grade

Introduction

RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything.

RSSHub delivers millions of contents aggregated from all kinds of sources, our vibrant open source community is ensuring the deliver of RSSHub's new routes, new features and bug fixes.

RSSHub can be used with browser extension RSSHub Radar and mobile auxiliary app RSSBud (iOS) and RSSAid (Android)

English docs | Telegram Group | Telegram Channel

中文文档 | Telegram 群 | Telegram 频道

Special Thanks

Special Sponsors

Contributors

Logo designer sheldonrrr

Backers

       

  • RSSHub Radar | A browser extension that can help you quickly discover and subscribe to the RSS and RSSHub of current websites.
  • RSSBud (TestFlight) | RSSHub Radar for iOS platform, designed specifically for mobile ecosystem optimization.
  • RSSAid | RSSHub Radar for Android platform built with Flutter.
  • DocSearch | Link RSSHub DocSearch into Raycast

Join Us

We welcome all pull requests. Suggestions and feedback are also welcomed here.

Refer to Join Us

Deployment

Refer to Deployment

Support RSSHub

Refer to Support RSSHub

RSSHub is open source and completely free under the MIT license. However, just like any other open source project, as the project grows, the hosting, development and maintenance requires funding support.

You can support RSSHub via donations.

Recurring Donation

Recurring donors will be rewarded via express issue response, or even have your name displayed on our GitHub page and website.

One-time Donation

We accept donations via the following ways:

Author

RSSHub © DIYgod, Released under the MIT License.
Authored and maintained by DIYgod with help from contributors (list).

Blog @DIYgod · GitHub @DIYgod · Twitter @DIYgod · Telegram Channel @awesomeDIYgod