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
-
... ... @@ -14,12 +14,11 @@ 14 14 * Look & Feel > Panels > Panel List 15 15 * Adapt the footer - Hide XWiki version and add copyright information. 16 16 * Look & Feel > Presentation > Footer > Here you can find the fields "Copyright" and "Version". 17 - * 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 (see "Markdown" bullet point below):17 + * 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: 18 18 19 -``` 20 -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. 21 -The contents of this website are available under the [Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/); additional terms may apply. 22 -``` 19 + The contents of this website are available under the <a style="text-decoration:underline;" href="https://creativecommons.org/publicdomain/zero/1.0/deed.en">CC0 1.0 Universal license</a>; additional terms may apply. 20 + 21 + The contents of this website are available under the <a style="text-decoration:underline;" href="https://creativecommons.org/licenses/by/4.0/">Attribution 4.0 International</a>; additional terms may apply. 23 23 24 24 * Change browser tab title: 25 25 * Look & Feel > Presentation > Header > Title > Remove the " - XWiki" ... ... @@ -37,13 +37,3 @@ 37 37 * Users & Rights > Registration > User Email verification > Yes 38 38 * Adapt the timezone: 39 39 * Content > Localization > Date/Time > Timezone 40 -* Use Markdown as page editing syntax: 41 - * Extensions > Extensions > Install CommonMark Markdown Syntax 1.2. 42 - * Edit > Syntax > Disabled syntaxes 43 - * Enable "CommonMark Markdown 1.2 44 - * Uncheck "XWiki 2.1 45 - * Saving 46 - * Newly created articles automatically use Markdown syntax by default. When editing, simply click the "Source" button to open the Markdown source editor. 47 - * Old articles will still use the previous default syntax, such as "XWiki 2.1" syntax. However, you can migrate old pages from the old syntax to the new syntax: 48 - * Go to the page to edit > Information > SYNTAX > click the "Edit" icon > select "CommonMark Markdown 1.2". > A "Syntax Conversion" popup appears - click "Yes" > click the "Confirm" icon. You should now be able to edit the page in Markdown. 49 - * Sometimes manual adjustments are required after conversion, as it does not always work as desired.