Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

重命名COC为小写,修改README格式 #97

Merged
merged 2 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,45 @@
# Zotero 中文文档仓库

[![Static Badge](https://img.shields.io/badge/Author-Zotero%20Chinese-blue)](#贡献者)
[![GitHub contributors](https://img.shields.io/github/contributors-anon/zotero-chinese/wiki)](#贡献者)
[![GitHub License](https://img.shields.io/github/license/zotero-chinese/wiki)](#协议)

[![GitHub last commit (branch)](https://img.shields.io/github/last-commit/zotero-chinese/wiki/main)](#zotero-中文文档仓库)
[![Netlify Status](https://api.netlify.com/api/v1/badges/aaa3fdac-5809-409e-b99d-012a232fed18/deploy-status)](https://app.netlify.com/sites/zotero-zh/deploys)
[![Main Action](https://github.com/zotero-chinese/wiki/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/zotero-chinese/wiki/actions/workflows/main.yml)
[![pages-build-deployment](https://github.com/zotero-chinese/zotero-chinese.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/zotero-chinese/zotero-chinese.github.io/actions/workflows/pages/pages-build-deployment)

本仓库存储 Zotero 中文社区所建立的各种文档,包括 Zotero 用户文档、Zotero 插件开发文档、CSL 规范中文译文等。

## 访问

<https://zotero-chinese.com>
请访问在线网站:[Zotero 中文社区 (https://zotero-chinese.com)](https://zotero-chinese.com)。

备用地址:<https://zotero-chinese.github.io>。

## 协议

所有文档采用均采用 [知识共享 署名-相同方式共享 4.0 国际](https://creativecommons.org/licenses/by-sa/4.0/legalcode.zh-hans) 协议共享,代码采用 MIT 协议共享。

<!-- markdownlint-disable -->
所有文档采用均采用 [Creative Commons Attribution Share Alike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/legalcode.zh-hans) (<a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a>) 协议共享。

代码采用 MIT 协议共享。
<a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a>

<!-- markdownlint-restore -->

## 行为准则

<https://zotero-chinese.com/CODE_OF_CONDUCT.html>
[贡献者公约](https://zotero-chinese.com/code_of_conduct.html)。

## 贡献指南

见 <https://zotero-chinese.com/contributing/>
本项目接收多种方式的贡献,详情请参阅 [贡献指南](https://zotero-chinese.com/contributing/contributing.html)。

## 贡献者

见 <https://zotero-chinese.com/contributors.html>
感谢所有贡献者!

[![contributors](https://contrib.rocks/image?repo=zotero-chinese/wiki)](https://github.com/zotero-chinese/wiki/graphs/contributors)

## 致谢

Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const zhSidebar = sidebar({
"/csl-dev-guide/": cslDevGuide,
"/": [
"about",
"CODE_OF_CONDUCT",
"code_of_conduct",
"contributors",
{
text: "贡献者指南",
Expand Down
File renamed without changes.