Changes for page Most Important Configurations
Last modified by chrisby on 2024/03/30 17:19
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -61,8 +61,13 @@ 61 61 ###### Adapt the footer - Hide XWiki version and add copyright information. 62 62 63 63 * Look & Feel > Presentation > Footer > Here you can find the fields "Copyright" and "Version". 64 -* Since an empty "Version" field results in the current XWiki version being displayed, I left the "Copyright" field empty and entered the license in the "Version" field. Here are two examples when using Markdown syntax as described above: The contents of this website are available under the [CC0 1.0 Universal license](https://creativecommons.org/publicdomain/zero/1.0/deed.en); additional terms may apply.64 +* Since an empty "Version" field results in the current XWiki version being displayed, I left the "Copyright" field empty and entered the license in the "Version" field. Here are two examples when using Markdown syntax as described above: 65 65 66 +``` 67 +The contents of this website are available under the [CC0 1.0 Universal license](https://creativecommons.org/publicdomain/zero/1.0/deed.en); additional terms may apply. 68 +The contents of this website are available under the [Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/); additional terms may apply. 69 +``` 70 + 66 66 ###### **Dark Theme** 67 67 68 68 * Look & Feel > Themes > Color Theme ... ... @@ -69,8 +69,6 @@ 69 69 * Manage Color Themes > "Darkly" Theme > Use this theme 70 70 * Customize > Advanced > Add the following code at the end and then "Save & View": 71 71 72 -Config: 73 - 74 74 // Own customizations 75 75 // .code span, // concerns code in 'code' macro 76 76 #var-lessCode,