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

docs: improving the community milestones #78

Merged
merged 3 commits into from
Jul 9, 2024
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
2 changes: 1 addition & 1 deletion src/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default defineConfig({
return `https://github.com/zotero-chinese/wiki/edit/main/${filePath.replace('wiki/', '')}`
}
else {
return `https://github.com/zotero-chinese/website/edit/main/${filePath}`
return `https://github.com/zotero-chinese/website/edit/main/src/${filePath}`
}
},
text: '在 GitHub 上修改此页',
Expand Down
46 changes: 25 additions & 21 deletions src/about.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
---
icon: star
---

# 关于我们

Zotero 是一个强大、好用的文献管理软件,但其官方文档和支持主要以英文为主。且由于很多中文科研生态不与通用标准接轨,导致中文用户使用复杂、查找资料不便。

Zotero 中文小组的成立旨在满足中文用户对文献管理工具 Zotero 的需求。为了更好地服务中文用户,我们创建了这个中文社区,以便提供更详细、更易于理解的中文文档和指导。

## 大事记

<!-- markdownlint-disable -->

<script setup>
import {ElTimeline, ElTimelineItem} from "element-plus"
import 'element-plus/es/components/timeline/style/css'
import 'element-plus/es/components/timeline-item/style/css'
</script>

<el-timeline>
<el-timeline-item timestamp="2020.8.1">
GitHub 组织成立
</el-timeline-item>
</el-timeline>

<!-- markdownlint-restore -->
## 社区大事记

| 时间 | 范围 | 发起人 | 描述 |
| ---------- | --------- | ----------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| 2024-06-15 | CSL | @redleafnew, @zepinglee | 仓库 `redleafnew/Chinese-std-GB-T-7714-related-csl` 更名为 `zotero-chinese/styles`,上线 `zotero-chinese.com/styles` 页面 |
| 2024-04-21 | 转换器 | @jiaojiaodubai | 上线中文转换器页面 |
| 2024-04-18 | 社区建设 | @northword | 创建 `zotero-chinese/website` 仓库,废弃 plugins 子域名 |
| 2024-03-11 | 插件 | @northword | 使用 Vue 重写插件商店页面 |
| 2023-09-06 | 社区建设 | @l0o0 | 购买域名:`zotero-chinese.com`,为期 5 年 |
| 2023-09-03 | 插件 | @northword | 创建 `zotero-plugins` 仓库,`l0o0/ZoteroPlugins` 停止维护,废弃托管于 Gitee Pages 的插件商店页面 |
| 2023-04-20 | 文档 | @northword | 文档迁移至 GitHub 仓库 `zotero-chinese/wiki`,并自建网站发布 |
| 2023-04-20 | 社区建设 | @northword | GitHub 组织重命名为 `zotero-chinese` |
| 2022-08-27 | 文档 | @windingwind | 文档由飞书迁移至 [语雀](https://zotero.yuque.com/books/share/93bfca90-00d8-4228-8d3a-305863c70f50) |
| 2022-08-18 | 文档 | @windingwind | 编写中文开发文档 |
| 2022-08-18 | 文档 | @windingwind | 发起中文用户文档建设,发布在 [飞书](https://zotero-chinese.feishu.cn/wiki/wikcnzXqIoGVxAIIUF5Bz3yq3RA),原文档仓库停止维护 |
| 2022-08-02 | CSL | @northword | 建立 `zotero-cn/styles` 仓库,上线 `zotero-cn.github.io/styles` |
| 2022-08-02 | 文档 | @northword | 仓库 `northword/zotero-intro-md` 迁移到 GitHub 组织下,`ZMAlt/CSL-Chinese` 停止维护 |
| 2022-08-01 | CSL,文档 | @northword | CSL 规范译文迁移至 `zotero-cn/csl-doc-chinese` 仓库 |
| 2022-08-01 | 社区建设 | @northword | 建立 GitHub 组织 `zotero-cn` |
| 2022-04-15 | 插件 | @l0o0 | 建立 `l0o0/ZoteroPlugins` 仓库,上线 `zotero-chinese.gitee.io/zotero-plugins` 页面 |
| 2022-03-24 | 社区建设 | @l0o0 | 建立 [Gitee 组织](https://gitee.com/zotero-chinese) |
| 2020-12-16 | CSL | @redleafnew | 建立 `redleafnew/Chinese-std-GB-T-7714-related-csl` 仓库 |
| 2020-08-22 | CSL,文档 | @ZMAlt | 建立 `ZMAlt/CSL-Chinese` 仓库,翻译 CSL 规范中文译文 |
| 2019-11-22 | 社群 | @l0o0 | 建立 QQ 群“Zotero 中文插件”,群号 913637964 |
| 2019-11-21 | 转换器 | @l0o0 | 建立 `l0o0/translators_CN` 仓库 |