- see #132
improve attribution to derived CC licensed work, see #132 #544
mahlzahn/fix_cc_attribution into main Preview ready: https://forgejo.codeberg.page/@pull_544/
https://forgejo.codeberg.page/@pull_544/.../adr/adr-map-federated-person/
https://forgejo.codeberg.page/@pull_544/.../threat-analysis-like-activity/
https://forgejo.codeberg.page/@pull_544/.../adr/adr-activity-for-like/
https://forgejo.codeberg.page/@pull_544/.../adr/adr-how-to-trigger-activities/
https://forgejo.codeberg.page/@pull_544/.../adr/adr-ddd-for-federation/
@ -25,2 +25,4 @@
license: z.string().optional(),
origin_url: z.string().url().optional(),
origin_author: z.string().optional(),
origin_title: z.string().optional(),
Are these two properties currently used?
See forgejo/docs#1057.
@ -10,0 +11,4 @@
let originLabel = 'this original source';
if (originURL != null) {
if (originTitle != null) {
originLabel = `"${originTitle}"`;
wrong quotes, use " or "
@ -14,3 +24,3 @@
<Icon name="tabler:history" class="w-4 h-4" />
<span class="ml-1 mr-1"
>This page's <a href={historyURL}>content</a> is available under the <a href={licenseURL}>{license}</a> license.
>This page’s <a href={historyURL}>content</a> is available under the <a href={licenseURL}>{license}</a> license.
wrong quote, use '
Why wrong? Isn’t it better style to use the proper quotation marks? Anyhow, seems that both is OK. Fixed it with 4306605ac3..76dd5346c1.
4306605ac3
76dd5346c1
should this close #132? if yes add closes #132 to PR description
lgtm, thanks!
@viceice wrote in #544 (comment):
should this close #132? if yes add
closes #132to PR description
It is blocking forgejo/docs#1057, which will close it ;)
No due date set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?