Skip to content

Commit

Permalink
site enhancements for 1.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Mar 18, 2017
1 parent 54e9929 commit 4702c58
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
8 changes: 5 additions & 3 deletions jansi-website/ext/Website.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ object Website {
val project_name= "Jansi"
val project_slogan= "Eliminating boring console output."
val project_id= "jansi"
val project_jira_key= "JANSI"
val project_issue_url= "https://github.com/fusesource/jansi/issues"
val project_forums_url= "http://groups.google.com/group/jansi"
val project_wiki_url= "https://github.com/fusesource/jansi/wiki"
val project_logo= "/images/project-logo.png"
val project_version= "1.12"
val project_snapshot_version= "1.13-SNAPSHOT"
val project_version= "1.15"
val project_snapshot_version= "1.16-SNAPSHOT"
val project_versions = List(
project_version,
"1.14",
"1.13",
"1.12",
"1.11",
"1.10",
Expand All @@ -55,6 +56,7 @@ object Website {

// -------------------------------------------------------------------
val github_page= "http://github.com/fusesource/jansi"
val github_page_native= "http://github.com/fusesource/jansi-native"
val git_user_url= "git://github.com/fusesource/jansi.git"
val git_commiter_url= "git@github.com:fusesources/jansi.git"

Expand Down
2 changes: 1 addition & 1 deletion jansi-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-project</artifactId>
<version>1.14-SNAPSHOT</version>
<version>1.15</version>
</parent>

<artifactId>jansi-website</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jansi-website/src/_navigation.ssp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* [API Docs](${uri("/documentation/api/index.html")})
* [Download](${uri("/download.html")})
* [Support](${uri("/community/index.html")})

* [FAQ](${uri("/community/faq.html")})
2 changes: 2 additions & 0 deletions jansi-website/src/community/source.page
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Get the latest source code

* [#{github_page}](#{github_page})

* [#{github_page_native}](#{github_page_native})

If you are new to Git you might like to try the [Git guide for subversion users](http://git.or.cz/course/svn.html) or have a look at the [Git community book](http://book.git-scm.com/).

.left
Expand Down
3 changes: 2 additions & 1 deletion jansi-website/src/download.page
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ table.download tr td {
a(href="http://repo1.maven.org/maven2/org/fusesource/#{project_id}/#{project_id}/#{version}/#{project_id}-#{version}.jar.asc") GPG Signature

:&markdown
The development build source code should be directly checked out from our [source code repository](community/source.html)
The development build source code should be directly checked out from our [source code repository](community/source.html):
see [Developers links](community/developers.html) for more details.

0 comments on commit 4702c58

Please sign in to comment.