Merge commit 'e830016f13b257cfe9880d5e3a5e8941acec6b23'

This commit is contained in:
DIYgod 2018-08-14 14:36:21 +08:00
commit 334a7fd420
7 changed files with 87 additions and 1527 deletions

View File

@ -20,7 +20,7 @@ module.exports = {
locales: {
'/': {
lang: 'zh-CN',
selectText: '选择语言',
selectText: 'Languages',
label: '简体中文',
editLinkText: '在 GitHub 上编辑此页',
lastUpdated: '上次更新',

View File

@ -7,6 +7,8 @@ sidebar: auto
</p>
<h1 align="center" class="logo">RSSHub</h1>
> 🍰 万物皆可 RSS
RSSHub 是一个轻量、易于扩展的 RSS 生成器,可以给任何奇奇怪怪的内容生成 RSS 订阅源
## 鸣谢

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@ usage: git [--version] [--help] [-C <path>] [-c name=value]
#### Windows
Windows please download [from node's official website](https://nodejs.org/zh-cn/). During the installation, please check `Add to PATH` option.
Windows users please download [from node's official website](https://nodejs.org/zh-cn/). During the installation, please check `Add to PATH` option.
#### UNIX-based

View File

@ -4,7 +4,7 @@ sidebar: auto
# Join Us
We welcome all pull requests. Suggestions or feedbacks are also welcomed [here](https://github.com/DIYgod/RSSHub/issues).
We welcome all pull requests. Suggestions and feedback are also welcomed [here](https://github.com/DIYgod/RSSHub/issues).
## Submit new RSS source

View File

@ -2,7 +2,7 @@
"version": "https://jsonfeed.org/version/1",
"title": "{{ title || 'RSSHub' }}",
"home_page_url": "{{ link || 'https://github.com/DIYgod/RSSHub' }}",
"description": "{{ description || title }} - 使用 RSSHub(https://github.com/DIYgod/RSSHub) 构建",
"description": "{{ description || title }} - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)",
"author": {
"name": "{{@ author || 'RSSHub' }}"
},

View File

@ -3,7 +3,7 @@
<channel>
<title><![CDATA[{{@ title || 'RSSHub' }}]]></title>
<link>{{ link || 'https://github.com/DIYgod/RSSHub' }}</link>
<description><![CDATA[{{@ description || title }} - 使用 RSSHub(https://github.com/DIYgod/RSSHub) 构建]]></description>
<description><![CDATA[{{@ description || title }} - Made with love by RSSHub(https://github.com/DIYgod/RSSHub)]]></description>
<generator>RSSHub</generator>
<webMaster>i@html.love</webMaster>
<language>zh-cn</language>