# cms **Repository Path**: KingRain.NET/cms ## Basic Information - **Project Name**: cms - **Description**: SiteServer CMS 基于 .NET CORE,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。 - **Primary Language**: C# - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://www.siteserver.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 408 - **Created**: 2020-03-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SiteServer CMS SiteServer CMS 基于.NET 平台,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。 ![SiteServer CMS](https://www.siteserver.cn/assets/images/github-banner.png) ## 版本 项目发布的正式版本存放在 `master` 分支,最新版本存放在 `staging` 分支 | 版本 | 编译状态 | 版本号 | 发布日期 | | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | | 正式版 | [![Build status](https://ci.appveyor.com/api/projects/status/plx37i94y9gsqkru/branch/master?svg=true)](https://ci.appveyor.com/project/starlying/cms/branch/master) | ![Nuget version](https://img.shields.io/nuget/v/SS.CMS.svg) | ![master last commit](https://img.shields.io/github/last-commit/siteserver/cms/master.svg) | | 开发版 | [![Build status](https://ci.appveyor.com/api/projects/status/plx37i94y9gsqkru/branch/staging?svg=true)](https://ci.appveyor.com/project/starlying/cms/branch/staging) | ![Nuget version](https://img.shields.io/nuget/vpre/SS.CMS.svg) | ![staging last commit](https://img.shields.io/github/last-commit/siteserver/cms/staging.svg) | ## 迭代计划 [2019 年 5 月/6 月迭代计划](https://github.com/siteserver/cms/issues/1879) [2019 年 3 月/4 月迭代计划](https://github.com/siteserver/cms/issues/1790) [2019 年 1 月/2 月迭代计划](https://github.com/siteserver/cms/issues/1683) [2018 年 11 月/12 月迭代计划](https://github.com/siteserver/cms/issues/1521) [2018 年 9 月/10 月迭代计划](https://github.com/siteserver/cms/issues/1280) [2018 年 8 月迭代计划](https://github.com/siteserver/cms/issues/1138) [2018 年 7 月迭代计划](https://github.com/siteserver/cms/issues/956) [2018 年 6 月迭代计划](https://github.com/siteserver/cms/issues/719) [2018 年 5 月迭代计划](https://github.com/siteserver/cms/issues/518) [2018 年 4 月迭代计划](https://github.com/siteserver/cms/issues/412) [2018 年 3 月迭代计划](https://github.com/siteserver/cms/issues/300) [2018 年 2 月迭代计划](https://github.com/siteserver/cms/issues/239) ## 开发文档 [《STL 语言参考手册》](https://www.siteserver.cn/docs/stl/) [《插件开发参考手册》](https://www.siteserver.cn/docs/plugins/) [《CLI 命令行参考手册》](https://www.siteserver.cn/docs/cli/) [《REST API 参考手册》](https://www.siteserver.cn/docs/api/) [《数据结构参考手册》](https://www.siteserver.cn/docs/model/) 系统使用文档请点击 [SiteServer CMS 文档中心](https://www.siteserver.cn/docs/) ## SiteServer CMS 源码结构 ```code │ siteserver.sln Visual Studio 项目文件 │ ├─SiteServer.BackgroundPages ASP.NET 页面源文件 ├─SiteServer.Cli 命令行工具 ├─SiteServer.CMS CMS 源文件 ├─SiteServer.Utils 基础类库 └─SiteServer.API API 源文件及页面 ``` ## 生成安装包 ```code 一、Visual Studio 切换解决方案配置到Release,编译 二、安装NodeJs 三、打开命令行,运行 npm install gulp -g 四、命令行,转到根目录,运行 npm install 五、命令行,运行 gulp build 六、命令行,运行 gulp zip ``` 结束后会在根目录看到 siteserver_install.zip,这就是安装包了。 以上步骤是第一次生成安装包所需要执行的操作,如果已经生成过安装包: ```code 一、命令行,转到根目录,运行 gulp build 二、命令行,运行 gulp zip ``` ## 贡献代码 代码贡献有很多形式,从提交问题,撰写文档,到提交代码,我们欢迎任何形式的贡献! 项目编译需要使用 Visual Studio 2017,你可以从这里下载 [Visual Studio Community 2017](https://www.visualstudio.com/downloads/) - 1、Fork - 2、创建您的特性分支 (`git checkout -b my-new-feature`) - 3、提交您的改动 (`git commit -am 'Added some feature'`) - 4、将您的修改记录提交到远程 `git` 仓库 (`git push origin my-new-feature`) - 5、然后到 github 网站的该 `git` 远程仓库的 `my-new-feature` 分支下发起 Pull Request(请提交到 `dev` 分支,不要直接提交到 `master` 分支) ## 系统更新 SiteServer CMS 产品将每隔两月发布新的正式版本,我们将在每次迭代中对核心功能、文档支持、功能插件以及网站模板四个方面进行持续改进。 ## 问题与建议 如果发现任何 BUG 以及对产品使用的问题与建议,请提交至 [Github Issues](https://github.com/siteserver/cms/issues)。 ## 关注最新动态 [![qrcode](https://www.siteserver.cn/assets/images/qrcode_for_wx.jpg)](https://www.siteserver.cn/) ## License [GNU GENERAL PUBLIC LICENSE 3.0](LICENSE) Copyright (C) 2003-2019 SiteServer CMS