Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
f2d57951
Commit
f2d57951
authored
Aug 29, 2013
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c
parent
a808808d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
6 deletions
+11
-6
war/pom.xml
war/pom.xml
+6
-1
war/src/main/webapp/article-pwd.ftl
war/src/main/webapp/article-pwd.ftl
+1
-1
war/src/main/webapp/kill-browser.ftl
war/src/main/webapp/kill-browser.ftl
+1
-1
war/src/main/webapp/login.ftl
war/src/main/webapp/login.ftl
+1
-1
war/src/main/webapp/register.ftl
war/src/main/webapp/register.ftl
+1
-1
war/src/main/webapp/reset-pwd.ftl
war/src/main/webapp/reset-pwd.ftl
+1
-1
No files found.
war/pom.xml
View file @
f2d57951
...
...
@@ -62,8 +62,13 @@
<artifactId>
maven-jetty-plugin
</artifactId>
<version>
6.1.22
</version>
<configuration>
<connectors>
<connector
implementation=
"org.mortbay.jetty.nio.SelectChannelConnector"
>
<port>
8080
</port>
</connector>
</connectors>
<stopKey>
stop
</stopKey>
<stopPort>
450
0
</stopPort>
<stopPort>
450
2
</stopPort>
<webAppSourceDirectory>
../src/main/webapp
</webAppSourceDirectory>
<classesDirectory>
${basedir}/target/${project.build.finalName}/WEB-INF/classes
</classesDirectory>
<contextPath>
/
</contextPath>
...
...
war/src/main/webapp/article-pwd.ftl
View file @
f2d57951
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
${articleViewPwdLabel}
</title>
<meta
name=
"keywords"
content=
"
GAE
博客,GAE blog,b3log"
/>
<meta
name=
"keywords"
content=
"
Java
博客,GAE blog,b3log"
/>
<meta
name=
"description"
content=
"An open source blog based on GAE Java,GAE Java 开源博客"
/>
<meta
name=
"owner"
content=
"B3log Team"
/>
<meta
name=
"author"
content=
"B3log Team"
/>
...
...
war/src/main/webapp/kill-browser.ftl
View file @
f2d57951
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
${blogTitle}
</title>
<meta
name=
"keywords"
content=
"
GAE
博客,blog,b3log,kill IE6"
/>
<meta
name=
"keywords"
content=
"
Java
博客,blog,b3log,kill IE6"
/>
<meta
name=
"description"
content=
"An open source blog based on GAE Java,GAE Java 开源博客,Let's kill IE6"
/>
<meta
name=
"owner"
content=
"B3log Team"
/>
<meta
name=
"author"
content=
"B3log Team"
/>
...
...
war/src/main/webapp/login.ftl
View file @
f2d57951
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
${welcomeToSoloLabel} B3log Solo!
</title>
<meta
name=
"keywords"
content=
"
GAE
博客,GAE blog,b3log"
/>
<meta
name=
"keywords"
content=
"
Java
博客,GAE blog,b3log"
/>
<meta
name=
"description"
content=
"An open source blog based on GAE Java,GAE Java 开源博客"
/>
<meta
name=
"owner"
content=
"B3log Team"
/>
<meta
name=
"author"
content=
"B3log Team"
/>
...
...
war/src/main/webapp/register.ftl
View file @
f2d57951
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
${blogTitle}
</title>
<meta
name=
"keywords"
content=
"
GAE
博客,blog,b3log,kill IE6"
/>
<meta
name=
"keywords"
content=
"
Java
博客,blog,b3log,kill IE6"
/>
<meta
name=
"description"
content=
"An open source blog based on GAE Java,GAE Java 开源博客,用户注册"
/>
<meta
name=
"owner"
content=
"B3log Team"
/>
<meta
name=
"author"
content=
"B3log Team"
/>
...
...
war/src/main/webapp/reset-pwd.ftl
View file @
f2d57951
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<title>
${forgotLabel} B3log Solo!
</title>
<meta
name=
"keywords"
content=
"
GAE
博客,GAE blog,b3log"
/>
<meta
name=
"keywords"
content=
"
Java
博客,GAE blog,b3log"
/>
<meta
name=
"description"
content=
"An open source blog based on GAE Java,GAE Java 开源博客"
/>
<meta
name=
"owner"
content=
"B3log Team"
/>
<meta
name=
"author"
content=
"B3log Team"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment