Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

site enhancements for 1.15 release #76

Merged
merged 1 commit into from
Apr 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.