1
- # [ Solo] ( https://github.com/b3log/solo ) [ ![ Build Status] ( https://img.shields.io/travis/b3log/solo.svg?style=flat )] ( https://travis-ci.org/b3log/solo ) [ ![ Coverage Status] ( https://img.shields.io/coveralls/b3log/solo.svg?style=flat )] ( https://coveralls.io/github/b3log/solo?branch=master ) [ ![ Apache License] ( http://img.shields.io/badge/license-apache2-orange.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 ) [ ![ Download] ( http://img.shields.io/badge/download-11K+-blue.svg?style=flat )] ( http://pan.baidu.com/share/link?shareid=541735&uk=3255126224 )
2
-
3
- ![ Solo] ( https://cloud.githubusercontent.com/assets/873584/23685877/634dcda4-03e1-11e7-95e1-30c9e435eb7e.jpg )
1
+ # <img src =" https://cloud.githubusercontent.com/assets/873584/26024695/4defcb5e-3809-11e7-9755-fa4d22c45718.png " > [ Solo] ( https://github.com/b3log/solo ) [ ![ Build Status] ( https://img.shields.io/travis/b3log/solo.svg?style=flat )] ( https://travis-ci.org/b3log/solo ) [ ![ Coverage Status] ( https://img.shields.io/coveralls/b3log/solo.svg?style=flat )] ( https://coveralls.io/github/b3log/solo?branch=master ) [ ![ Apache License] ( http://img.shields.io/badge/license-apache2-orange.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 ) [ ![ Download] ( http://img.shields.io/badge/download-11K+-blue.svg?style=flat )] ( http://pan.baidu.com/share/link?shareid=541735&uk=3255126224 )
4
2
5
3
* [ 简介] ( #%E7%AE%80%E4%BB%8B )
6
4
* [ 功能] ( #%E5%8A%9F%E8%83%BD )
7
5
* [ 安装] ( #%E5%AE%89%E8%A3%85 )
8
- * [ 技术] ( #%E6%8A%80%E6%9C%AF )
9
6
* [ 文档] ( #%E6%96%87%E6%A1%A3 )
10
- * [ 版本历史] ( #%E7%89%88%E6%9C%AC%E5%8E%86%E5%8F%B2 )
11
- * [ 贡献] ( #%E8%B4%A1%E7%8C%AE )
7
+ * [ 技术] ( #%E6%8A%80%E6%9C%AF )
12
8
* [ Terms] ( #terms )
13
9
* [ 鸣谢] ( #%E9%B8%A3%E8%B0%A2 )
14
- * [ 界面截图] ( #%E7%95%8C%E9%9D%A2%E6%88%AA%E5%9B%BE )
15
- * [ 后台] ( #%E5%90%8E%E5%8F%B0 )
16
- * [ 编辑器] ( #%E7%BC%96%E8%BE%91%E5%99%A8 )
17
- * [ 内置的皮肤] ( #%E5%86%85%E7%BD%AE%E7%9A%84%E7%9A%AE%E8%82%A4 )
18
- * [ 社区贡献的皮肤] ( #%E7%A4%BE%E5%8C%BA%E8%B4%A1%E7%8C%AE%E7%9A%84%E7%9A%AE%E8%82%A4 )
19
10
20
11
[ ![ Activities] ( https://graphs.waffle.io/b3log/solo/throughput.svg )] ( https://waffle.io/b3log/solo/metrics/throughput )
21
12
@@ -65,6 +56,13 @@ JDK 环境准备好之后[下载](http://pan.baidu.com/share/link?shareid=541735
65
56
66
57
另外,如果你想用 Solo 但又不想自己维护服务器,那可以尝试购买我们搭建好的 Solo 直接[ 使用] ( http://b3log.org/services/#solo ) 。
67
58
59
+ ## 文档
60
+
61
+ * [ 用户指南] ( https://hacpai.com/article/1492881378588 ) :安装、配置、备份以及常见问题
62
+ * [ 开发指南] ( https://hacpai.com/article/1493822943172 ) :开发环境、项目结构、框架说明
63
+ * [ 皮肤开发] ( https://hacpai.com/article/1493814851007 ) :开发步骤、模版变量
64
+ * [ 插件开发] ( https://docs.google.com/document/pub?id=15H7Q3EBo-44v61Xp_epiYY7vK_gPJLkQaT7T1gkE64w&pli=1 ) :插件机制、处理流程
65
+
68
66
## 技术
69
67
70
68
* 后端框架:为了尽量降低服务器的内存占用,顺带尝试[ 一些技术构想] ( https://hacpai.com/article/1403847528022 ) ,我们开发了 [ Latke] ( https://github.com/b3log/latke ) 框架,并在此基础上构建了 Solo、Sym、XiaoV 等产品。这些产品反过来也会对框架提出需求,这是一个相互促进,共同演化的良性发展过程
@@ -79,25 +77,6 @@ JDK 环境准备好之后[下载](http://pan.baidu.com/share/link?shareid=541735
79
77
* 严格的分支、缺陷追踪管理
80
78
* 不断完善的测试用例、持续集成
81
79
82
- ## 文档
83
-
84
- * [ 用户指南] ( https://hacpai.com/article/1492881378588 ) :安装、配置、备份以及常见问题
85
- * [ 开发指南] ( https://hacpai.com/article/1493822943172 ) :开发环境、项目结构、框架说明
86
- * [ 皮肤开发] ( https://hacpai.com/article/1493814851007 ) :开发步骤、模版变量
87
- * [ 插件开发] ( https://docs.google.com/document/pub?id=15H7Q3EBo-44v61Xp_epiYY7vK_gPJLkQaT7T1gkE64w&pli=1 ) :插件机制、处理流程
88
-
89
- ## 版本历史
90
-
91
- Solo 的** 第一个版本发布于 2010 年** ,我们对每个版本都进行了详细的变更记录,[ 这里] ( http://solo.b3log.org/CHANGE_LOGS.html ) 可以看到 Solo 成长的全貌。
92
-
93
- 每一次开发新版本时我们都会在开发分支上进行,尽量避免给其他开发者们带来困扰。因为我们知道只有专业和尽责才能让 Solo 这个开源项目走得更远,** 谁让你我的征途是星辰和大海呢!**
94
-
95
- ## 贡献
96
-
97
- Solo 的主要作者是 [ Daniel] ( https://github.com/88250 ) 与 [ Vanessa] ( https://github.com/Vanessa219 ) ,所有贡献者可以在[ 这里] ( https://github.com/b3log/solo/graphs/contributors ) 看到。
98
-
99
- 我们非常期待你加入到这个项目中,无论是使用反馈还是代码补丁,都是对 Solo 一份满满的爱 :heart :
100
-
101
80
## Terms
102
81
103
82
* This software is open sourced under the Apache License 2.0
@@ -126,96 +105,8 @@ Solo 的诞生离不开以下开源项目:
126
105
127
106
----
128
107
129
- Logo 征集中....
130
-
131
- ----
132
-
133
- ## 界面截图
134
-
135
- ### 后台
136
-
137
- * Admin - Post (TinyMCE/Markdown)
138
- ![ Admin - Post (TinyMCE/Markdown)] ( http://img.blog.csdn.net/20160909003905083 )
139
- * Admin - Skins
140
- ![ Admin - Skins ] ( http://img.blog.csdn.net/20160909003855114 )
141
-
142
- ### 编辑器
143
-
144
- ![ editor] ( https://cloud.githubusercontent.com/assets/873584/20144758/9e70995e-a6d8-11e6-9bf8-1872994b4ff0.gif )
145
-
146
- ### 内置的皮肤
147
-
148
- * [ next] ( https://github.com/b3log/solo-skins/tree/master/next )
149
- ![ next] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/next.jpg?raw=true )
150
-
151
- * [ yilia] ( https://github.com/b3log/solo-skins/tree/master/yilia )
152
- ![ yilia] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/yilia.jpg?raw=true )
153
-
154
- * [ finding] ( https://github.com/b3log/solo-skins/tree/master/finding )
155
- ![ finding] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/finding.jpg?raw=true )
156
-
157
- * [ metro-hot] ( https://github.com/b3log/solo-skins/tree/master/metro-hot )
158
- ![ metro-hot] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/metro-hot.jpg?raw=true )
159
-
160
- * [ timeline] ( https://github.com/b3log/solo-skins/tree/master/timeline )
161
- ![ timeline] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/timeline.jpg?raw=true )
162
-
163
- * [ ease] ( https://github.com/b3log/solo-skins/tree/master/ease )
164
- ![ ease] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/ease.jpg?raw=true )
165
-
166
- * [ mobile] ( https://github.com/b3log/solo-skins/tree/master/mobile ) <br >
167
- ![ mobile] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/mobile.jpg?raw=true )
168
-
169
- * [ andrea] ( https://github.com/b3log/solo-skins/tree/master/andrea )
170
- ![ andrea] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/andrea.jpg?raw=true )
171
-
172
- * [ classic] ( https://github.com/b3log/solo-skins/tree/master/classic )
173
- ![ classic] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/classic.jpg?raw=true )
174
-
175
- * [ community] ( https://github.com/b3log/solo-skins/tree/master/community )
176
- ![ community] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/community.jpg?raw=true )
177
-
178
- * [ favourite] ( https://github.com/b3log/solo-skins/tree/master/favourite )
179
- ![ favourite] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/favourite.jpg?raw=true )
180
-
181
- * [ tree-house] ( https://github.com/b3log/solo-skins/tree/master/tree-house )
182
- ![ tree-house] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/tree-house.jpg?raw=true )
183
-
184
- * [ i-nove] ( https://github.com/b3log/solo-skins/tree/master/i-nove )
185
- ![ i-nove] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/i-nove.jpg?raw=true )
186
-
187
- * [ neoease] ( https://github.com/b3log/solo-skins/tree/master/neoease )
188
- ![ neoease] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/neoease.jpg?raw=true )
189
-
190
- * [ owmx-3.0] ( https://github.com/b3log/solo-skins/tree/master/owmx-3.0 )
191
- ![ owmx-3.0] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/owmx-3.0.jpg?raw=true )
192
-
193
- * [ bruce] ( https://github.com/b3log/solo-skins/tree/master/bruce )
194
- ![ bruce] ( https://github.com/b3log/solo-skins/blob/master/skin-preview/bruce.jpg?raw=true )
195
-
196
-
197
- ### 社区贡献的皮肤
198
-
199
- * [ bootstyle] ( https://github.com/b3log/solo-third-skins/tree/master/bootstyle )
200
- ![ bootstyle] ( https://github.com/b3log/solo-third-skins/blob/master/skin-preview/bootstyle.jpg?raw=true )
201
-
202
- * [ dashu03] ( https://github.com/b3log/solo-third-skins/tree/master/dashu03 )
203
- ![ dashu03] ( https://github.com/b3log/solo-third-skins/blob/master/skin-preview/dashu03.png?raw=true )
204
-
205
- * [ community-bubbles] ( https://github.com/b3log/solo-third-skins/tree/master/community-bubbles )
206
- ![ community-bubbles] ( https://github.com/b3log/solo-third-skins/blob/master/skin-preview/community-bubbles.png?raw=true )
207
-
208
- * [ Dot-B] ( https://github.com/b3log/solo-third-skins/tree/master/Dot-B )
209
- ![ Dot-B] ( https://github.com/b3log/solo-third-skins/blob/master/skin-preview/Dot-B.jpg?raw=true )
210
-
211
- * [ Shawn] ( https://github.com/b3log/solo-third-skins/tree/master/Shawn )
212
- ![ Shawn] ( https://github.com/b3log/solo-third-skins/blob/master/skin-preview/Shawn.jpg?raw=true )
213
-
214
- * [ Coda] ( https://github.com/b3log/solo-third-skins/tree/master/Coda )
215
- ![ Coda] ( https://github.com/b3log/solo-third-skins/blob/master/skin-preview/Coda.jpg?raw=true )
216
-
217
- * [ 5styles] ( https://github.com/b3log/solo-third-skins/tree/master/5styles )
218
- ![ 5styles] ( https://github.com/b3log/solo-third-skins/blob/master/skin-preview/5styles.jpg?raw=true )
219
-
220
- * [ idream] ( https://github.com/b3log/solo-third-skins/tree/master/idream )
221
- ![ idream] ( https://github.com/b3log/solo-third-skins/blob/master/skin-preview/idream.jpg?raw=true )
108
+ <p align = " center " >
109
+ <strong >专业、简约、稳定、极速的 Java 博客</strong >
110
+ <br ><br >
111
+ <img src =" https://cloud.githubusercontent.com/assets/873584/26024667/c031e40a-3808-11e7-9176-f2c9af01bd64.png " >
112
+ </p >
0 commit comments