Commit 1fd47932 authored by Liang Ding's avatar Liang Ding

🎨 "B3log Solo" to "Solo"

parent 9dd65d34
......@@ -113,7 +113,7 @@ public final class CommentSender extends AbstractEventListener<JSONObject> {
requestJSONObject.put(Comment.COMMENT, comment);
requestJSONObject.put("clientVersion", SoloServletListener.VERSION);
requestJSONObject.put("clientRuntimeEnv", "LOCAL");
requestJSONObject.put("clientName", "B3log Solo");
requestJSONObject.put("clientName", "Solo");
requestJSONObject.put("clientHost", Latkes.getServePath());
requestJSONObject.put("clientAdminEmail", preference.optString(Option.ID_C_ADMIN_EMAIL));
requestJSONObject.put("userB3Key", preference.optString(Option.ID_C_KEY_OF_SOLO));
......
......@@ -15,7 +15,7 @@
#
#
# Description: B3log Solo language configurations(en_US).
# Description: Solo language configurations(en_US).
# Version: 1.2.0.0, Apr 8, 2017
# Author: Liyuan Li
#
......
......@@ -15,7 +15,7 @@
#
#
# Description: B3log Solo default language configurations(zh_CN).
# Description: Solo default language configurations(zh_CN).
# Version: 1.2.0.0, Apr 8, 2017
# Author: Liyuan Li
#
......
......@@ -3,7 +3,7 @@
<title>${title}</title>
<#nested>
<meta name="author" content="${blogTitle?html}" />
<meta name="generator" content="B3log Solo" />
<meta name="generator" content="Solo" />
<meta name="copyright" content="B3log" />
<meta name="owner" content="B3log Team" />
<meta name="revised" content="${blogTitle?html}, ${year}" />
......
......@@ -15,7 +15,7 @@
#
#
# Description: B3log Solo language configurations(en_US).
# Description: Solo language configurations(en_US).
# Version: 1.0.0.0, Feb 17, 2017
# Author: Liyuan Li
#
......
......@@ -15,7 +15,7 @@
#
#
# Description: B3log Solo default language configurations(zh_CN).
# Description: Solo default language configurations(zh_CN).
# Version: 1.0.0.0, Feb 17, 2017
# Author: Liyuan Li
#
......
......@@ -3,7 +3,7 @@
<title>${title}</title>
<#nested>
<meta name="author" content="${blogTitle?html}" />
<meta name="generator" content="B3log Solo" />
<meta name="generator" content="Solo" />
<meta name="copyright" content="B3log" />
<meta name="owner" content="B3log Team" />
<meta name="revised" content="${blogTitle?html}, ${year}" />
......
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