Commit cfe7866c authored by Liang Ding's avatar Liang Ding

黑客派 HTTPS

parent ebc5d441
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
[Solo](https://github.com/b3log/solo) 是一个专业、简约、稳定、极速的开源 Java 博客系统。你可以自己搭建使用([下载](http://pan.baidu.com/share/link?shareid=541735&uk=3255126224)),也可以通过购买我们搭建好的服务来直接使用,详情请看[这里](http://b3log.org/services/#solo) [Solo](https://github.com/b3log/solo) 是一个专业、简约、稳定、极速的开源 Java 博客系统。你可以自己搭建使用([下载](http://pan.baidu.com/share/link?shareid=541735&uk=3255126224)),也可以通过购买我们搭建好的服务来直接使用,详情请看[这里](http://b3log.org/services/#solo)
> 加入[**黑客派**](http://hacpai.com/register),与其他程序员、设计师共同成长! > 加入[**黑客派**](https://hacpai.com/register),与其他程序员、设计师共同成长!
## Features ## Features
...@@ -56,7 +56,7 @@ See [here](http://solo.b3log.org/CHANGE_LOGS.html). ...@@ -56,7 +56,7 @@ See [here](http://solo.b3log.org/CHANGE_LOGS.html).
## Contact Us ## Contact Us
* Forum: http://hacpai.com * Forum: https://hacpai.com
* support@liuyun.io (purchase purpose) * support@liuyun.io (purchase purpose)
## Terms ## Terms
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.b3log.latke.version>2.0.0</org.b3log.latke.version> <org.b3log.latke.version>2.0.1</org.b3log.latke.version>
<servlet.version>3.1.0</servlet.version> <servlet.version>3.1.0</servlet.version>
<slf4j.version>1.7.5</slf4j.version> <slf4j.version>1.7.5</slf4j.version>
......
...@@ -154,7 +154,7 @@ public class ArticleReceiver { ...@@ -154,7 +154,7 @@ public class ArticleReceiver {
String content = article.getString(Article.ARTICLE_CONTENT); String content = article.getString(Article.ARTICLE_CONTENT);
final String articleId = article.getString(Keys.OBJECT_ID); final String articleId = article.getString(Keys.OBJECT_ID);
// content += "\n\n<p style='font-size: 12px;'><i>该文章同步自 <a href='http://hacpai.com/article/" + articleId // content += "\n\n<p style='font-size: 12px;'><i>该文章同步自 <a href='https://hacpai.com/article/" + articleId
// + "' target='_blank'>黑客派</a></i></p>"; // + "' target='_blank'>黑客派</a></i></p>";
article.put(Article.ARTICLE_CONTENT, content); article.put(Article.ARTICLE_CONTENT, content);
...@@ -251,7 +251,7 @@ public class ArticleReceiver { ...@@ -251,7 +251,7 @@ public class ArticleReceiver {
article.put(Article.ARTICLE_VIEW_PWD, ""); article.put(Article.ARTICLE_VIEW_PWD, "");
String content = article.getString(Article.ARTICLE_CONTENT); String content = article.getString(Article.ARTICLE_CONTENT);
// content += "\n\n<p style='font-size: 12px;'><i>该文章同步自 <a href='http://hacpai.com/article/" + articleId // content += "\n\n<p style='font-size: 12px;'><i>该文章同步自 <a href='https://hacpai.com/article/" + articleId
// + "' target='_blank'>黑客派</a></i></p>"; // + "' target='_blank'>黑客派</a></i></p>";
article.put(Article.ARTICLE_CONTENT, content); article.put(Article.ARTICLE_CONTENT, content);
......
...@@ -149,7 +149,7 @@ public class BlogProcessor { ...@@ -149,7 +149,7 @@ public class BlogProcessor {
} }
/** /**
* Sync user to http://hacpai.com. * Sync user to https://hacpai.com.
* *
* @param context the specified context * @param context the specified context
* @throws Exception exception * @throws Exception exception
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
# #
rhythm.servePath=http://rhythm.b3log.org:80 rhythm.servePath=http://rhythm.b3log.org:80
symphony.servePath=http://hacpai.com:80 symphony.servePath=https://hacpai.com:80
gravatar=https://secure.gravatar.com/avatar/ gravatar=https://secure.gravatar.com/avatar/
faviconAPI=http://api.byi.pw/favicon?url= faviconAPI=http://api.byi.pw/favicon?url=
\ No newline at end of file
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# #
# Description: Solo language configurations(en_US). # Description: Solo language configurations(en_US).
# Version: 2.5.2.9, Jan 8, 2016 # Version: 2.5.2.10, Feb 20, 2016
# Author: Liang Ding # Author: Liang Ding
# Author: Liyuan Li # Author: Liyuan Li
# Author: Dongxu Wang # Author: Dongxu Wang
...@@ -26,7 +26,7 @@ notAllowRegisterLabel=Not allow register ...@@ -26,7 +26,7 @@ notAllowRegisterLabel=Not allow register
allowRegister1Label=Allow Register: allowRegister1Label=Allow Register:
footerContent1Label=Footer: footerContent1Label=Footer:
userAvatar1Label=Avatar: userAvatar1Label=Avatar:
uploadFileLabel=Upload <a href="http://hacpai.com/article/1442418791213" target="_blank">(?)</a> uploadFileLabel=Upload <a href="https://hacpai.com/article/1442418791213" target="_blank">(?)</a>
accessKey1Label=Access Key: accessKey1Label=Access Key:
secretKey1Label=Secret Key: secretKey1Label=Secret Key:
domain1Label=Domain: domain1Label=Domain:
...@@ -278,7 +278,7 @@ resetPwdSuccessSend=Check your e-mail for the confirmation link. ...@@ -278,7 +278,7 @@ resetPwdSuccessSend=Check your e-mail for the confirmation link.
resetPwdMailSubject=[Solo]Password Reset resetPwdMailSubject=[Solo]Password Reset
resetPwdMailBody=To reset your password please open the link below. If this is a mistake just ignore this email - your password will not be changed.<p> resetPwdMailBody=To reset your password please open the link below. If this is a mistake just ignore this email - your password will not be changed.<p>
initIntroLabel= <p>Please click "Initial" button to initialize your blog ;-)</br></br>\ initIntroLabel= <p>Please click "Initial" button to initialize your blog ;-)</br></br>\
Welcome to the <a href="http://hacpai.com" target="_blank">Hacker&Painter</a> community at the same time.</br></br>\ Welcome to the <a href="https://hacpai.com" target="_blank">Hacker&Painter</a> community at the same time.</br></br>\
<span style="font-size:12px"><span style="color:red">Note</span>: Only to ensure Email is the same and <a href="/article/1353772377257" target="_blank">synchronization configured</a> is correctly,\ <span style="font-size:12px"><span style="color:red">Note</span>: Only to ensure Email is the same and <a href="/article/1353772377257" target="_blank">synchronization configured</a> is correctly,\
Your posts and comments can <i>maintain bisynchronous</i> in the community and the Solo.</p> Your posts and comments can <i>maintain bisynchronous</i> in the community and the Solo.</p>
killBrowserLabel=<h2>Let's kill outdated and insecure browser!</h2><p>Let's kill outdated and insecure browser for browser evolution, human progress and better experience.</p><p>You can download</p><ul><li><a href="http://www.mozilla.com/" target="_blank">Firefox</a></li><li><a href="http://www.google.com/chrome" target="_blank">Chrome</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">Maxthon</a> and <a href="http://www.google.com" target="_blank">so on</a>.</li></ul><span style="font-size: 10px">Tip: Remove "Util.killIE();" in /js/common.js can support all browser.</span> killBrowserLabel=<h2>Let's kill outdated and insecure browser!</h2><p>Let's kill outdated and insecure browser for browser evolution, human progress and better experience.</p><p>You can download</p><ul><li><a href="http://www.mozilla.com/" target="_blank">Firefox</a></li><li><a href="http://www.google.com/chrome" target="_blank">Chrome</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">Maxthon</a> and <a href="http://www.google.com" target="_blank">so on</a>.</li></ul><span style="font-size: 10px">Tip: Remove "Util.killIE();" in /js/common.js can support all browser.</span>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# #
# Description: Solo default language configurations(zh_CN). # Description: Solo default language configurations(zh_CN).
# Version: 2.5.4.16, Dec 18, 2015 # Version: 2.5.4.17, Feb 20, 2016
# Author: Liang Ding # Author: Liang Ding
# Author: Liyuan Li # Author: Liyuan Li
# Author: Dongxu Wang # Author: Dongxu Wang
...@@ -26,7 +26,7 @@ notAllowRegisterLabel=\u6682\u4e0d\u5f00\u653e\u6ce8\u518c\uff01 ...@@ -26,7 +26,7 @@ notAllowRegisterLabel=\u6682\u4e0d\u5f00\u653e\u6ce8\u518c\uff01
allowRegister1Label=\u5141\u8bb8\u6ce8\u518c\uff1a allowRegister1Label=\u5141\u8bb8\u6ce8\u518c\uff1a
footerContent1Label=\u9875\u811a\uff1a footerContent1Label=\u9875\u811a\uff1a
userAvatar1Label=\u5934\u50cf\uff1a userAvatar1Label=\u5934\u50cf\uff1a
uploadFileLabel=\u6587\u4ef6\u4e0a\u4f20 <a href="http://hacpai.com/article/1442418791213" target="_blank">(?)</a> uploadFileLabel=\u6587\u4ef6\u4e0a\u4f20 <a href="https://hacpai.com/article/1442418791213" target="_blank">(?)</a>
accessKey1Label=Access Key\uff1a accessKey1Label=Access Key\uff1a
secretKey1Label=Secret Key\uff1a secretKey1Label=Secret Key\uff1a
domain1Label=\u57df\u540d\uff1a domain1Label=\u57df\u540d\uff1a
...@@ -278,7 +278,7 @@ resetPwdSuccessSend=\u66f4\u6539\u5bc6\u7801\u7684\u786e\u8ba4\u94fe\u63a5\u5df2 ...@@ -278,7 +278,7 @@ resetPwdSuccessSend=\u66f4\u6539\u5bc6\u7801\u7684\u786e\u8ba4\u94fe\u63a5\u5df2
resetPwdMailSubject=[Solo]\u91cd\u7f6e\u5bc6\u7801 resetPwdMailSubject=[Solo]\u91cd\u7f6e\u5bc6\u7801
resetPwdMailBody=\u60f3\u66f4\u6539\u5bc6\u7801\uff0c\u8bf7\u6253\u5f00\u4e0b\u9762\u94fe\u63a5\uff1b\u82e5\u4e0d\u60f3\u4fee\u6539\uff0c\u53ea\u8981\u5ffd\u7565\u6b64\u6b21\u90ae\u4ef6\uff0c\u7cfb\u7edf\u5e76\u4e0d\u4f1a\u81ea\u52a8\u4fee\u6539\u60a8\u7684\u5bc6\u7801\u3002<p> resetPwdMailBody=\u60f3\u66f4\u6539\u5bc6\u7801\uff0c\u8bf7\u6253\u5f00\u4e0b\u9762\u94fe\u63a5\uff1b\u82e5\u4e0d\u60f3\u4fee\u6539\uff0c\u53ea\u8981\u5ffd\u7565\u6b64\u6b21\u90ae\u4ef6\uff0c\u7cfb\u7edf\u5e76\u4e0d\u4f1a\u81ea\u52a8\u4fee\u6539\u60a8\u7684\u5bc6\u7801\u3002<p>
initIntroLabel=<p>\u8bf7\u70b9\u51fb\u4e0b\u9762\u7684\u201c\u521d\u59cb\u5316\u201d\u6309\u94ae\u8fdb\u884c\u521d\u59cb\u5316\uff0c\u7136\u540e\u7a0d\u7b49\u7247\u523b ;-)</br></br></br></br>\ initIntroLabel=<p>\u8bf7\u70b9\u51fb\u4e0b\u9762\u7684\u201c\u521d\u59cb\u5316\u201d\u6309\u94ae\u8fdb\u884c\u521d\u59cb\u5316\uff0c\u7136\u540e\u7a0d\u7b49\u7247\u523b ;-)</br></br></br></br>\
\u540c\u65f6\uff0c\u6b22\u8fce\u60a8\u52a0\u5165\u9ed1\u5ba2\u4e0e\u753b\u5bb6\u7684\u805a\u96c6\u5730<a href="http://hacpai.com" target="_blank"><b>\u9ed1\u5ba2\u6d3e</b></a>\uff08\u4f7f\u7528\u60a8\u7684 Solo \u8d26\u53f7\u76f4\u63a5\u767b\u5f55\uff09\u3002</p> \u540c\u65f6\uff0c\u6b22\u8fce\u60a8\u52a0\u5165\u9ed1\u5ba2\u4e0e\u753b\u5bb6\u7684\u805a\u96c6\u5730<a href="https://hacpai.com" target="_blank"><b>\u9ed1\u5ba2\u6d3e</b></a>\uff08\u4f7f\u7528\u60a8\u7684 Solo \u8d26\u53f7\u76f4\u63a5\u767b\u5f55\uff09\u3002</p>
killBrowserLabel=<h2>\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u5427\uff01</h2><p>\u4e3a\u4e86\u8ba9\u6d4f\u89c8\u5668\u66f4\u597d\u7684\u53d1\u5c55\uff0c\u4eba\u7c7b\u66f4\u52a0\u7684\u8fdb\u6b65\uff0c\u62e5\u6709\u66f4\u597d\u7684\u4f53\u9a8c\uff0c\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u3002</p>\u60a8\u53ef\u4ee5\u4e0b\u8f7d<ul><li><a href="http://www.mozilla.com/" target="_blank">\u706b\u72d0</a></li><li><a href="http://www.google.com/chrome" target="_blank">\u8c37\u6b4c\u6d4f\u89c8\u5668</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">\u9068\u6e38</a>\u6216\u8005<a href="http://www.google.com" target="_blank">\u5176\u5b83\u6d4f\u89c8\u5668</a>.</li></ul><span style="font-size: 10px">\u6ce8\uff1a\u5220\u9664 /js/common.js \u4e2d\u7684 Util.killIE(); \u53ef\u5bf9\u6240\u6709\u6d4f\u89c8\u5668\u8fdb\u884c\u652f\u6301\u3002</span> killBrowserLabel=<h2>\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u5427\uff01</h2><p>\u4e3a\u4e86\u8ba9\u6d4f\u89c8\u5668\u66f4\u597d\u7684\u53d1\u5c55\uff0c\u4eba\u7c7b\u66f4\u52a0\u7684\u8fdb\u6b65\uff0c\u62e5\u6709\u66f4\u597d\u7684\u4f53\u9a8c\uff0c\u8ba9\u6211\u4eec\u653e\u5f03\u4f7f\u7528\u90a3\u4e9b\u8fc7\u65f6\u3001\u4e0d\u5b89\u5168\u7684\u6d4f\u89c8\u5668\u3002</p>\u60a8\u53ef\u4ee5\u4e0b\u8f7d<ul><li><a href="http://www.mozilla.com/" target="_blank">\u706b\u72d0</a></li><li><a href="http://www.google.com/chrome" target="_blank">\u8c37\u6b4c\u6d4f\u89c8\u5668</a></li><li><a href="http://windows.microsoft.com/en-US/internet-explorer/downloads/ie" target="_blank">IE8 / IE9</a></li><li><a href="http://www.maxthon.com/" target="_blank">\u9068\u6e38</a>\u6216\u8005<a href="http://www.google.com" target="_blank">\u5176\u5b83\u6d4f\u89c8\u5668</a>.</li></ul><span style="font-size: 10px">\u6ce8\uff1a\u5220\u9664 /js/common.js \u4e2d\u7684 Util.killIE(); \u53ef\u5bf9\u6240\u6709\u6d4f\u89c8\u5668\u8fdb\u884c\u652f\u6301\u3002</span>
closeLabel=\u5173\u95ed closeLabel=\u5173\u95ed
closeForeverLabel=\u6c38\u4e45\u5173\u95ed closeForeverLabel=\u6c38\u4e45\u5173\u95ed
...@@ -385,7 +385,7 @@ helloWorld.content=<p>\u6b22\u8fce\u4f7f\u7528 \ ...@@ -385,7 +385,7 @@ helloWorld.content=<p>\u6b22\u8fce\u4f7f\u7528 \
<a style="text-decoration: none;" target="_blank" href="https://github.com/b3log/solo">\ <a style="text-decoration: none;" target="_blank" href="https://github.com/b3log/solo">\
<span style="color: orangered; font-weight: bold;">Solo</span></a>\ <span style="color: orangered; font-weight: bold;">Solo</span></a>\
\u3002\u8fd9\u662f\u7cfb\u7edf\u81ea\u52a8\u751f\u6210\u7684\u6f14\u793a\u6587\u7ae0\u3002\u7f16\u8f91\u6216\u8005\u5220\u9664\u5b83\uff0c\u7136\u540e\u5f00\u59cb\u60a8\u7684\u535a\u5ba2\uff01</p>\ \u3002\u8fd9\u662f\u7cfb\u7edf\u81ea\u52a8\u751f\u6210\u7684\u6f14\u793a\u6587\u7ae0\u3002\u7f16\u8f91\u6216\u8005\u5220\u9664\u5b83\uff0c\u7136\u540e\u5f00\u59cb\u60a8\u7684\u535a\u5ba2\uff01</p>\
<p>\u53e6\u5916\uff0c\u6b22\u8fce\u60a8\u52a0\u5165<a href="http://hacpai.com" target="_blank">\u9ed1\u5ba2\u4e0e\u753b\u5bb6\u7684\u793e\u533a</a>\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u60a8\u7684\u535a\u5ba2\u8d26\u53f7\u76f4\u63a5\u767b\u5f55\uff01\ <p>\u53e6\u5916\uff0c\u6b22\u8fce\u60a8\u52a0\u5165<a href="https://hacpai.com" target="_blank">\u9ed1\u5ba2\u4e0e\u753b\u5bb6\u7684\u793e\u533a</a>\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u60a8\u7684\u535a\u5ba2\u8d26\u53f7\u76f4\u63a5\u767b\u5f55\uff01\
</p> </p>
helloWorld.comment.content=\u60a8\u597d\uff0c\u8fd9\u662f\u4e00\u6761\u8bc4\u8bba\u3002<br/>\u8981\u5220\u9664\u8bc4\u8bba\uff0c\u8bf7\u5148\u767b\u5f55\uff0c\u7136\u540e\u518d\u67e5\u770b\u8fd9\u7bc7\u6587\u7ae0\u7684\u8bc4\u8bba\u3002\u5728\u90a3\u91cc\uff0c\u60a8\u53ef\u4ee5\u770b\u5230\u5220\u9664\u8bc4\u8bba\u7684\u9009\u9879\u3002 helloWorld.comment.content=\u60a8\u597d\uff0c\u8fd9\u662f\u4e00\u6761\u8bc4\u8bba\u3002<br/>\u8981\u5220\u9664\u8bc4\u8bba\uff0c\u8bf7\u5148\u767b\u5f55\uff0c\u7136\u540e\u518d\u67e5\u770b\u8fd9\u7bc7\u6587\u7ae0\u7684\u8bc4\u8bba\u3002\u5728\u90a3\u91cc\uff0c\u60a8\u53ef\u4ee5\u770b\u5230\u5220\u9664\u8bc4\u8bba\u7684\u9009\u9879\u3002
articleContentPwd=\u8be5\u6587\u7ae0\u5df2\u7ecf\u52a0\u5bc6\u3002 articleContentPwd=\u8be5\u6587\u7ae0\u5df2\u7ecf\u52a0\u5bc6\u3002
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<cron> <cron>
<url>/blog/symphony/user</url> <url>/blog/symphony/user</url>
<description>Sync user to http://hacpai.com</description> <description>Sync user to https://hacpai.com</description>
<schedule>every 24 hours</schedule> <schedule>every 24 hours</schedule>
</cron> </cron>
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<input type="checkbox" id="articleCommentable" checked="checked" /> <input type="checkbox" id="articleCommentable" checked="checked" />
<span id="postToCommunityPanel" class="none"> <span id="postToCommunityPanel" class="none">
<label for="postToCommunity"> <label for="postToCommunity">
<a class="no-underline" href="http://hacpai.com/article/1440573175609" target="_blank">${postToCommunityLabel}</a> <a class="no-underline" href="https://hacpai.com/article/1440573175609" target="_blank">${postToCommunityLabel}</a>
</label> </label>
<input id="postToCommunity" type="checkbox" checked="checked"/> <input id="postToCommunity" type="checkbox" checked="checked"/>
</span> </span>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="module-panel"> <div class="module-panel">
<div class="module-header"> <div class="module-header">
<h2 class="left"> <h2 class="left">
<a target="_blank" href="http://hacpai.com/tags/B3log%20Broadcast"> <a target="_blank" href="https://hacpai.com/tags/B3log%20Broadcast">
${userBroadcastLabel} ${userBroadcastLabel}
</a> </a>
</h2> </h2>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
// 获取广播 // 获取广播
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "http://hacpai.com/apis/broadcasts", url: "https://hacpai.com/apis/broadcasts",
dataType: "jsonp", dataType: "jsonp",
jsonp: "callback", jsonp: "callback",
beforeSend: function() { beforeSend: function() {
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
# #
# Description: Language configurations(en_US) of plugin symphony-interest. # Description: Language configurations(en_US) of plugin symphony-interest.
# Version: 1.0.0.0, Dec 17, 2015 # Version: 1.0.0.1, Feb 20, 2016
# Author: Liang Ding # Author: Liang Ding
# #
interestLabel=<a href="http://hacpai.com" target="_blank">Interest</a> interestLabel=<a href="https://hacpai.com" target="_blank">Interest</a>
\ No newline at end of file \ No newline at end of file
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
# #
# Description: Language configurations(zh_CN) of plugin symphony-interest. # Description: Language configurations(zh_CN) of plugin symphony-interest.
# Version: 1.0.0.0, Dec 17, 2015 # Version: 1.0.0.1, Feb 20, 2016
# Author: Liang Ding # Author: Liang Ding
# #
interestLabel=<a href="http://hacpai.com" target="_blank">\u793e\u533a\u63a8\u8350</a> interestLabel=<a href="https://hacpai.com" target="_blank">\u793e\u533a\u63a8\u8350</a>
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
} }
$.ajax({ $.ajax({
url: "http://hacpai.com/apis/articles?p=1&size=7&tags=" + tags.join(), url: "https://hacpai.com/apis/articles?p=1&size=7&tags=" + tags.join(),
type: "GET", type: "GET",
dataType: "jsonp", dataType: "jsonp",
jsonp: "callback", jsonp: "callback",
......
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
# #
# Description: Language configurations(en_US) of plugin symphony-news-getter. # Description: Language configurations(en_US) of plugin symphony-news-getter.
# Version: 1.0.0.1, Aug 9, 2011 # Version: 1.0.0.2, Feb 20, 2016
# Author: Liang Ding # Author: Liang Ding
# Author: Liyuan Li # Author: Liyuan Li
# #
b3logAnnounceLabel=<a href="http://hacpai.com/tags/B3log%20Announcement" target="_blank">B3log Announcements</a> b3logAnnounceLabel=<a href="https://hacpai.com/tags/B3log%20Announcement" target="_blank">B3log Announcements</a>
\ No newline at end of file \ No newline at end of file
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
# #
# Description: Language configurations(zh_CN) of plugin symphony-news-getter. # Description: Language configurations(zh_CN) of plugin symphony-news-getter.
# Version: 1.0.0.2, Aug 10, 2011 # Version: 1.0.0.3, Feb 20, 2016
# Author: Liang Ding # Author: Liang Ding
# Author: Liyuan Li # Author: Liyuan Li
# #
b3logAnnounceLabel=<a href="http://hacpai.com/tags/B3log%20Announcement" target="_blank">B3log \u516c\u544a</a> b3logAnnounceLabel=<a href="https://hacpai.com/tags/B3log%20Announcement" target="_blank">B3log \u516c\u544a</a>
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"url(${staticServePath}/images/loader.gif) no-repeat scroll center center transparent"); "url(${staticServePath}/images/loader.gif) no-repeat scroll center center transparent");
$.ajax({ $.ajax({
url: "http://hacpai.com/apis/news", url: "https://hacpai.com/apis/news",
type: "GET", type: "GET",
dataType:"jsonp", dataType:"jsonp",
jsonp: "callback", jsonp: "callback",
......
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