Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Nov 13, 2024
1 parent 6569887 commit 1df1e41
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/changes-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-11-08</li>
<li id="publishDate">Last Published: 2024-11-13</li>
</ul>
</div>
</header>
Expand Down
8 changes: 4 additions & 4 deletions docs/changes.rss
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<link>http://mpxj.org/changes-report.html</link>
<description>These are the latest changes of this project.</description>
<language>en</language>
<pubDate>Fri, 08 Nov 2024 19:27:02 GMT</pubDate>
<pubDate>Wed, 13 Nov 2024 17:12:08 GMT</pubDate>
<dc:creator>Jon Iles</dc:creator>
<dc:date>2024-11-08T19:27:02Z</dc:date>
<dc:date>2024-11-13T17:12:08Z</dc:date>
<dc:language>en</dc:language>
<item>
<title>13.6.1</title>
<link>http://mpxj.org/changes-report.html#a13.6.1</link>
<description>&lt;p&gt;Version 13.6.1 is available with 1 fixed issues.&lt;/p&gt;</description>
<pubDate>Fri, 08 Nov 2024 19:27:02 GMT</pubDate>
<pubDate>Wed, 13 Nov 2024 17:12:08 GMT</pubDate>
<guid>http://mpxj.org/changes-report.html#a13.6.1</guid>
<dc:date>2024-11-08T19:27:02Z</dc:date>
<dc:date>2024-11-13T17:12:08Z</dc:date>
</item>
</channel>
</rss>
Expand Down
2 changes: 1 addition & 1 deletion docs/dependency-updates-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-11-08</li>
<li id="publishDate">Last Published: 2024-11-13</li>
</ul>
</div>
</header>
Expand Down
8 changes: 8 additions & 0 deletions docs/faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1904,6 +1904,14 @@ <h2 id="net">.NET</h2>
something like this: <code>&lt;Project Sdk="Microsoft.NET.Sdk"&gt;</code>. If your <code>csproj</code>
file is different you will need to create a new SDK-style project. Sample
projects in this form can be found <a href="https://github.com/joniles/mpxj-dotnet-samples">in this repository</a>.</p>
<p><strong>I have an application which uses MPXJ.Net and runs fine on my local machine,
but fails with a Segmentation Fault when run in Docker</strong>
When using Docker to host an application built with MPXJ.Net, you may find
that the application crashes with a segmentation fault when invoking MPXJ.Net
code. The issue is likely to be a library missing from the Docker image.
Adding the following line to your <code>Dockerfile</code> will ensure that the
most common missing library is added:
<code>RUN apt-get update &amp;&amp; apt-get install -y libfontconfig</code></p>
<h2 id="log4j2">log4j2</h2>
<p>When you start MPXJ, you may see the following message written to the console:</p>
<div class="highlight"><pre><span></span><code>ERROR StatusLogger Log4j2 could not find a logging implementation.
Expand Down
2 changes: 1 addition & 1 deletion docs/issue-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-11-08</li>
<li id="publishDate">Last Published: 2024-11-13</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/mailing-lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-11-08</li>
<li id="publishDate">Last Published: 2024-11-13</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugin-updates-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-11-08</li>
<li id="publishDate">Last Published: 2024-11-13</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/project-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-11-08</li>
<li id="publishDate">Last Published: 2024-11-13</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/project-reports.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-11-08</li>
<li id="publishDate">Last Published: 2024-11-13</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/scm.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-11-08</li>
<li id="publishDate">Last Published: 2024-11-13</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-11-08</li>
<li id="publishDate">Last Published: 2024-11-13</li>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion docs/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<div id="breadcrumbs">
<ul class="breadcrumb">
<li id="publishDate">Last Published: 2024-11-08</li>
<li id="publishDate">Last Published: 2024-11-13</li>
</ul>
</div>
</header>
Expand Down

0 comments on commit 1df1e41

Please sign in to comment.