From 4702c58cfa41b544f8df85f505f4134f278f71b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Sat, 18 Mar 2017 12:26:16 +0100 Subject: [PATCH] site enhancements for 1.15 release --- jansi-website/ext/Website.scala | 8 +++++--- jansi-website/pom.xml | 2 +- jansi-website/src/_navigation.ssp.md | 2 +- jansi-website/src/community/source.page | 2 ++ jansi-website/src/download.page | 3 ++- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/jansi-website/ext/Website.scala b/jansi-website/ext/Website.scala index 870f1a17..d6127225 100644 --- a/jansi-website/ext/Website.scala +++ b/jansi-website/ext/Website.scala @@ -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", @@ -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" diff --git a/jansi-website/pom.xml b/jansi-website/pom.xml index daaae4fe..d114d0cf 100644 --- a/jansi-website/pom.xml +++ b/jansi-website/pom.xml @@ -21,7 +21,7 @@ org.fusesource.jansi jansi-project - 1.14-SNAPSHOT + 1.15 jansi-website diff --git a/jansi-website/src/_navigation.ssp.md b/jansi-website/src/_navigation.ssp.md index e67ca406..2722ab68 100644 --- a/jansi-website/src/_navigation.ssp.md +++ b/jansi-website/src/_navigation.ssp.md @@ -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")}) diff --git a/jansi-website/src/community/source.page b/jansi-website/src/community/source.page index 60319d19..ab7a78ad 100644 --- a/jansi-website/src/community/source.page +++ b/jansi-website/src/community/source.page @@ -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 diff --git a/jansi-website/src/download.page b/jansi-website/src/download.page index f152d6e6..8e43ad33 100644 --- a/jansi-website/src/download.page +++ b/jansi-website/src/download.page @@ -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.