Skip to content

Commit

Permalink
Web page update including external docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Jul 6, 2022
1 parent f1bf293 commit ca00990
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 15 deletions.
12 changes: 12 additions & 0 deletions www/pages/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
* [Using the snap package] - specific instructions on installing and configuring the Mosquitto snap package.
* [Migrating from 1.x to 2.0] - details of changes needed to migrate to version 2.0.

# Third party

These are some Mosquitto documentation hosted by third parties.

* [Steve's internet guide] - a broad range of documentation and examples
covering Mosquitto and the Paho Python client, amongst others.
* [docs.cedalo.com] - includes documentation for both Mosquitto and Eclipse
Streamsheets

[mosquitto]:/man/mosquitto-8.html
[mosquitto.conf]:/man/mosquitto-conf-5.html
[mosquitto_passwd]:/man/mosquitto_passwd-1.html
Expand All @@ -46,3 +55,6 @@
[Using the snap package]:/documentation/using-the-snap/
[Dynamic Security plugin]:/documentation/dynamic-security/
[Migrating from 1.x to 2.0]:/documentation/migrating-to-2-0/

[Steve's internet guide]: https://www.steves-internet-guide.com/
[docs.cedalo.com]: https://docs.cedalo.com/
55 changes: 40 additions & 15 deletions www/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
and mosquitto_sub command line MQTT clients.</p>

<p>Mosquitto is part of the <a href="https://eclipse.org/">Eclipse
Foundation</a>, is an <a href="https://iot.eclipse.org/">iot.eclipse.org</a>
project and is sponsored by <a href="https://cedalo.com/">cedalo.com</a>.</p>
Foundation</a>, and is an <a href="https://iot.eclipse.org/">iot.eclipse.org</a>
project. The development is driven by <a href="https://cedalo.com/">Cedalo</a>.</p>
</div>
</section>
<hr/>
Expand All @@ -37,42 +37,67 @@
<div class="container">
<div class="columns">
<div class="column column-justify">
<h1>Download</h1>
<h2 style="text-align: center">Download and Security</h2>
<p>Mosquitto is highly portable and available for a wide range of
platforms. Go to the dedicated <a href="/download">download
page</a> to find the source or binaries for your platform.</p>
<p>Read the <a href="ChangeLog.txt">Change Log</a> to find out
about recent releases.</p>

<p>Use the <a href="security">security</a> page to find out
how to report vulnerabilities or responses to past security
issues.</p>
</div>

<div class="column column-justify">
<h1>Test</h1>
<h2 style="text-align: center">Test</h2>
<p>You can have your own instance of Mosquitto running in
minutes, but to make testing even easier, the Mosquitto Project
runs a test server at <a
href="https://test.mosquitto.org/">test.mosquitto.org</a> where
runs a test server at
<a href="https://test.mosquitto.org/">test.mosquitto.org</a> where
you can test your clients in a variety of ways: plain MQTT,
MQTT over TLS, MQTT over TLS (with <a
href="https://test.mosquitto.org/ssl/">client certificate</a>),
MQTT over TLS, MQTT over TLS (with
<a href="https://test.mosquitto.org/ssl/">client certificate</a>),
MQTT over WebSockets and MQTT over WebSockets with TLS.</p>
</div>
</div>

<div class="columns">
<div class="column column-justify">
<h1>Community</h1>
<h2 style="text-align: center">Community</h2>
<ul>
<li>Report bugs or submit changes on the <a href="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/eclipse/mosquitto">Github repository</a></li>
<li>Talk to other users on the <a href="https://dev.eclipse.org/mailman/listinfo/mosquitto-dev">Mosquitto mailing list</a>.
<li>Talk to other users on the <a href="https://dev.eclipse.org/mailman/listinfo/mosquitto-dev">Mosquitto mailing list</a>
or on <a href="https://eclipse-iot-wg.slack.com/join/shared_invite/zt-d8zil9s0-NF5UHh92Odf3AbonspswHA#/">Slack</a>.</li>
<li><a href="/2017/06/citing-eclipse-mosquitto/">Cite Mosquitto</a> in your academic work.</li>
<li>Get help from the <a href="https://forum.cedalo.com/">forums</a>.</li>
<li><a href="2017/06/citing-eclipse-mosquitto/">Cite Mosquitto</a> in your academic work.</li>
</ul>
</div>

<div class="column column-justify">
<h2 style="text-align: center">Support</h2>
<p>Support is always available from the community channels on a
best effort basis. If you require commercial support,
<a href="cedalo.com/">Cedalo</a> can offer support for hosted
or on-premise instances, consulting on the use of Mosquitto,
and custom development to your needs.</p>
</div>
</div>

<div class="columns">
<div class="column column-justify">
<h2 style="text-align: center">Related Projects</h2>
<p><a href="https://eclipse.org/paho/">Paho</a> provides MQTT
client library implementations in a wide variety of
languages.</p>
<p><a href="https://eclipse.org/streamsheets/">Streamsheets</a> is an
easy to use web based real time spreadsheet interface that can
be used to process incoming data from a variety of sources,
such as MQTT, OPC-UA, and REST. Developers and non-developers
can use Streamsheets to control processes and build dashboards,
for example. Mosquitto is a core component of Streamsheets.</p>
</div>
<div class="column column-justify">
<h1>Security</h1>
<p>Use the <a href="/security">security</a> page to find out
how to report vulnerabilities or responses to past security
issues.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit ca00990

Please sign in to comment.