diff --git a/appview/pages/templates/banner.html b/appview/pages/templates/banner.html index d9bdda16..686eea79 100644 --- a/appview/pages/templates/banner.html +++ b/appview/pages/templates/banner.html @@ -30,7 +30,7 @@
These services may not be fully accessible until upgraded. + href="https://tangled.org/@tangled.org/core/tree/master/docs/migrations.md"> Click to read the upgrade guide.
diff --git a/appview/pages/templates/knots/index.html b/appview/pages/templates/knots/index.html index cfda1306..a14d1734 100644 --- a/appview/pages/templates/knots/index.html +++ b/appview/pages/templates/knots/index.html @@ -5,7 +5,7 @@

Knots

{{ i "book" "w-3 h-3" }} - docs + docs diff --git a/appview/pages/templates/layouts/fragments/footer.html b/appview/pages/templates/layouts/fragments/footer.html index 4fc428ca..7fc94c13 100644 --- a/appview/pages/templates/layouts/fragments/footer.html +++ b/appview/pages/templates/layouts/fragments/footer.html @@ -20,22 +20,22 @@
resources
- {{ i "book-open" $iconStyle }} blog - {{ i "book" $iconStyle }} docs - {{ i "code" $iconStyle }} source + {{ i "book-open" $iconStyle }} blog + {{ i "book" $iconStyle }} docs + {{ i "code" $iconStyle }} source
social
- {{ i "message-circle" $iconStyle }} discord + {{ i "message-circle" $iconStyle }} discord {{ i "hash" $iconStyle }} irc - {{ template "user/fragments/bluesky" $iconStyle }} bluesky + {{ template "user/fragments/bluesky" $iconStyle }} bluesky
contact
- {{ i "mail" "w-4 h-4 flex-shrink-0" }} team@tangled.sh - {{ i "shield-check" "w-4 h-4 flex-shrink-0" }} security@tangled.sh + {{ i "mail" "w-4 h-4 flex-shrink-0" }} team@tangled.org + {{ i "shield-check" "w-4 h-4 flex-shrink-0" }} security@tangled.org
diff --git a/appview/pages/templates/layouts/profilebase.html b/appview/pages/templates/layouts/profilebase.html index 65f156ed..473dbc36 100644 --- a/appview/pages/templates/layouts/profilebase.html +++ b/appview/pages/templates/layouts/profilebase.html @@ -3,7 +3,7 @@ {{ define "extrameta" }} - + {{ end }} @@ -106,4 +106,3 @@ {{ define "layouts/profilebase" }} {{ template "layouts/base" . }} {{ end }} - diff --git a/appview/pages/templates/repo/blob.html b/appview/pages/templates/repo/blob.html index 33a2c52e..9c5368d4 100644 --- a/appview/pages/templates/repo/blob.html +++ b/appview/pages/templates/repo/blob.html @@ -4,7 +4,7 @@ {{ template "repo/fragments/meta" . }} {{ $title := printf "%s at %s · %s" .Path .Ref .RepoInfo.FullName }} - {{ $url := printf "https://tangled.sh/%s/blob/%s/%s" .RepoInfo.FullName .Ref .Path }} + {{ $url := printf "https://tangled.org/%s/blob/%s/%s" .RepoInfo.FullName .Ref .Path }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} diff --git a/appview/pages/templates/repo/branches.html b/appview/pages/templates/repo/branches.html index 261b7d82..adb85702 100644 --- a/appview/pages/templates/repo/branches.html +++ b/appview/pages/templates/repo/branches.html @@ -4,8 +4,8 @@ {{ define "extrameta" }} {{ $title := printf "branches · %s" .RepoInfo.FullName }} - {{ $url := printf "https://tangled.sh/%s/branches" .RepoInfo.FullName }} - + {{ $url := printf "https://tangled.org/%s/branches" .RepoInfo.FullName }} + {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} diff --git a/appview/pages/templates/repo/commit.html b/appview/pages/templates/repo/commit.html index 57817630..dc9ebba6 100644 --- a/appview/pages/templates/repo/commit.html +++ b/appview/pages/templates/repo/commit.html @@ -2,7 +2,7 @@ {{ define "extrameta" }} {{ $title := printf "commit %s · %s" .Diff.Commit.This .RepoInfo.FullName }} - {{ $url := printf "https://tangled.sh/%s/commit/%s" .RepoInfo.FullName .Diff.Commit.This }} + {{ $url := printf "https://tangled.org/%s/commit/%s" .RepoInfo.FullName .Diff.Commit.This }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} diff --git a/appview/pages/templates/repo/fragments/meta.html b/appview/pages/templates/repo/fragments/meta.html index a69498c1..8b4c9cfb 100644 --- a/appview/pages/templates/repo/fragments/meta.html +++ b/appview/pages/templates/repo/fragments/meta.html @@ -1,23 +1,23 @@ {{ define "repo/fragments/meta" }} diff --git a/appview/pages/templates/repo/issues/issue.html b/appview/pages/templates/repo/issues/issue.html index 02294274..84887d5b 100644 --- a/appview/pages/templates/repo/issues/issue.html +++ b/appview/pages/templates/repo/issues/issue.html @@ -3,7 +3,7 @@ {{ define "extrameta" }} {{ $title := printf "%s · issue #%d · %s" .Issue.Title .Issue.IssueId .RepoInfo.FullName }} - {{ $url := printf "https://tangled.sh/%s/issues/%d" .RepoInfo.FullName .Issue.IssueId }} + {{ $url := printf "https://tangled.org/%s/issues/%d" .RepoInfo.FullName .Issue.IssueId }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} @@ -115,4 +115,3 @@ {{ template "repo/issues/fragments/newComment" . }}
{{ end }} - diff --git a/appview/pages/templates/repo/issues/issues.html b/appview/pages/templates/repo/issues/issues.html index d76a64fd..a8ca02c4 100644 --- a/appview/pages/templates/repo/issues/issues.html +++ b/appview/pages/templates/repo/issues/issues.html @@ -2,7 +2,7 @@ {{ define "extrameta" }} {{ $title := "issues"}} - {{ $url := printf "https://tangled.sh/%s/issues" .RepoInfo.FullName }} + {{ $url := printf "https://tangled.org/%s/issues" .RepoInfo.FullName }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} diff --git a/appview/pages/templates/repo/log.html b/appview/pages/templates/repo/log.html index ae9f9d76..4cbc439e 100644 --- a/appview/pages/templates/repo/log.html +++ b/appview/pages/templates/repo/log.html @@ -2,7 +2,7 @@ {{ define "extrameta" }} {{ $title := printf "commits · %s" .RepoInfo.FullName }} - {{ $url := printf "https://tangled.sh/%s/commits" .RepoInfo.FullName }} + {{ $url := printf "https://tangled.org/%s/commits" .RepoInfo.FullName }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} diff --git a/appview/pages/templates/repo/pipelines/pipelines.html b/appview/pages/templates/repo/pipelines/pipelines.html index 457c1897..fd115444 100644 --- a/appview/pages/templates/repo/pipelines/pipelines.html +++ b/appview/pages/templates/repo/pipelines/pipelines.html @@ -2,7 +2,7 @@ {{ define "extrameta" }} {{ $title := "pipelines"}} - {{ $url := printf "https://tangled.sh/%s/pipelines" .RepoInfo.FullName }} + {{ $url := printf "https://tangled.org/%s/pipelines" .RepoInfo.FullName }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} @@ -60,7 +60,7 @@ {{ $target }} {{ i "arrow-left" "size-4" }} - {{ .Trigger.PRSourceBranch }} + {{ .Trigger.PRSourceBranch }} @ {{ slice $sha 0 8 }} diff --git a/appview/pages/templates/repo/pipelines/workflow.html b/appview/pages/templates/repo/pipelines/workflow.html index 0ec37983..7cf7cc90 100644 --- a/appview/pages/templates/repo/pipelines/workflow.html +++ b/appview/pages/templates/repo/pipelines/workflow.html @@ -2,7 +2,7 @@ {{ define "extrameta" }} {{ $title := "pipelines"}} - {{ $url := printf "https://tangled.sh/%s/pipelines" .RepoInfo.FullName }} + {{ $url := printf "https://tangled.org/%s/pipelines" .RepoInfo.FullName }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} diff --git a/appview/pages/templates/repo/pulls/interdiff.html b/appview/pages/templates/repo/pulls/interdiff.html index c44204a9..d14e3ea7 100644 --- a/appview/pages/templates/repo/pulls/interdiff.html +++ b/appview/pages/templates/repo/pulls/interdiff.html @@ -5,8 +5,8 @@ {{ define "extrameta" }} {{ $title := printf "interdiff of %d and %d · %s · pull #%d · %s" .Round (sub .Round 1) .Pull.Title .Pull.PullId .RepoInfo.FullName }} - {{ $url := printf "https://tangled.sh/%s/pulls/%d/round/%d" .RepoInfo.FullName .Pull.PullId .Round }} - + {{ $url := printf "https://tangled.org/%s/pulls/%d/round/%d" .RepoInfo.FullName .Pull.PullId .Round }} + {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" (unescapeHtml $title) "Url" $url) }} {{ end }} diff --git a/appview/pages/templates/repo/pulls/patch.html b/appview/pages/templates/repo/pulls/patch.html index c02cc412..219fb02e 100644 --- a/appview/pages/templates/repo/pulls/patch.html +++ b/appview/pages/templates/repo/pulls/patch.html @@ -5,8 +5,8 @@ {{ define "extrameta" }} {{ $title := printf "patch of %s · pull #%d · %s" .Pull.Title .Pull.PullId .RepoInfo.FullName }} - {{ $url := printf "https://tangled.sh/%s/pulls/%d/round/%d" .RepoInfo.FullName .Pull.PullId .Round }} - + {{ $url := printf "https://tangled.org/%s/pulls/%d/round/%d" .RepoInfo.FullName .Pull.PullId .Round }} + {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} diff --git a/appview/pages/templates/repo/pulls/pull.html b/appview/pages/templates/repo/pulls/pull.html index 2ea4a9c3..087e0834 100644 --- a/appview/pages/templates/repo/pulls/pull.html +++ b/appview/pages/templates/repo/pulls/pull.html @@ -4,7 +4,7 @@ {{ define "extrameta" }} {{ $title := printf "%s · pull #%d · %s" .Pull.Title .Pull.PullId .RepoInfo.FullName }} - {{ $url := printf "https://tangled.sh/%s/pulls/%d" .RepoInfo.FullName .Pull.PullId }} + {{ $url := printf "https://tangled.org/%s/pulls/%d" .RepoInfo.FullName .Pull.PullId }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} diff --git a/appview/pages/templates/repo/pulls/pulls.html b/appview/pages/templates/repo/pulls/pulls.html index 69445a24..bdc0b065 100644 --- a/appview/pages/templates/repo/pulls/pulls.html +++ b/appview/pages/templates/repo/pulls/pulls.html @@ -2,7 +2,7 @@ {{ define "extrameta" }} {{ $title := "pulls"}} - {{ $url := printf "https://tangled.sh/%s/pulls" .RepoInfo.FullName }} + {{ $url := printf "https://tangled.org/%s/pulls" .RepoInfo.FullName }} {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} diff --git a/appview/pages/templates/repo/settings/pipelines.html b/appview/pages/templates/repo/settings/pipelines.html index afcfa2dc..4e1dc0d5 100644 --- a/appview/pages/templates/repo/settings/pipelines.html +++ b/appview/pages/templates/repo/settings/pipelines.html @@ -22,7 +22,7 @@

Choose a spindle to execute your workflows on. Only repository owners can configure spindles. Spindles can be selfhosted, - + click to learn more.

diff --git a/appview/pages/templates/repo/tags.html b/appview/pages/templates/repo/tags.html index 8d1ab91a..2ac85119 100644 --- a/appview/pages/templates/repo/tags.html +++ b/appview/pages/templates/repo/tags.html @@ -4,8 +4,8 @@ {{ define "extrameta" }} {{ $title := printf "tags · %s" .RepoInfo.FullName }} - {{ $url := printf "https://tangled.sh/%s/tags" .RepoInfo.FullName }} - + {{ $url := printf "https://tangled.org/%s/tags" .RepoInfo.FullName }} + {{ template "repo/fragments/og" (dict "RepoInfo" .RepoInfo "Title" $title "Url" $url) }} {{ end }} @@ -26,7 +26,7 @@
{{ if .Tag }} - {{ slice .Tag.Target.String 0 8 }} @@ -48,7 +48,7 @@ diff --git a/appview/pages/templates/strings/dashboard.html b/appview/pages/templates/strings/dashboard.html index e7ab5879..1fd219eb 100644 --- a/appview/pages/templates/strings/dashboard.html +++ b/appview/pages/templates/strings/dashboard.html @@ -3,7 +3,7 @@ {{ define "extrameta" }} - + {{ end }} diff --git a/appview/pages/templates/strings/string.html b/appview/pages/templates/strings/string.html index 09b93206..3cfcb28b 100644 --- a/appview/pages/templates/strings/string.html +++ b/appview/pages/templates/strings/string.html @@ -4,7 +4,7 @@ {{ $ownerId := didOrHandle .Owner.DID.String .Owner.Handle.String }} - + {{ end }} diff --git a/appview/pages/templates/timeline/fragments/hero.html b/appview/pages/templates/timeline/fragments/hero.html index c128cb69..5523835b 100644 --- a/appview/pages/templates/timeline/fragments/hero.html +++ b/appview/pages/templates/timeline/fragments/hero.html @@ -22,7 +22,7 @@
{{ end }} - diff --git a/appview/pages/templates/timeline/home.html b/appview/pages/templates/timeline/home.html index 06367195..c9c3aba6 100644 --- a/appview/pages/templates/timeline/home.html +++ b/appview/pages/templates/timeline/home.html @@ -3,7 +3,7 @@ {{ define "extrameta" }} - + {{ end }} @@ -87,4 +87,3 @@ ) }} {{ end }} - diff --git a/appview/pages/templates/timeline/timeline.html b/appview/pages/templates/timeline/timeline.html index 65f3d84b..c957ba2a 100644 --- a/appview/pages/templates/timeline/timeline.html +++ b/appview/pages/templates/timeline/timeline.html @@ -3,7 +3,7 @@ {{ define "extrameta" }} - + {{ end }} diff --git a/appview/pages/templates/user/completeSignup.html b/appview/pages/templates/user/completeSignup.html index 823834e1..542731dc 100644 --- a/appview/pages/templates/user/completeSignup.html +++ b/appview/pages/templates/user/completeSignup.html @@ -13,7 +13,7 @@ /> - + diff --git a/appview/pages/templates/user/signup.html b/appview/pages/templates/user/signup.html index 84818837..cde92862 100644 --- a/appview/pages/templates/user/signup.html +++ b/appview/pages/templates/user/signup.html @@ -5,7 +5,7 @@ - + @@ -52,4 +52,3 @@ {{ end }} -