Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Fixes spelling in readme.

Co-authored-by: Dan Caseley <dan@caseley.me.uk>
  • Loading branch information
guusdk and Fishbowler committed Nov 22, 2022
1 parent b9076cf commit 5ecdda1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h3>Storage of data on filesystem</h3>

<table>
<tr><th>XML property</th> <td><samp>plugin.httpfileupload.serverspecific.fileRepo</samp></td></tr>
<tr><th>Property</th> <td><samp>plugin.httpfileupload.fileRepo</samp></td></tr>
<tr><th>System Property</th> <td><samp>plugin.httpfileupload.fileRepo</samp></td></tr>
</table>

<p>
Expand All @@ -124,7 +124,7 @@ <h3>Maximum file size</h3>

<table>
<tr><th>XML property</th> <td><samp>plugin.httpfileupload.serverspecific.maxFileSize</samp></td></tr>
<tr><th>Property</th> <td><samp>plugin.httpfileupload.maxFileSize</samp></td></tr>
<tr><th>System Property</th> <td><samp>plugin.httpfileupload.maxFileSize</samp></td></tr>
</table>

<p>
Expand All @@ -146,7 +146,7 @@ <h3>Announced web endpoint</h3>

<table>
<tr><th>XML property</th> <td><samp>plugin.httpfileupload.serverspecific.announcedWebProtocol</samp></td></tr>
<tr><th>Property</th> <td><samp>plugin.httpfileupload.announcedWebProtocol</samp></td></tr>
<tr><th>System Property</th> <td><samp>plugin.httpfileupload.announcedWebProtocol</samp></td></tr>
</table>

<p>
Expand All @@ -155,15 +155,15 @@ <h3>Announced web endpoint</h3>

<table>
<tr><th>XML property</th> <td><samp>plugin.httpfileupload.serverspecific.announcedWebHost</samp></td></tr>
<tr><th>Property</th> <td><samp>plugin.httpfileupload.announcedWebHost</samp></td></tr>
<tr><th>System Property</th> <td><samp>plugin.httpfileupload.announcedWebHost</samp></td></tr>
</table>

<p>
To change the HTTP server port from the default value (7443) used by Openfire, use these properties</p>

<table>
<tr><th>XML property</th> <td><samp>plugin.httpfileupload.serverspecific.announcedWebPort</samp></td></tr>
<tr><th>Property</th> <td><samp>plugin.httpfileupload.announcedWebPort</samp></td></tr>
<tr><th>System Property</th> <td><samp>plugin.httpfileupload.announcedWebPort</samp></td></tr>
</table>

<p>
Expand All @@ -173,7 +173,7 @@ <h3>Announced web endpoint</h3>

<table>
<tr><th>XML property</th> <td><samp>plugin.httpfileupload.serverspecific.announcedWebContextRoot</samp></td></tr>
<tr><th>Property</th> <td><samp>plugin.httpfileupload.announcedWebContextRoot</samp></td></tr>
<tr><th>System Property</th> <td><samp>plugin.httpfileupload.announcedWebContextRoot</samp></td></tr>
</table>

<h2>When using in an Openfire cluster</h2>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h4>Option 1: Each Openfire manages a unique set of data</h4>

<figure>
<img src="doc-diagram-option-1.png" alt="Diagram illustrating option 1: each Openfire uses it's own data store."/>
<figcaption>Diagram illustrating option 1: each Openfire uses it's own data store.</figcaption>
<figcaption>Diagram illustrating option 1: each Openfire uses its own data store.</figcaption>
</figure>

<p>
Expand Down

0 comments on commit 5ecdda1

Please sign in to comment.