From bb405ecf68bd2a0539f5775bcd4c6bb3ecfddcbf Mon Sep 17 00:00:00 2001 From: Jason Yundt Date: Aug 03 2021 15:44:41 +0000 Subject: Use smart quotes Before this change, this documentation in this repo would present the reader with U+0022 QUOTATION MARKs. According to Unicode, it’s better to use U+201C LEFT DOUBLE QUOTATION MARK and U+201D RIGHT DOUBLE QUOTATION MARK (Source: https://www.unicode.org/charts/PDF/U0000.pdf#page=3). --- diff --git a/LICENSE b/LICENSE index ba8d521..4d4542d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license -("CC-BY-SA"). An explanation of CC-BY-SA is available at +(“CC-BY-SA”). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. diff --git a/README.md b/README.md index df7d112..ff6eaa4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Fedora Release Notes Please report Issues and submit Pull Requests for **Content Fixes** here. -Never done a pull request (or "PR")? Here's the [Pagure documentation for +Never done a pull request (or “PR”)? Here's the [Pagure documentation for Pull Requests](https://docs.pagure.org/pagure/usage/pull_requests.html). @@ -35,7 +35,7 @@ the [publishing software](https://pagure.io/fedora-docs/docs-fp-o). 2. A script that does a local build. Uses docker. 3. A script that shows a preview of the site in a web browser by running a local web server. Uses docker. 4. A definition file for the build script. -5. A "root module of this documentation component". Please read below for an explanation. +5. A “root module of this documentation component”. Please read below for an explanation. 6. **Images** to be used on any page. 7. **Menu definition.** Also defines the hierarchy of all the pages. 8. **Pages with the actual content.** They can be also organised into subdirectories if desired. @@ -45,7 +45,7 @@ the [publishing software](https://pagure.io/fedora-docs/docs-fp-o). Antora introduces two new terms: * **Component** — Simply put, a component is a part of the documentation website with its own menu. Components can also be versioned. In the Fedora Docs, we use separate components for user documentation, the Fedora Poject, Fedora council, Mindshare, FESCO, but also subprojects such as CommOps or Modulartity. -* **Module** — A component can be broken down into multiple modules. Modules still share a single menu on the site, but their sources can be stored in different git repositories, even owned by different groups. The default module is called "ROOT" (that's what is in this example). If you don't want to use multiple modules, only use "ROOT". But to define more modules, simply duplicate the "ROOT" directory and name it anything you want. You can store modules in one or more git repositories. +* **Module** — A component can be broken down into multiple modules. Modules still share a single menu on the site, but their sources can be stored in different git repositories, even owned by different groups. The default module is called “ROOT” (that's what is in this example). If you don't want to use multiple modules, only use “ROOT”. But to define more modules, simply duplicate the “ROOT” directory and name it anything you want. You can store modules in one or more git repositories. ## Local preview diff --git a/modules/release-notes/pages/_partials/Legal_Notice.adoc b/modules/release-notes/pages/_partials/Legal_Notice.adoc index 5027815..19a93c8 100644 --- a/modules/release-notes/pages/_partials/Legal_Notice.adoc +++ b/modules/release-notes/pages/_partials/Legal_Notice.adoc @@ -3,7 +3,7 @@ Copyright {YEAR} {HOLDER}. -The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at link:++https://creativecommons.org/licenses/by-sa/3.0/++[]. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. +The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("`CC-BY-SA`"). An explanation of CC-BY-SA is available at link:++https://creativecommons.org/licenses/by-sa/3.0/++[]. The original authors of this document, and Red Hat, designate the Fedora Project as the "`Attribution Party`" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.