From eb6ec2fa9a17255a25225132675d398849732d70 Mon Sep 17 00:00:00 2001 From: Joas Sanon Date: Fri, 17 Mar 2023 12:48:35 -0400 Subject: [PATCH 1/5] Add stickiness to the table header Added stickiness to the table header so it stays visible while scrolling the licences list --- appendix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendix.md b/appendix.md index e08fd83..c3e00f2 100644 --- a/appendix.md +++ b/appendix.md @@ -9,10 +9,10 @@ For reference, here is a table of every license described in the [choosealicense If you're here to choose a license, **[start from the home page](/)** to see a few licenses that will work for most cases. - +
{% assign types = "permissions|conditions|limitations" | split: "|" %} - + {% assign seen_tags = '' %} {% for type in types %} {% assign rules = site.data.rules[type] | sort: "label" %} From 38e8c11e0115655f5f0defd59fd7e0321b46552d Mon Sep 17 00:00:00 2001 From: Joas Sanon Date: Tue, 21 Mar 2023 19:59:47 -0400 Subject: [PATCH 2/5] Just an extra space in orer to trigger gh pages build --- appendix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendix.md b/appendix.md index c3e00f2..e3c39c3 100644 --- a/appendix.md +++ b/appendix.md @@ -5,7 +5,7 @@ title: Appendix class: license-types --- -For reference, here is a table of every license described in the [choosealicense.com repository](https://github.com/github/choosealicense.com). +For reference, here is a table of every license described in the [choosealicense.com repository](https://github.com/github/choosealicense.com). If you're here to choose a license, **[start from the home page](/)** to see a few licenses that will work for most cases. From 41933b930643a0ce78b58988559044b40e299e37 Mon Sep 17 00:00:00 2001 From: Joas Sanon Date: Tue, 21 Mar 2023 20:02:50 -0400 Subject: [PATCH 3/5] Ok. --- appendix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendix.md b/appendix.md index e3c39c3..c3e00f2 100644 --- a/appendix.md +++ b/appendix.md @@ -5,7 +5,7 @@ title: Appendix class: license-types --- -For reference, here is a table of every license described in the [choosealicense.com repository](https://github.com/github/choosealicense.com). +For reference, here is a table of every license described in the [choosealicense.com repository](https://github.com/github/choosealicense.com). If you're here to choose a license, **[start from the home page](/)** to see a few licenses that will work for most cases. From dca67232fd65596ae722e17139f644a27aa46bfa Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Sat, 8 Apr 2023 11:53:32 -0700 Subject: [PATCH 4/5] Update appendix.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Felipe Lube de Bragança --- appendix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendix.md b/appendix.md index c3e00f2..04eee2e 100644 --- a/appendix.md +++ b/appendix.md @@ -12,7 +12,7 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
LicenseLicense
{% assign types = "permissions|conditions|limitations" | split: "|" %} - + {% assign seen_tags = '' %} {% for type in types %} {% assign rules = site.data.rules[type] | sort: "label" %} From b62b6e24162f7987076e48ac8a6f6da349833448 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Sat, 8 Apr 2023 12:16:19 -0700 Subject: [PATCH 5/5] make whole row sticky --- appendix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendix.md b/appendix.md index 04eee2e..46d5b8d 100644 --- a/appendix.md +++ b/appendix.md @@ -11,8 +11,8 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
LicenseLicense
{% assign types = "permissions|conditions|limitations" | split: "|" %} - - + + {% assign seen_tags = '' %} {% for type in types %} {% assign rules = site.data.rules[type] | sort: "label" %}
License
License