Skip to content

Commit

Permalink
changed ids to name
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Weiss committed Sep 3, 2020
1 parent c3463ea commit be5b502
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _sites/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
<h1>MQTT Software</h1>

<section class="accordion-wrapper software" style="margin-bottom: 50px;">
<button id="servers-brokers" class="accordion">Servers / Brokers</button>
<button name="servers-brokers" class="accordion">Servers / Brokers</button>
<div class="panel">
<!-- Entry -->
<div class="panel-item">
Expand Down Expand Up @@ -248,7 +248,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
</div>
<!-- End of Broker / Server Panel -->
<!-- Client Libraries Start -->
<button id="client-libraries" class="accordion">Client libraries</button>
<button name="client-libraries" class="accordion">Client libraries</button>
<div class="panel">
<div class="subhead">Device-Specific</div>
<ul>
Expand Down Expand Up @@ -444,7 +444,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
</div>
<!-- End of Client Libraries Panel -->
<!-- Tools and Applications Start -->
<button class="accordion">Tools and Applications</button>
<button name="tools-applications" class="accordion">Tools and Applications</button>
<div class="panel">
<div class="subhead">Web</div>
<ul>
Expand Down Expand Up @@ -511,7 +511,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
</div>
<!-- Tools and Applications Panel -->
<!-- Plugins to other software Start -->
<button id="plugins" class="accordion">Plugins to other software</button>
<button name="plugins" class="accordion">Plugins to other software</button>
<div class="panel">
<div class="subhead">Utility Plugins</div>
<p>MQTT has been incorporated into various runtimes and frameworks via modules or plugins. The projects listed below therefore depend on additional packages and are not necessarily standalone or for general use. As with the list of clients, some may not provide full support for all of the features of the latest MQTT specification – check with the project in question.</p>
Expand All @@ -530,7 +530,7 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
</div>
<!-- End of Plugins Panel -->
<!-- Devices Start -->
<button id="devices" class="accordion">Devices aka MQTT-enabled products that are "Things"</button>
<button name="devices" class="accordion">Devices aka MQTT-enabled products that are "Things"</button>
<div class="panel">
<div class="subhead">MQTT Products that are "Things"</div>
<p>On the discussion threads we talk about many products that use MQTT. Many of them don't publicly declare it. Others are programmable so are oblivious to MQTT being run on them.
Expand Down

0 comments on commit be5b502

Please sign in to comment.