Skip to content

Commit 2ca0de1

Browse files
committed
deploy: 53f279b
1 parent 7179dfd commit 2ca0de1

File tree

8 files changed

+18
-29
lines changed

8 files changed

+18
-29
lines changed

documentation/common-issues/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2 id="problem-after-an-update">Problem after an&nbsp;update</h2>
9898
not&nbsp;up-to-date.</p>
9999
<p>Possible&nbsp;solution:</p>
100100
<ul>
101-
<li>delete the cache of <span class="caps">MONARC</span> in the folder <code>data/cache</code>.</li>
101+
<li>delete the cache of <span class="caps">MONARC</span> in the&nbsp;folder <code>data/cache</code>.</li>
102102
</ul>
103103
<h2 id="not-receiving-password-reset-emails">Not receiving password reset&nbsp;emails</h2>
104104
<p>This is very unlikely a problem of <span class="caps">MONARC</span>.</p>
@@ -117,7 +117,7 @@ <h2 id="github-token-problem-during-monarc-update">GitHub token problem during <
117117
<p>The best solution is to generate your own token and store it on the&nbsp;server:</p>
118118
<ol>
119119
<li><a href="https://github.com/settings/tokens">Create</a> an OAuth token on&nbsp;GitHub;</li>
120-
<li>Add it to the configuration running <code>composer config -g github-oauth.github.com &lt;oauthtoken&gt;</code>.
120+
<li>Add it to the configuration&nbsp;running <code>composer config -g github-oauth.github.com &lt;oauthtoken&gt;</code>.
121121
Do this on the <span class="caps">MONARC</span> server and on the <span class="caps">MONARC</span> back office&nbsp;server.</li>
122122
</ol>
123123
<h2 id="a-blank-screen-is-displayed">A blank screen is&nbsp;displayed</h2>

feeds/all.atom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ because it comes with available php8.1 by&amp;nbsp;default.&lt;/p&gt;
2323
&lt;p&gt;&lt;code&gt;php8&lt;/code&gt; module also has to be enabled for Apache and previous used version disabled (in case if was&amp;nbsp;enabled):&lt;/p&gt;
2424
&lt;ul&gt;
2525
&lt;li&gt;
26-
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
26+
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to&amp;nbsp;check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
2727
&lt;/li&gt;
2828
&lt;li&gt;
2929
&lt;p&gt;&lt;code&gt;a2enmod php8.1&lt;/code&gt;&lt;/p&gt;
@@ -62,7 +62,7 @@ because it comes with available php8.1 by&amp;nbsp;default.&lt;/p&gt;
6262
&lt;p&gt;&lt;code&gt;php8&lt;/code&gt; module also has to be enabled for Apache and previous used version disabled (in case if was&amp;nbsp;enabled):&lt;/p&gt;
6363
&lt;ul&gt;
6464
&lt;li&gt;
65-
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
65+
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to&amp;nbsp;check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
6666
&lt;/li&gt;
6767
&lt;li&gt;
6868
&lt;p&gt;&lt;code&gt;a2enmod php8.1&lt;/code&gt;&lt;/p&gt;
@@ -118,7 +118,7 @@ because it comes with available php8.1 by&amp;nbsp;default.&lt;/p&gt;
118118
&lt;p&gt;&lt;code&gt;php8&lt;/code&gt; module also has to be enabled for Apache and previous used version disabled (in case if was&amp;nbsp;enabled):&lt;/p&gt;
119119
&lt;ul&gt;
120120
&lt;li&gt;
121-
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
121+
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to&amp;nbsp;check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
122122
&lt;/li&gt;
123123
&lt;li&gt;
124124
&lt;p&gt;&lt;code&gt;a2enmod php8.0&lt;/code&gt;&lt;/p&gt;
@@ -1122,7 +1122,7 @@ You can still&amp;nbsp;register.&lt;/p&gt;
11221122
&lt;li&gt;fixed a bug in the table Risk treatment plan&amp;nbsp;management.&lt;/li&gt;
11231123
&lt;li&gt;problem on date parsing with the date-picker with non-&lt;span class="caps"&gt;US&lt;/span&gt; browsers (when using
11241124
date.toLocaleString) (&lt;a href="https://github.com/monarc-project/MonarcAppFO/issues/117"&gt;#117&lt;/a&gt;);&lt;/li&gt;
1125-
&lt;li&gt;it is not possible to reset the &lt;code&gt;duedate&lt;/code&gt; attribute of a recommendation
1125+
&lt;li&gt;it is not possible to reset&amp;nbsp;the &lt;code&gt;duedate&lt;/code&gt; attribute of a recommendation
11261126
since the introduction of the date-picker (&lt;a href="https://github.com/monarc-project/MonarcAppFO/issues/116"&gt;#116&lt;/a&gt;);&lt;/li&gt;
11271127
&lt;li&gt;review and correct the functionality of import by fusion or merge (&lt;a href="https://github.com/monarc-project/MonarcAppFO/issues/62"&gt;#62&lt;/a&gt;)&lt;/li&gt;
11281128
&lt;li&gt;minor translations&amp;nbsp;fixes.&lt;/li&gt;

feeds/monarc.atom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ because it comes with available php8.1 by&amp;nbsp;default.&lt;/p&gt;
2323
&lt;p&gt;&lt;code&gt;php8&lt;/code&gt; module also has to be enabled for Apache and previous used version disabled (in case if was&amp;nbsp;enabled):&lt;/p&gt;
2424
&lt;ul&gt;
2525
&lt;li&gt;
26-
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
26+
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to&amp;nbsp;check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
2727
&lt;/li&gt;
2828
&lt;li&gt;
2929
&lt;p&gt;&lt;code&gt;a2enmod php8.1&lt;/code&gt;&lt;/p&gt;
@@ -62,7 +62,7 @@ because it comes with available php8.1 by&amp;nbsp;default.&lt;/p&gt;
6262
&lt;p&gt;&lt;code&gt;php8&lt;/code&gt; module also has to be enabled for Apache and previous used version disabled (in case if was&amp;nbsp;enabled):&lt;/p&gt;
6363
&lt;ul&gt;
6464
&lt;li&gt;
65-
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
65+
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to&amp;nbsp;check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
6666
&lt;/li&gt;
6767
&lt;li&gt;
6868
&lt;p&gt;&lt;code&gt;a2enmod php8.1&lt;/code&gt;&lt;/p&gt;
@@ -118,7 +118,7 @@ because it comes with available php8.1 by&amp;nbsp;default.&lt;/p&gt;
118118
&lt;p&gt;&lt;code&gt;php8&lt;/code&gt; module also has to be enabled for Apache and previous used version disabled (in case if was&amp;nbsp;enabled):&lt;/p&gt;
119119
&lt;ul&gt;
120120
&lt;li&gt;
121-
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
121+
&lt;p&gt;&lt;code&gt;a2dismod php7.4&lt;/code&gt; (could be different one enabled, to&amp;nbsp;check: &lt;code&gt;sudo a2query -m&lt;/code&gt;)&lt;/p&gt;
122122
&lt;/li&gt;
123123
&lt;li&gt;
124124
&lt;p&gt;&lt;code&gt;a2enmod php8.0&lt;/code&gt;&lt;/p&gt;
@@ -1122,7 +1122,7 @@ You can still&amp;nbsp;register.&lt;/p&gt;
11221122
&lt;li&gt;fixed a bug in the table Risk treatment plan&amp;nbsp;management.&lt;/li&gt;
11231123
&lt;li&gt;problem on date parsing with the date-picker with non-&lt;span class="caps"&gt;US&lt;/span&gt; browsers (when using
11241124
date.toLocaleString) (&lt;a href="https://github.com/monarc-project/MonarcAppFO/issues/117"&gt;#117&lt;/a&gt;);&lt;/li&gt;
1125-
&lt;li&gt;it is not possible to reset the &lt;code&gt;duedate&lt;/code&gt; attribute of a recommendation
1125+
&lt;li&gt;it is not possible to reset&amp;nbsp;the &lt;code&gt;duedate&lt;/code&gt; attribute of a recommendation
11261126
since the introduction of the date-picker (&lt;a href="https://github.com/monarc-project/MonarcAppFO/issues/116"&gt;#116&lt;/a&gt;);&lt;/li&gt;
11271127
&lt;li&gt;review and correct the functionality of import by fusion or merge (&lt;a href="https://github.com/monarc-project/MonarcAppFO/issues/62"&gt;#62&lt;/a&gt;)&lt;/li&gt;
11281128
&lt;li&gt;minor translations&amp;nbsp;fixes.&lt;/li&gt;

news/2018/07/20/monarc-260-released/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h3 id="fix">Fix</h3>
138138
<li>fixed a bug in the table Risk treatment plan&nbsp;management.</li>
139139
<li>problem on date parsing with the date-picker with non-<span class="caps">US</span> browsers (when using
140140
date.toLocaleString) (<a href="https://github.com/monarc-project/MonarcAppFO/issues/117">#117</a>);</li>
141-
<li>it is not possible to reset the <code>duedate</code> attribute of a recommendation
141+
<li>it is not possible to reset&nbsp;the <code>duedate</code> attribute of a recommendation
142142
since the introduction of the date-picker (<a href="https://github.com/monarc-project/MonarcAppFO/issues/116">#116</a>);</li>
143143
<li>review and correct the functionality of import by fusion or merge (<a href="https://github.com/monarc-project/MonarcAppFO/issues/62">#62</a>)</li>
144144
<li>minor translations&nbsp;fixes.</li>

news/2023/04/25/monarc-2126-released/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h2 id="updating">Updating</h2>
138138
<p><code>php8</code> module also has to be enabled for Apache and previous used version disabled (in case if was&nbsp;enabled):</p>
139139
<ul>
140140
<li>
141-
<p><code>a2dismod php7.4</code> (could be different one enabled, to check: <code>sudo a2query -m</code>)</p>
141+
<p><code>a2dismod php7.4</code> (could be different one enabled, to&nbsp;check: <code>sudo a2query -m</code>)</p>
142142
</li>
143143
<li>
144144
<p><code>a2enmod php8.0</code></p>

news/2023/10/25/monarc-2127-released/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2 id="updating">Updating</h2>
139139
<p><code>php8</code> module also has to be enabled for Apache and previous used version disabled (in case if was&nbsp;enabled):</p>
140140
<ul>
141141
<li>
142-
<p><code>a2dismod php7.4</code> (could be different one enabled, to check: <code>sudo a2query -m</code>)</p>
142+
<p><code>a2dismod php7.4</code> (could be different one enabled, to&nbsp;check: <code>sudo a2query -m</code>)</p>
143143
</li>
144144
<li>
145145
<p><code>a2enmod php8.1</code></p>

news/2024/10/15/monarc-2131-released/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2 id="updating">Updating</h2>
139139
<p><code>php8</code> module also has to be enabled for Apache and previous used version disabled (in case if was&nbsp;enabled):</p>
140140
<ul>
141141
<li>
142-
<p><code>a2dismod php7.4</code> (could be different one enabled, to check: <code>sudo a2query -m</code>)</p>
142+
<p><code>a2dismod php7.4</code> (could be different one enabled, to&nbsp;check: <code>sudo a2query -m</code>)</p>
143143
</li>
144144
<li>
145145
<p><code>a2enmod php8.1</code></p>

trainings/index.html

+4-15
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<link rel="canonical" href="../trainings/">
1414

1515
<meta name="author" content="Luxembourg House of Cybersecurity" />
16-
<meta name="description" content="table { width:100%; } Table of contents: Next training Past Trainings Community training / materials Next training   Date and time December 6, 2024, 9:30 - 12:30.   Location     Online / BigBlueButton platform of the Luxembourg House of Cybersecurity   Check your network connection to BigBlueButton here.   Objective Master the risk analysis tool MONARC.   Description …" />
16+
<meta name="description" content="table { width:100%; } Table of contents: Next training Past Trainings Community training / materials Next training   Date and time June 2025.   Location     Online / BigBlueButton platform of the Luxembourg House of Cybersecurity   Check your network connection to BigBlueButton here.   Objective Master the risk analysis tool MONARC.   Description This training has the objective" />
1717

1818
<meta property="og:site_name" content="MONARC" />
1919
<meta property="og:type" content="article"/>
2020
<meta property="og:title" content="Trainings"/>
2121
<meta property="og:url" content="../trainings/"/>
22-
<meta property="og:description" content="table { width:100%; } Table of contents: Next training Past Trainings Community training / materials Next training   Date and time December 6, 2024, 9:30 - 12:30.   Location     Online / BigBlueButton platform of the Luxembourg House of Cybersecurity   Check your network connection to BigBlueButton here.   Objective Master the risk analysis tool MONARC.   Description …" />
22+
<meta property="og:description" content="table { width:100%; } Table of contents: Next training Past Trainings Community training / materials Next training   Date and time June 2025.   Location     Online / BigBlueButton platform of the Luxembourg House of Cybersecurity   Check your network connection to BigBlueButton here.   Objective Master the risk analysis tool MONARC.   Description This training has the objective" />
2323

2424

2525

@@ -106,7 +106,7 @@ <h3 id="next-training">Next&nbsp;training</h3>
106106
<tr>
107107
<td style="text-align: left;"><strong>Date and time</strong></td>
108108
<td></td>
109-
<td>December 6, 2024, 9:30 - 12:30.</td>
109+
<td>June 2025.</td>
110110
</tr>
111111
<tr>
112112
<td style="text-align: left;">&nbsp;</td>
@@ -215,18 +215,7 @@ <h3 id="next-training">Next&nbsp;training</h3>
215215
</tr>
216216
</tbody>
217217
</table>
218-
<p><link rel="stylesheet" type="text/css" href="https://pretix.eu/monarc/training-2024-fr-1/widget/v1.css" crossorigin></p>
219-
<script type="text/javascript" src="https://pretix.eu/widget/v1.en.js" async crossorigin></script>
220-
221-
<p><pretix-widget event="https://pretix.eu/monarc/training-2024-fr-1/" single-item-select="button"></pretix-widget></p>
222-
<noscript>
223-
<div class="pretix-widget">
224-
<div class="pretix-widget-info-message">
225-
JavaScript is disabled in your browser. To access our ticket shop without JavaScript, please <a target="_blank" rel="noopener" href="https://pretix.eu/monarc/training-2024-fr-1/">click here</a>.
226-
</div>
227-
</div>
228-
</noscript>
229-
218+
<p>Is going to be available 1 month before the event (by the end of May&nbsp;2025).</p>
230219
<h3 id="past-trainings">Past&nbsp;Trainings</h3>
231220
<table>
232221
<thead>

0 commit comments

Comments
 (0)