From 2926b0f2b3859705344f682c003f350cc311e3fe Mon Sep 17 00:00:00 2001 From: aadrian Date: Mon, 19 Jun 2017 20:15:43 +0200 Subject: [PATCH 1/3] add .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e9d06e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +## IDE Specific +.idea/ +out/s +*.iml +*.ipr +*.iws + +.settings/ +.classpath +.project +s \ No newline at end of file From 15ac1228f468b5f48a3f8e556cc4978175a3595c Mon Sep 17 00:00:00 2001 From: aadrian Date: Mon, 19 Jun 2017 20:39:40 +0200 Subject: [PATCH 2/3] usability: separate the GitHub link, and add a documentation link. --- index.html | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 01d2145..e61cfa6 100755 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - GitBucket: A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility + GitBucket - A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility @@ -33,6 +33,9 @@ padding-top: 80px; padding-bottom: 20px; } + .github { + color: white; + } @@ -53,23 +56,27 @@ @@ -81,7 +88,7 @@

- GitBucket is Open Source
+ GitBucket is the Open Source
Git platform on JVM

@@ -129,13 +136,13 @@

-

Activities

+

Activity


- 6,300 + 6,400 stars
From 04ea2ea4354f282f6d4d62360ee534d3a68a6f2d Mon Sep 17 00:00:00 2001 From: aadrian Date: Mon, 19 Jun 2017 21:05:32 +0200 Subject: [PATCH 3/3] add Image Maps - as links to the various used libraries. --- index.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e61cfa6..6d880d1 100755 --- a/index.html +++ b/index.html @@ -126,10 +126,22 @@

- scala scalatra slick jetty + scala scalatra slick jetty + + Scala + Scalatra + Slick + Jetty +
- jGit H2 ApacheMINA IntelliJIDEA + jGit H2 ApacheMINA IntelliJIDEA + + JGit + H2 Database + Apache MINA + IntelliJ IDEA +