修改readme,把链接和问题反馈途径放在明显位置上
This commit is contained in:
parent
4ec263f635
commit
67dd8903e3
66
README.md
66
README.md
|
@ -1,26 +1,48 @@
|
|||
# extensions-repo
|
||||
本仓库用途:
|
||||
- KylinIdeTeam开发适配的IDE插件汇总(供**Kylin-Code**和**Kylin-IDE**使用)
|
||||
- **Kylin-Code**和**Kylin-IDE**[用户帮助文档](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/%E7%9B%AE%E5%BD%95.md)
|
||||
- 可在此仓库手动下载插件
|
||||
- 本仓库服务于Kylin-IDE、Kylin-Code及其插件,用途如下
|
||||
* 汇总下载链接(Kylin-IDE、Kylin-Code、插件等)
|
||||
* 汇总代码仓库链接
|
||||
* 提供帮助文档
|
||||
|
||||
## 插件目录说明
|
||||
组织名称/插件id名称/插件名称-版本号@系统架构.vsix。目前已存在的组织名称为KylinIDETeam。
|
||||
- “@系统架构”是可选择项,如果插件是所有架构都支持就不需要“@系统架构”这个部分内容。
|
||||
- 架构可以是:linux-x64,linux-arm64,linux-loongarch64,linux-sw64,linux-mips64el,linux-aarch64等。
|
||||
|
||||
例如:helloworld-demo-0.0.1.vsix、helloworld-sample-0.0.1@linux-arm64.vsix
|
||||
|
||||
## 用户帮助文档说明
|
||||
- 用户帮助文档所在路径为user-guide,点击“[目录.md](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/%E7%9B%AE%E5%BD%95.md)”,即帮助文档目录
|
||||
|
||||
## openKylin Framework SIG组月度例会
|
||||
- 欢迎参加月度例会,讨论Kylin-Code及其插件规划和发展思路、讨论IDE发展方向
|
||||
- 例会时间:每个月的第2个周二下午14:00,如遇到节假日,顺延到下一个周二
|
||||
- 例会会议号会在openKylin官网公布([点此链接,在主页找到“社区日程”,点击日历的对应日期查看](https://www.openkylin.top/index-cn.html))
|
||||
|
||||
## **Kylin-Code**和**Kylin-IDE**介绍
|
||||
- 见帮助文档[简介](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/files/%E7%AE%80%E4%BB%8B.md)章节
|
||||
## 下载链接和代码仓库链接汇总
|
||||
- Kylin-IDE
|
||||
* 桌面版
|
||||
- 帮助文档:[链接](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/%E7%9B%AE%E5%BD%95.md)
|
||||
- [IDE基础平台-下载链接](https://gitee.com/chriswang521/kylin-ide/releases)
|
||||
- 银河麒麟桌面操作系统V10亦可在软件商店中检索安装
|
||||
* 远程开发插件版
|
||||
- 帮助文档:[链接](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/files/%E8%BF%9C%E7%A8%8B%E5%BC%80%E5%8F%91.md)
|
||||
- 插件:Kylin Remote Development插件可在openVSX插件市场中检索到
|
||||
- 插件:[下载链接](https://gitee.com/mcy-kylin/remote-dev/releases)
|
||||
- 服务端:[下载链接](https://gitee.com/mcy-kylin/kylin-ide-server/releases)
|
||||
* 远程开发WebIDE版
|
||||
- 帮助文档:[链接](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/files/%E8%BF%9C%E7%A8%8B%E5%BC%80%E5%8F%91WebIDE%E7%89%88.md)
|
||||
- 客户端:[下载链接](https://gitee.com/leven08/kylin-ide-web-client/releases)
|
||||
- 服务端:与远程开发插件版共用一套服务端
|
||||
- Kylin-Code
|
||||
* [IDE基础平台-仓库链接](https://gitee.com/openkylin/kylin-code)
|
||||
* [IDE基础平台-下载链接](https://gitee.com/openkylin/kylin-code/releases)
|
||||
* openKylin系统亦可在软件商店中检索安装
|
||||
- 插件代码仓库和下载链接
|
||||
* 大部分插件已上传[openVSX插件市场](https://open-vsx.org/),可以在Kylin-IDE或Kylin-Code中检索到,或直接在插件市场检索到
|
||||
* [gitee汇总地址](https://gitee.com/openkylin/extensions-repo/tree/master/KylinIDETeam):目录以插件name字段命名,代码仓库地址(如有)和下载链接在对应目录的readme中
|
||||
- 帮助文档目录
|
||||
* [地址](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/%E7%9B%AE%E5%BD%95.md)
|
||||
|
||||
## 问题反馈
|
||||
- 请在本仓库或相应仓库的Issues中反馈问题
|
||||
- 可以在相应仓库的Issues中反馈问题(需登录gitee账号),常用的几个Issues链接如下
|
||||
* [extensions-repo Issues](https://gitee.com/openkylin/extensions-repo/issues)
|
||||
* [Kylin-Code IDE基础平台 Issues](https://gitee.com/openkylin/kylin-code/issues)
|
||||
* [Kylin-IDE IDE基础平台 Issues](https://gitee.com/chriswang521/kylin-ide/issues)
|
||||
- openKylin Framework SIG组月度例会
|
||||
* 欢迎参加月度例会,反馈问题,讨论Kylin-Code及其插件规划和发展思路、讨论IDE发展方向
|
||||
* 例会时间:每个月的第2个周二下午14:00,如遇到节假日,顺延到下一个周二
|
||||
* 例会会议号通常会在openKylin官网公布([点此链接,在主页找到“社区日程”,点击日历的对应日期查看](https://www.openkylin.top/index-cn.html))
|
||||
- 如果无gitee账号,可以将问题发邮件反馈,邮箱列表如下
|
||||
* muruichao@kylinos.cn
|
||||
* quanzhuo@kylinos.cn
|
||||
|
||||
## 本仓库目录说明
|
||||
- KylinIDETeam:插件汇总,里面的目录以插件name字段命名,每个目录的readme中有代码仓库链接(如有)和下载链接
|
||||
- inst-configs-repo:开发环境快速部署功能的配置文件存放目录
|
||||
- user-guide:用户帮助文档存放目录
|
|
@ -1,6 +1,6 @@
|
|||
- Kylin-IDE
|
||||
* 桌面版
|
||||
- 帮助文档:[链接](./远程开发.md)
|
||||
- 帮助文档:[链接](https://gitee.com/openkylin/extensions-repo/blob/master/user-guide/%E7%9B%AE%E5%BD%95.md)
|
||||
- [IDE基础平台-下载链接](https://gitee.com/chriswang521/kylin-ide/releases)
|
||||
- 银河麒麟桌面操作系统V10亦可在软件商店中检索安装
|
||||
* 远程开发插件版
|
||||
|
|
|
@ -7,4 +7,5 @@
|
|||
* 例会时间:每个月的第2个周二下午14:00,如遇到节假日,顺延到下一个周二
|
||||
* 例会会议号通常会在openKylin官网公布([点此链接,在主页找到“社区日程”,点击日历的对应日期查看](https://www.openkylin.top/index-cn.html))
|
||||
- 如果无gitee账号,可以将问题发邮件反馈,邮箱列表如下
|
||||
* muruichao@kylinos.cn
|
||||
* muruichao@kylinos.cn
|
||||
* quanzhuo@kylinos.cn
|
Loading…
Reference in New Issue