Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overriding the copyright year #252

Open
andreituicu opened this issue Apr 27, 2024 · 0 comments
Open

Allow overriding the copyright year #252

andreituicu opened this issue Apr 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@andreituicu
Copy link
Collaborator

As an author of the blogs, I would like in rare instanes to show a different year for the copyright notice.

Currently, the copyright notice will use the year of the Publication Date metadata.

Options for implementation:

Option 1

An optional new metadata row, that allows setting a different year then the one in the publication date.
The article-copyright block would check this metadata and use it if it is present, or fall back to the publication date when it is missing in most cases.

Option 2

A block configuration option.

--------------------------
| Article Copyright      |
--------------------------
| Year | 2023            |
--------------------------

Authors would add explicitly the block at the end of the word document, when they want to use a specific year for the copyright, different from the publication date.

The article-copyright block would check this metadata and use it if it is present, or fall back to the publication date when it is missing in most cases.

The autoblocking logic would check first that there isn't an article copyright block present, before trying to add it, so we don't end up with two copyrights.

@andreituicu andreituicu added the enhancement New feature or request label Apr 27, 2024
@sergiucoman sergiucoman self-assigned this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants