diff --git a/www/conf.py b/www/conf.py index 7b5f4ded..d7f1cbfe 100644 --- a/www/conf.py +++ b/www/conf.py @@ -94,6 +94,7 @@ NAVIGATION_LINKS = { ("/man/mosquitto-conf-5.html", "mosquitto.conf"), ("/man/mosquitto_passwd-1.html", "mosquitto_passwd"), ("/man/mosquitto_pub-1.html", "mosquitto_pub"), + ("/man/mosquitto_rr-1.html", "mosquitto_rr"), ("/man/mosquitto_sub-1.html", "mosquitto_sub"), ("/man/mosquitto-tls-7.html", "mosquitto-tls"), ("/man/mqtt-7.html", "mqtt"), @@ -155,7 +156,7 @@ PAGES = ( ("pages/*.txt", "", "story.tmpl"), ("pages/*.html", "", "story.tmpl"), ("pages/*.md", "", "story.tmpl"), - ("../man/*.xml", "man", "story.tmpl"), + ("man/*.xml", "man", "story.tmpl"), ) diff --git a/www/files/images/eclipse_logo_colour.png b/www/files/images/eclipse_logo_colour.png index f6f6b903..4f86721b 100644 Binary files a/www/files/images/eclipse_logo_colour.png and b/www/files/images/eclipse_logo_colour.png differ diff --git a/www/files/stickers/index.html b/www/files/stickers/index.html index 3b2f7d34..f76b5998 100644 --- a/www/files/stickers/index.html +++ b/www/files/stickers/index.html @@ -11,39 +11,19 @@

Eclipse Mosquitto™ Sticker Generator

-

This page allows you to create a book of square stickers to buy from Moo.

+

This page used to allow you to create a book of square stickers to buy + from Moo. Unfortunately they have + discontinued their API, so if you want Mosquitto stickers you can use the + images and create your own sticker book manually.

Click the logos to choose which to include, then click submit to be taken to the Moo site with a stickerbook ready in your basket. If you choose both logos you will get 45 of each, otherwise you will get 90 of the one you choose.

- -
+ +
-
- - - -
- - diff --git a/www/man b/www/man new file mode 120000 index 00000000..973fd1a9 --- /dev/null +++ b/www/man @@ -0,0 +1 @@ +../man \ No newline at end of file diff --git a/www/pages/index.html b/www/pages/index.html index e269d72c..87b07fce 100644 --- a/www/pages/index.html +++ b/www/pages/index.html @@ -12,7 +12,7 @@

Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that - implements the MQTT protocol versions 3.1 and 3.1.1. Mosquitto + implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers.