Skip to content

Commit

Permalink
📝 更新自述
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Mar 19, 2020
1 parent 340ca91 commit 20f4267
Showing 1 changed file with 105 additions and 10 deletions.
115 changes: 105 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,118 @@
<a title="Author GitHub Followers" target="_blank" href="https://github.com/88250"><img src="https://img.shields.io/github/followers/88250.svg?label=Followers&style=social"></a>
</p>

* [一款用 Java 实现的现代化社区(论坛 /BBS/ 社交网络 / 博客)平台](https://hacpai.com/article/1570193280819)
* [Sym 安装指南](https://hacpai.com/article/1486188905847)
## 💡 简介

欢迎关注 B3log 开源社区微信公众号 `B3log开源`
[Symphony](https://sym.b3log.org)[ˈs ɪmf əni],n.交响乐)是一个现代化的社区平台,因为它

![image-d3c00d78](https://user-images.githubusercontent.com/873584/71566370-0d312c00-2af2-11ea-8ea1-0d45d6f0db20.png)
* 实现了面向内容讨论的论坛
* 实现了面向知识问答的社区
* 包含了面向用户分享、交友、游戏的社交网络
* `100%` 开源

欢迎到 [Sym 官方讨论区](https://hacpai.com/tag/sym)了解更多。同时也欢迎关注 B3log 开源社区微信公众号 `B3log开源`

![b3logos.png](https://img.hacpai.com/file/2019/10/image-d3c00d78.png)

## ⚡ 动机

很多社区论坛系统:

* 界面风格老式,没有跟上时代发展的步伐
* 缺少创新、好玩的特性,缺少现代化的交互元素和用户体验
* 缺乏考虑实际运营需求,管理功能过于单一
* 细节不够精致、缺乏长期维护

## 🗃 案例

社区版:

* [宽客网](http://www.cnq.net)
* [AIQ-机器学习](http://www.6aiq.com)
* [许昌IT圈](http://www.xcitq.com)
* [凤凰匯](https://www.fengd.com)
* [俩猴网](http://www.xfx77.cn)
* [艺赛旗 RPA](http://support.i-search.com.cn)(商用授权)
* [北极社区](https://begeek.bwae.org)(商用授权)
* [神州邦邦](https://c.shenzhoubb.com)(商用授权)
* ......

商业版:

* [黑客派](https://hacpai.com)
* [乾学院](http://c.raqsoft.com.cn)
* [快递100](https://bbs.kuaidi100.com)
* [金蝶精斗云社区](https://cs.jdy.com)
* ......

## ✨ 特性

* [Sym 简介幻灯片](https://sym.b3log.org/syme-intro.pptx)
* [Sym 功能点脑图](http://naotu.baidu.com/file/cd31354ac9abc047569c73c560a5a913)

[![Sym功能点](https://img.hacpai.com/file/2020/03/image-a2ae13cc.png)](http://naotu.baidu.com/file/cd31354ac9abc047569c73c560a5a913)

## 🎨 界面

以下截图来自 Sym 商业版。

![index](https://user-images.githubusercontent.com/970828/69924838-4d4bc180-14e8-11ea-9e10-af481505cc3d.png)
**首页**

![index](https://img.hacpai.com/file/2020/03/c4b0dee683aa449bb188d5acb9eceb01.png)

**列表**

![list.png](https://img.hacpai.com/file/2020/03/list-7ec2767b.png)

**帖子**

![article.png](https://img.hacpai.com/file/2020/03/article-92bd35dd.png)

**发帖**

![post.png](https://img.hacpai.com/file/2020/03/post-b92fa128.png)

**用户 - PC 端**

![pchome.png](https://img.hacpai.com/file/2020/03/pchome-458c540e.png)

**多主题**

![theme1.png](https://img.hacpai.com/file/2020/03/theme1-81030f5a.png)

## 🛠️ 安装

请参考 [Sym 安装指南](https://hacpai.com/article/1486188905847)

## 📄 授权

* 社区版:使用 AGPLv3 开源,如果你选择使用社区版,则必须完全遵守 AGPLv3 的相关条款;公司使用必须购买商用授权
* 商业版:提供完整源码以便二开,报价 ¥20000,详情请看[这里](https://sym.b3log.org/pricing.html)
* 云服务:提供开箱即用的云端服务,每年 ¥5000(暂时售罄)

**关于商业版和社区版的对比请看[这里](https://hacpai.com/article/1500543226433),企业网站、经营性网站、以营利为目的或实现盈利的网站请购买商业版。**

## 🏘️ 社区

![list](https://user-images.githubusercontent.com/970828/61682145-08966980-ad43-11e9-9d90-b70c194e3d8b.png)
* [讨论区](https://hacpai.com/tag/sym)
* [报告问题](https://github.com/88250/symphony/issues/new/choose)

![article](https://user-images.githubusercontent.com/970828/68215922-08348c80-001b-11ea-9163-3c2fd2ccfef0.png)
## 🙏 鸣谢

![post](https://user-images.githubusercontent.com/970828/61682148-092f0000-ad43-11e9-8de3-46e35ec4b474.png)
* [jQuery](https://github.com/jquery/jquery):前端 JavaScript 工具库
* [Vditor](https://github.com/Vanessa219/vditor): 浏览器端的 Markdown 编辑器
* [Highlight.js](https://github.com/isagalaev/highlight.js):前端代码高亮库
* [pjax](https://github.com/defunkt/jquery-pjax):pushState + AJAX = pjax
* [Sass](http://sass-lang.com):前端 CSS 处理工具
* [jsoup](https://github.com/jhy/jsoup):Java HTML 解析器
* [flexmark](https://github.com/vsch/flexmark-java):Java Markdown 处理库
* [Apache Commons](http://commons.apache.org):Java 工具库集
* [Jodd](https://github.com/oblac/jodd):Java 工具库集
* [Latke](https://github.com/88250/latke):以 JSON 为主的 Java Web 框架

![pc home](https://user-images.githubusercontent.com/970828/68214389-5300d500-0018-11ea-9c58-9edb9d066353.png)
安全方面特别感谢:

![theme](https://user-images.githubusercontent.com/970828/68213511-af62f500-0016-11ea-8c82-1c20d23907e1.png)
* [米斯特安全团队](http://www.hi-ourlife.com)
* [@gh0stkey](https://github.com/gh0stkey)
* [@SeagullGR](https://github.com/SeagullGR)
* [长亭科技](https://www.chaitin.cn)

0 comments on commit 20f4267

Please sign in to comment.