Commit a91ba92a authored by Liang Ding's avatar Liang Ding

🔧 B3log 使用 SSL

parent 692d1772
...@@ -68,7 +68,7 @@ JDK 环境准备好之后[下载](https://pan.baidu.com/s/1dzk7SU)最新的 Solo ...@@ -68,7 +68,7 @@ JDK 环境准备好之后[下载](https://pan.baidu.com/s/1dzk7SU)最新的 Solo
* Windows: `java -cp "WEB-INF/lib/*;WEB-INF/classes" org.b3log.solo.Starter` * Windows: `java -cp "WEB-INF/lib/*;WEB-INF/classes" org.b3log.solo.Starter`
* Unix-like: `java -cp "WEB-INF/lib/*:WEB-INF/classes" org.b3log.solo.Starter` * Unix-like: `java -cp "WEB-INF/lib/*:WEB-INF/classes" org.b3log.solo.Starter`
**更多细节请参考 [Solo 用户指南](https://hacpai.com/article/1492881378588)。另外,如果你想用 Solo 但又不想自己维护服务器,可以购买我们搭建好的 Solo 直接[使用](http://b3log.org/services/#solo)。** **更多细节请参考 [Solo 用户指南](https://hacpai.com/article/1492881378588)。另外,如果你想用 Solo 但又不想自己维护服务器,可以购买我们搭建好的 Solo 直接[使用](https://b3log.org/services/#solo)。**
## 文档 ## 文档
...@@ -108,7 +108,7 @@ Solo 的主要作者是 [Daniel](https://github.com/88250) 与 [Vanessa](https:/ ...@@ -108,7 +108,7 @@ Solo 的主要作者是 [Daniel](https://github.com/88250) 与 [Vanessa](https:/
## Terms ## Terms
* This software is open sourced under the Apache License 2.0 * This software is open sourced under the Apache License 2.0
* You can not get rid of the "Powered by [B3log 开源](http://b3log.org)" from any page, even which you made * You can not get rid of the "Powered by [B3log 开源](https://b3log.org)" from any page, even which you made
* If you want to use this software for commercial purpose, please mail to support@liuyun.io for a commercial license request * If you want to use this software for commercial purpose, please mail to support@liuyun.io for a commercial license request
* Copyright © b3log.org, all rights reserved * Copyright © b3log.org, all rights reserved
......
* This software is open sourced under the Apache License 2.0 * This software is open sourced under the Apache License 2.0
* You can not get rid of the "Powered by [B3log](http://b3log.org)" from any pages, even the pages are developed by you * You can not get rid of the "Powered by [B3log](https://b3log.org)" from any pages, even the pages are developed by you
* If you want to use this software for commercial purpose, please mail to support@liuyun.io for request a commercial license * If you want to use this software for commercial purpose, please mail to support@liuyun.io for request a commercial license
* Copyright (c) b3log.org, all rights reserved * Copyright (c) b3log.org, all rights reserved
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<organization> <organization>
<name>B3log</name> <name>B3log</name>
<url>http://b3log.org</url> <url>https://b3log.org</url>
</organization> </organization>
<licenses> <licenses>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<role>Initial Committer</role> <role>Initial Committer</role>
</roles> </roles>
<organization>B3log</organization> <organization>B3log</organization>
<organizationUrl>http://b3log.org</organizationUrl> <organizationUrl>https://b3log.org</organizationUrl>
<timezone>+8</timezone> <timezone>+8</timezone>
</developer> </developer>
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<role>Committer</role> <role>Committer</role>
</roles> </roles>
<organization>B3log</organization> <organization>B3log</organization>
<organizationUrl>http://b3log.org</organizationUrl> <organizationUrl>https://b3log.org</organizationUrl>
<timezone>+8</timezone> <timezone>+8</timezone>
</developer> </developer>
......
...@@ -95,7 +95,7 @@ outOfDateLabel=Your Solo is out of date ;-(, download the latest version: ...@@ -95,7 +95,7 @@ outOfDateLabel=Your Solo is out of date ;-(, download the latest version:
aboutLabel=About aboutLabel=About
aboutContentLabel=<p><a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> \ aboutContentLabel=<p><a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> \
is an open source (<a href="http://www.apache.org/licenses/LICENSE-2.0.html" target="_blank">Apache License 2.0</a>) blogging program, which can run on a standard Servlet container.</p>\ is an open source (<a href="http://www.apache.org/licenses/LICENSE-2.0.html" target="_blank">Apache License 2.0</a>) blogging program, which can run on a standard Servlet container.</p>\
<p><a href="http://b3log.org" target="_blank">B3log</a> advocates the rights of equality, freedom and passion, and we are trying to create a bran-new experience about individual blogging + <a href="https://hacpai.com" target="_blank">community</a>. Sound interesting? <a href="https://hacpai.com/article/1463025124998" target="_blank">Join us</a>!</p> <p><a href="https://b3log.org" target="_blank">B3log</a> advocates the rights of equality, freedom and passion, and we are trying to create a bran-new experience about individual blogging + <a href="https://hacpai.com" target="_blank">community</a>. Sound interesting? <a href="https://hacpai.com/article/1463025124998" target="_blank">Join us</a>!</p>
confirmLabel=Confirm confirmLabel=Confirm
adminConsoleLabel=Admin adminConsoleLabel=Admin
adminIndexLabel=Admin Index adminIndexLabel=Admin Index
...@@ -412,7 +412,7 @@ mobileLabel=Mobile Theme ...@@ -412,7 +412,7 @@ mobileLabel=Mobile Theme
# Send an email to the user who upgrades Solo with a discontinuous version # # Send an email to the user who upgrades Solo with a discontinuous version #
skipVersionMailSubject=[no-reply]Better not to skip more than one version to upgrade Solo skipVersionMailSubject=[no-reply]Better not to skip more than one version to upgrade Solo
skipVersionMailBody=Hey, sorry for any inconvenience caused. If your Solo is too old to upgrade, \ skipVersionMailBody=Hey, sorry for any inconvenience caused. If your Solo is too old to upgrade, \
developers in <a href="http://b3log.org" target="_blank">B3log</a> are more than welcome to help, thank you. developers in <a href="https://b3log.org" target="_blank">B3log</a> are more than welcome to help, thank you.
skipVersionAlert=Your Solo is too old to upgrade, please contact the Solo's developers. skipVersionAlert=Your Solo is too old to upgrade, please contact the Solo's developers.
helloWorld.content=Welcome to [Solo](https://github.com/b3log/solo) blogging system! This is your first post. Edit or delete it, then start blogging!\n\ helloWorld.content=Welcome to [Solo](https://github.com/b3log/solo) blogging system! This is your first post. Edit or delete it, then start blogging!\n\
\n\ \n\
......
...@@ -95,7 +95,7 @@ outOfDateLabel=\u60A8\u7684 Solo \u8FC7\u65F6\u4E86 ;-(\uFF0C\u8BF7\u4E0B\u8F7D\ ...@@ -95,7 +95,7 @@ outOfDateLabel=\u60A8\u7684 Solo \u8FC7\u65F6\u4E86 ;-(\uFF0C\u8BF7\u4E0B\u8F7D\
aboutLabel=\u5173\u4E8E aboutLabel=\u5173\u4E8E
aboutContentLabel=<p><a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> \ aboutContentLabel=<p><a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> \
\u662F\u4E00\u6B3E\u5F00\u6E90\uFF08<a href="http://www.apache.org/licenses/LICENSE-2.0.html" target="_blank">Apache License 2.0</a>\uFF09\u7684\u535A\u5BA2\u7A0B\u5E8F\uFF0C\u4E0D\u4EC5\u53EF\u4EE5\u5728\u591A\u79CD\u4E91\u5E73\u53F0\u4E0A\u8FD0\u884C\uFF0C\u4E5F\u53EF\u4EE5\u5728\u6807\u51C6 Servlet \u5BB9\u5668\u4E0A\u8FD0\u884C\u3002</p>\ \u662F\u4E00\u6B3E\u5F00\u6E90\uFF08<a href="http://www.apache.org/licenses/LICENSE-2.0.html" target="_blank">Apache License 2.0</a>\uFF09\u7684\u535A\u5BA2\u7A0B\u5E8F\uFF0C\u4E0D\u4EC5\u53EF\u4EE5\u5728\u591A\u79CD\u4E91\u5E73\u53F0\u4E0A\u8FD0\u884C\uFF0C\u4E5F\u53EF\u4EE5\u5728\u6807\u51C6 Servlet \u5BB9\u5668\u4E0A\u8FD0\u884C\u3002</p>\
<p><a href="http://b3log.org" target="_blank">B3log</a> \u63D0\u5021\u5E73\u7B49\u3001\u81EA\u7531\u3001\u5954\u653E\uFF0C\u5E76\u6B63\u5728\u5C1D\u8BD5\u6784\u5EFA\u4E2A\u4EBA\u535A\u5BA2+<a href="https://hacpai.com" target="_blank">\u8BBA\u575B</a>\u7684\u4E92\u52A8\u4F53\u9A8C\u3002\u5982\u679C\u60A8\u6709\u5174\u8DA3\uFF0C<a href="https://hacpai.com/article/1463025124998" target="_blank">\u52A0\u5165\u6211\u4EEC</a>\u5427\uFF01</p> <p><a href="https://b3log.org" target="_blank">B3log</a> \u63D0\u5021\u5E73\u7B49\u3001\u81EA\u7531\u3001\u5954\u653E\uFF0C\u5E76\u6B63\u5728\u5C1D\u8BD5\u6784\u5EFA\u4E2A\u4EBA\u535A\u5BA2+<a href="https://hacpai.com" target="_blank">\u8BBA\u575B</a>\u7684\u4E92\u52A8\u4F53\u9A8C\u3002\u5982\u679C\u60A8\u6709\u5174\u8DA3\uFF0C<a href="https://hacpai.com/article/1463025124998" target="_blank">\u52A0\u5165\u6211\u4EEC</a>\u5427\uFF01</p>
confirmLabel=\u786E\u5B9A confirmLabel=\u786E\u5B9A
adminConsoleLabel=\u540E\u53F0\u7BA1\u7406 adminConsoleLabel=\u540E\u53F0\u7BA1\u7406
adminIndexLabel=\u540E\u53F0\u9996\u9875 adminIndexLabel=\u540E\u53F0\u9996\u9875
...@@ -410,7 +410,7 @@ mobileLabel=\u79FB\u52A8\u7248 ...@@ -410,7 +410,7 @@ mobileLabel=\u79FB\u52A8\u7248
# Send an email to the user who upgrades Solo with a discontinuous version # # Send an email to the user who upgrades Solo with a discontinuous version #
skipVersionMailSubject=[\u65E0\u9700\u56DE\u590D]\u8DE8\u7248\u672C\u5347\u7EA7 Solo \u63D0\u9192 skipVersionMailSubject=[\u65E0\u9700\u56DE\u590D]\u8DE8\u7248\u672C\u5347\u7EA7 Solo \u63D0\u9192
skipVersionMailBody=Hey, \u60A8\u597D\uFF01<p>\u975E\u5E38\u9AD8\u5174\u60A8\u51C6\u5907\u5347\u7EA7 Solo\uFF0C\u4E0D\u8FC7\u76EE\u524D\u8FD8\u4E0D\u652F\u6301\u8DE8\u7248\u672C\u5347\u7EA7\uFF0C\u8BF7\u6309\u7167\u5386\u53F2\u7248\u672C\u4F9D\u6B21\u8FDB\u884C\u5347\u7EA7\u3002</p>\ skipVersionMailBody=Hey, \u60A8\u597D\uFF01<p>\u975E\u5E38\u9AD8\u5174\u60A8\u51C6\u5907\u5347\u7EA7 Solo\uFF0C\u4E0D\u8FC7\u76EE\u524D\u8FD8\u4E0D\u652F\u6301\u8DE8\u7248\u672C\u5347\u7EA7\uFF0C\u8BF7\u6309\u7167\u5386\u53F2\u7248\u672C\u4F9D\u6B21\u8FDB\u884C\u5347\u7EA7\u3002</p>\
<p>\u5BF9\u6B64\u7ED9\u60A8\u5E26\u6765\u7684\u4E0D\u4FBF\u6211\u4EEC\u6DF1\u8868\u6B49\u610F\uFF0C\u8C22\u8C22\u60A8\u5BF9 <a href="http://b3log.org" target="_blank">B3log</a> \u7684\u652F\u6301\u3002</p> <p>\u5BF9\u6B64\u7ED9\u60A8\u5E26\u6765\u7684\u4E0D\u4FBF\u6211\u4EEC\u6DF1\u8868\u6B49\u610F\uFF0C\u8C22\u8C22\u60A8\u5BF9 <a href="https://b3log.org" target="_blank">B3log</a> \u7684\u652F\u6301\u3002</p>
skipVersionAlert=\u5BF9\u4E0D\u8D77\uFF0CSolo \u76EE\u524D\u8FD8\u4E0D\u652F\u6301\u8DE8\u7248\u672C\u5347\u7EA7\uFF0C\u8BF7\u6309\u7167\u5386\u53F2\u7248\u672C\u4F9D\u6B21\u8FDB\u884C\u5347\u7EA7\uFF0C\u6216\u76F4\u63A5\u8054\u7CFB B3log \u5F00\u53D1\u8005\u3002 skipVersionAlert=\u5BF9\u4E0D\u8D77\uFF0CSolo \u76EE\u524D\u8FD8\u4E0D\u652F\u6301\u8DE8\u7248\u672C\u5347\u7EA7\uFF0C\u8BF7\u6309\u7167\u5386\u53F2\u7248\u672C\u4F9D\u6B21\u8FDB\u884C\u5347\u7EA7\uFF0C\u6216\u76F4\u63A5\u8054\u7CFB B3log \u5F00\u53D1\u8005\u3002
helloWorld.title=\u4E16\u754C\uFF0C\u4F60\u597D\uFF01 helloWorld.title=\u4E16\u754C\uFF0C\u4F60\u597D\uFF01
helloWorld.content=\u6B22\u8FCE\u4F7F\u7528 [Solo](https://github.com/b3log/solo) \u535A\u5BA2\u7CFB\u7EDF\u3002\u8FD9\u662F\u7CFB\u7EDF\u81EA\u52A8\u751F\u6210\u7684\u6F14\u793A\u6587\u7AE0\uFF0C\u7F16\u8F91\u6216\u8005\u5220\u9664\u5B83\uFF0C\u7136\u540E\u5F00\u59CB\u4F60\u7684\u72EC\u7ACB\u535A\u5BA2\u4E4B\u65C5\uFF01\n\ helloWorld.content=\u6B22\u8FCE\u4F7F\u7528 [Solo](https://github.com/b3log/solo) \u535A\u5BA2\u7CFB\u7EDF\u3002\u8FD9\u662F\u7CFB\u7EDF\u81EA\u52A8\u751F\u6210\u7684\u6F14\u793A\u6587\u7AE0\uFF0C\u7F16\u8F91\u6216\u8005\u5220\u9664\u5B83\uFF0C\u7136\u540E\u5F00\u59CB\u4F60\u7684\u72EC\u7ACB\u535A\u5BA2\u4E4B\u65C5\uFF01\n\
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
</div> </div>
<div class="module-body padding12"> <div class="module-body padding12">
<div class="about-logo"> <div class="about-logo">
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img width="128" src="${staticServePath}/images/logo.png" alt="Solo" title="Solo" /> <img width="128" src="${staticServePath}/images/logo.png" alt="Solo" title="Solo" />
</a> </a>
</div> </div>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<li><a target="_blank" href="https://hacpai.com/article/1493822943172">开发指南</a></li> <li><a target="_blank" href="https://hacpai.com/article/1493822943172">开发指南</a></li>
<li><a target="_blank" href="https://hacpai.com/article/1493814851007">皮肤开发指南</a></li> <li><a target="_blank" href="https://hacpai.com/article/1493814851007">皮肤开发指南</a></li>
</ul> </ul>
<button class="right" onclick="window.open('http://b3log.org/donate.html')">${sponsorLabel}</button> <button class="right" onclick="window.open('https://b3log.org/donate.html')">${sponsorLabel}</button>
</div> </div>
<span class="clear" /> <br/> <span class="clear" /> <br/>
</div> </div>
......
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
</div> </div>
<div class="clear"></div> <div class="clear"></div>
<div class="footer"> <div class="footer">
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a><a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a><a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}
</div> </div>
</div> </div>
<script src="${staticServePath}/js/lib/compress/admin-lib.min.js"></script> <script src="${staticServePath}/js/lib/compress/admin-lib.min.js"></script>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<@commonPage "${welcomeToSoloLabel}!"> <@commonPage "${welcomeToSoloLabel}!">
<h2> <h2>
<span>${welcomeToSoloLabel}</span> <span>${welcomeToSoloLabel}</span>
<a target="_blank" href="http://b3log.org"> <a target="_blank" href="https://b3log.org">
<span class="solo">&nbsp;Solo</span> <span class="solo">&nbsp;Solo</span>
</a> </a>
</h2> </h2>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<div class="wrap"> <div class="wrap">
<div class="content"> <div class="content">
<div class="logo"> <div class="logo">
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img width="128" border="0" alt="Solo" title="Solo" src="${staticServePath}/images/logo.png"/> <img width="128" border="0" alt="Solo" title="Solo" src="${staticServePath}/images/logo.png"/>
</a> </a>
</div> </div>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</div> </div>
<div class="footerWrapper"> <div class="footerWrapper">
<div class="footer"> <div class="footer">
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a><a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a><a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}
</div> </div>
</div> </div>
</body> </body>
......
...@@ -89,7 +89,7 @@ No Result, Return to <a href="${servePath}">Index</a> or <a href="https://hacpai ...@@ -89,7 +89,7 @@ No Result, Return to <a href="${servePath}">Index</a> or <a href="https://hacpai
<div class="footerWrapper"> <div class="footerWrapper">
<div class="footer"> <div class="footer">
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • Solo ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a> • Solo ${version}
</div> </div>
</div> </div>
</body> </body>
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
${statistic.statisticBlogViewCount} ${viewLabel} &nbsp; ${statistic.statisticBlogViewCount} ${viewLabel} &nbsp;
${onlineVisitorCnt} ${onlineVisitorLabel} ${onlineVisitorCnt} ${onlineVisitorLabel}
<div class="fn-right"> <div class="fn-right">
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a> •
<a href="http://solo.b3log.org" target="_blank">Solo</a> • <a href="https://solo.b3log.org" target="_blank">Solo</a> •
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">Medium</a> Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">Medium</a>
</div> </div>
</div> </div>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<script type="text/javascript">function switch_delayer() { location.reload();}</script>${mobileLabel} <a id="switch-link" onclick="wptouch_switch_confirmation('normal');" href="javascript:void(0)"></a> </div> <script type="text/javascript">function switch_delayer() { location.reload();}</script>${mobileLabel} <a id="switch-link" onclick="wptouch_switch_confirmation('normal');" href="javascript:void(0)"></a> </div>
</center> </center>
<p><span style="color: gray;">&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}</p> <p><span style="color: gray;">&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}</p>
<p>Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="http://solo.b3log.org" target="_blank">Solo</a> ${version}, <p>Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a> • <a href="https://solo.b3log.org" target="_blank">Solo</a> ${version},
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">mobile</a> Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">mobile</a>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a></p> by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a></p>
</div> </div>
......
...@@ -52,7 +52,7 @@ public final class UserRepositoryImplTestCase extends AbstractTestCase { ...@@ -52,7 +52,7 @@ public final class UserRepositoryImplTestCase extends AbstractTestCase {
another.put(User.USER_NAME, "test1"); another.put(User.USER_NAME, "test1");
another.put(User.USER_EMAIL, "test1@gmail.com"); another.put(User.USER_EMAIL, "test1@gmail.com");
another.put(User.USER_PASSWORD, "pass1"); another.put(User.USER_PASSWORD, "pass1");
another.put(User.USER_URL, "http://b3log.org"); another.put(User.USER_URL, "https://b3log.org");
another.put(User.USER_ROLE, Role.DEFAULT_ROLE); another.put(User.USER_ROLE, Role.DEFAULT_ROLE);
another.put(UserExt.USER_ARTICLE_COUNT, 0); another.put(UserExt.USER_ARTICLE_COUNT, 0);
another.put(UserExt.USER_PUBLISHED_ARTICLE_COUNT, 0); another.put(UserExt.USER_PUBLISHED_ARTICLE_COUNT, 0);
...@@ -68,7 +68,7 @@ public final class UserRepositoryImplTestCase extends AbstractTestCase { ...@@ -68,7 +68,7 @@ public final class UserRepositoryImplTestCase extends AbstractTestCase {
admin.put(User.USER_NAME, "test"); admin.put(User.USER_NAME, "test");
admin.put(User.USER_EMAIL, "test@gmail.com"); admin.put(User.USER_EMAIL, "test@gmail.com");
admin.put(User.USER_PASSWORD, "pass"); admin.put(User.USER_PASSWORD, "pass");
admin.put(User.USER_URL, "http://b3log.org"); admin.put(User.USER_URL, "https://b3log.org");
admin.put(User.USER_ROLE, Role.ADMIN_ROLE); admin.put(User.USER_ROLE, Role.ADMIN_ROLE);
admin.put(UserExt.USER_ARTICLE_COUNT, 0); admin.put(UserExt.USER_ARTICLE_COUNT, 0);
admin.put(UserExt.USER_PUBLISHED_ARTICLE_COUNT, 0); admin.put(UserExt.USER_PUBLISHED_ARTICLE_COUNT, 0);
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</div> </div>
<div class="module-body padding12"> <div class="module-body padding12">
<div class="about-logo"> <div class="about-logo">
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img src="${staticServePath}/images/logo.png" alt="Solo" title="Solo" /> <img src="${staticServePath}/images/logo.png" alt="Solo" title="Solo" />
</a> </a>
</div> </div>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</div> </div>
<div class="module-body padding12 about-developer"> <div class="module-body padding12 about-developer">
<div class="about-logo"> <div class="about-logo">
<!-- <a href="http://b3log.org" target="_blank"> <!-- <a href="https://b3log.org" target="_blank">
<img src="${staticServePath}/images/developers.jpg" alt="Solo" title="Solo" /> <img src="${staticServePath}/images/developers.jpg" alt="Solo" title="Solo" />
</a>--> </a>-->
<div style="width: 156px; height: 56px;"></div> <div style="width: 156px; height: 56px;"></div>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<div class="tip tip-msg"><span id="tipMsg"></span></div> <div class="tip tip-msg"><span id="tipMsg"></span></div>
<div id="allPanel"> <div id="allPanel">
<div id="top"> <div id="top">
<a href="http://b3log.org" target="_blank" class="hover"> <a href="https://b3log.org" target="_blank" class="hover">
Solo Solo
</a> </a>
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
</div> </div>
<div class="clear"></div> <div class="clear"></div>
<div class="footer"> <div class="footer">
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a><a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a><a href="https://b3log.org/services/#solo" target="_blank">Solo</a> ${version}
</div> </div>
</div> </div>
<script src="${staticServePath}/js/lib/compress/admin-lib.min.js"></script> <script src="${staticServePath}/js/lib/compress/admin-lib.min.js"></script>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div class="wrap"> <div class="wrap">
<div class="content"> <div class="content">
<div class="logo"> <div class="logo">
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/> <img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/>
</a> </a>
</div> </div>
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<input type="hidden" name="articleId" value="${articleId}" /> <input type="hidden" name="articleId" value="${articleId}" />
<button id="confirm" type="submit">${confirmLabel}</button> <button id="confirm" type="submit">${confirmLabel}</button>
</form> </form>
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/> <img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/>
</a> </a>
</div> </div>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<div class="footerWrapper"> <div class="footerWrapper">
<div class="footer"> <div class="footer">
&copy; ${year} - <a href="${servePath}">${blogTitle}</a><br/> &copy; ${year} - <a href="${servePath}">${blogTitle}</a><br/>
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a><a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a><a href="https://b3log.org/services/#solo" target="_blank">Solo</a> ${version}
</div> </div>
</div> </div>
</div> </div>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<div class="wrap"> <div class="wrap">
<div class="content"> <div class="content">
<div class="logo"> <div class="logo">
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/> <img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/>
</a> </a>
</div> </div>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<a href="${servePath}">Index</a> | <a href="${servePath}">Index</a> |
<a href="${loginURL}">Login</a> <a href="${loginURL}">Login</a>
</div> </div>
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/> <img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/>
</a> </a>
</div> </div>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<div class="footerWrapper"> <div class="footerWrapper">
<div class="footer"> <div class="footer">
&copy; ${year} &copy; ${year}
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a>, ver ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a>, ver ${version}
</div> </div>
</div> </div>
</body> </body>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div class="footerWrapper"> <div class="footerWrapper">
<div class="footer"> <div class="footer">
&copy; ${year} &copy; ${year}
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a>, ver ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a>, ver ${version}
</div> </div>
</div> </div>
</body> </body>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="wrap"> <div class="wrap">
<div class="content"> <div class="content">
<div class="logo"> <div class="logo">
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/> <img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/>
</a> </a>
</div> </div>
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<a href="https://github.com/b3log/solo/issues/new">report</a> it to help us. <a href="https://github.com/b3log/solo/issues/new">report</a> it to help us.
Return to <a href="${servePath}">Index</a>. Return to <a href="${servePath}">Index</a>.
</div> </div>
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/> <img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/>
</a> </a>
</div> </div>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<div class="footerWrapper"> <div class="footerWrapper">
<div class="footer"> <div class="footer">
&copy; ${year} &copy; ${year}
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a>, ver ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a>, ver ${version}
</div> </div>
</div> </div>
</body> </body>
......
...@@ -71,14 +71,14 @@ ...@@ -71,14 +71,14 @@
<div class="wrap"> <div class="wrap">
<div class="content" id="main"> <div class="content" id="main">
<div class="logo"> <div class="logo">
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/> <img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/>
</a> </a>
</div> </div>
<div class="main"> <div class="main">
<h2> <h2>
<span>${welcomeToSoloLabel}</span> <span>${welcomeToSoloLabel}</span>
<a target="_blank" href="http://b3log.org"> <a target="_blank" href="https://b3log.org">
<span class="solo">&nbsp;Solo</span> <span class="solo">&nbsp;Solo</span>
</a> </a>
</h2> </h2>
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
<span class="clear"></span> <span class="clear"></span>
</div> </div>
</div> </div>
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/> <img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/>
</a> </a>
</div> </div>
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
<div class="footerWrapper"> <div class="footerWrapper">
<div class="footer"> <div class="footer">
&copy; ${year} &copy; ${year}
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a><a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a><a href="https://b3log.org/services/#solo" target="_blank">Solo</a> ${version}
</div> </div>
</div> </div>
</div> </div>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<div class="wrap"> <div class="wrap">
<div class="content" style="top:-6px"> <div class="content" style="top:-6px">
<div class="logo"> <div class="logo">
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/> <img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/>
</a> </a>
</div> </div>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
&nbsp; &nbsp;&nbsp; <button onclick="closeIframe();">${closeLabel}</button> &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <button onclick="closeIframe();">${closeLabel}</button> &nbsp; &nbsp;
<button onclick="closeIframeForever();">${closeForeverLabel}</button> <button onclick="closeIframeForever();">${closeForeverLabel}</button>
<img src='${staticServePath}/images/kill-browser.png' title='Kill IE6' alt='Kill IE6'/> <img src='${staticServePath}/images/kill-browser.png' title='Kill IE6' alt='Kill IE6'/>
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/> <img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/>
</a> </a>
</div> </div>
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<div class="wrap"> <div class="wrap">
<div class="content"> <div class="content">
<div class="logo"> <div class="logo">
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/> <img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/>
</a> </a>
</div> </div>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<button onclick='login();'>${loginLabel}</button> <button onclick='login();'>${loginLabel}</button>
<span id="tip">${resetMsg}</span> <span id="tip">${resetMsg}</span>
</div> </div>
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/> <img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/>
</a> </a>
</div> </div>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<div class="footerWrapper"> <div class="footerWrapper">
<div class="footer"> <div class="footer">
&copy; ${year} - <a href="${servePath}">${blogTitle}</a><br/> &copy; ${year} - <a href="${servePath}">${blogTitle}</a><br/>
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a><a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a><a href="https://b3log.org/services/#solo" target="_blank">Solo</a> ${version}
</div> </div>
</div> </div>
</div> </div>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<div class="wrap"> <div class="wrap">
<div class="content"> <div class="content">
<div class="logo"> <div class="logo">
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/> <img border="0" width="153" height="56" alt="B3log" title="B3log" src="${staticServePath}/images/logo.jpg"/>
</a> </a>
</div> </div>
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<div class="footerWrapper"> <div class="footerWrapper">
<div class="footer"> <div class="footer">
&copy; ${year} - <a href="${servePath}">${blogTitle}</a><br/> &copy; ${year} - <a href="${servePath}">${blogTitle}</a><br/>
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a><a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a><a href="https://b3log.org/services/#solo" target="_blank">Solo</a> ${version}
</div> </div>
</div> </div>
</div> </div>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div class="wrap"> <div class="wrap">
<div class="content"> <div class="content">
<div class="logo"> <div class="logo">
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" width="153" height="56" alt="B3log" title="B3log" <img border="0" width="153" height="56" alt="B3log" title="B3log"
src="${staticServePath}/images/logo.jpg"/> src="${staticServePath}/images/logo.jpg"/>
</a> </a>
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</div> </div>
</#if> </#if>
<a href="http://b3log.org" target="_blank"> <a href="https://b3log.org" target="_blank">
<img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/> <img border="0" class="icon" alt="B3log" title="B3log" src="${staticServePath}/favicon.png"/>
</a> </a>
</div> </div>
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<div class="footerWrapper"> <div class="footerWrapper">
<div class="footer"> <div class="footer">
&copy; ${year} - <a href="${servePath}">${blogTitle}</a><br/> &copy; ${year} - <a href="${servePath}">${blogTitle}</a><br/>
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a><a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version} Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a><a href="https://b3log.org/services/#solo" target="_blank">Solo</a> ${version}
</div> </div>
</div> </div>
</div> </div>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
${statistic.statisticBlogViewCount} ${viewLabel} &nbsp; ${statistic.statisticBlogViewCount} ${viewLabel} &nbsp;
${onlineVisitorCnt} ${onlineVisitorLabel} ${onlineVisitorCnt} ${onlineVisitorLabel}
<div class="fn-right"> <div class="fn-right">
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a> •
<a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> •
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">Medium</a> Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">Medium</a>
</div> </div>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<script type="text/javascript">function switch_delayer() { location.reload();}</script>${mobileLabel} <a id="switch-link" onclick="wptouch_switch_confirmation('normal');" href="javascript:void(0)"></a> </div> <script type="text/javascript">function switch_delayer() { location.reload();}</script>${mobileLabel} <a id="switch-link" onclick="wptouch_switch_confirmation('normal');" href="javascript:void(0)"></a> </div>
</center> </center>
<p><span style="color: gray;">&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}</p> <p><span style="color: gray;">&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}</p>
<p>Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version}, <p>Powered by <a href="https://b3log.org" target="_blank">B3log 开源</a> • <a href="https://b3log.org/services/#solo" target="_blank">Solo</a> ${version},
Theme by <a rel="friend" href="http://dx.b3log.org" target="_blank">dx</a> &lt Theme by <a rel="friend" href="http://dx.b3log.org" target="_blank">dx</a> &lt
<a rel="friend" href="http://www.bravenewcode.com/products/wptouch-pro">WPtouch</a>.</p> <a rel="friend" href="http://www.bravenewcode.com/products/wptouch-pro">WPtouch</a>.</p>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment