Add website.

This commit is contained in:
Roger A. Light
2018-09-20 09:34:16 +01:00
parent 79bb75ca07
commit 8aef00d3df
245 changed files with 19223 additions and 8 deletions
+15 -7
View File
@@ -7,10 +7,21 @@ cpp/*.test
*.pyc
*.vglog
build/
client/mosquitto_pub
client/mosquitto_sub
dist/
examples/mysql_log/mosquitto_mysql_log
examples/temperature_conversion/mqtt_temperature_conversion
lib/cpp/libmosquittopp.so*
lib/cpp/libmosquittopp.a
lib/libmosquitto.so*
lib/libmosquitto.a
man/mosquitto.8
man/mosquitto-tls.7
man/mosquitto.conf.5
@@ -19,9 +30,11 @@ man/mosquitto_passwd.1
man/mosquitto_pub.1
man/mosquitto_sub.1
man/mqtt.7
src/db_dump/mosquitto_db_dump
src/mosquitto
src/mosquitto_passwd
test/broker/broker.pid
test/test_client
test/fake_user
@@ -32,15 +45,10 @@ test/msgsps_sub.dat
test/broker/c/auth_plugin.so
test/broker/c/*.test
lib/cpp/libmosquittopp.so*
lib/cpp/libmosquittopp.a
lib/libmosquitto.so*
lib/libmosquitto.a
test/ssl/*.csr
test/lib/c/*.test
test/lib/cpp/*.test
build/
dist/
www/cache/
__pycache__
-1
View File
@@ -5,7 +5,6 @@
<xsl:param name="html.stylesheet">man.css</xsl:param>
<!-- Generate ansi style function synopses. -->
<xsl:param name="man.funcsynopsis.style">ansi</xsl:param>
<xsl:param name="funcsynopsis.style">ansi</xsl:param>
<xsl:param name="make.clean.html" select="1"></xsl:param>
<xsl:param name="make.valid.html" select="1"></xsl:param>
<xsl:param name="html.cleanup" select="1"></xsl:param>
+5
View File
@@ -0,0 +1,5 @@
.. title: libmosquitto man page
.. slug: libmosquitto-3
.. category: man
.. type: man
.. pretty_url: False
+5
View File
@@ -0,0 +1,5 @@
.. title: mosquitto-tls man page
.. slug: mosquitto-tls-7
.. category: man
.. type: man
.. pretty_url: False
+5
View File
@@ -0,0 +1,5 @@
.. title: Mosquitto man page
.. slug: mosquitto-8
.. category: man
.. type: man
.. pretty_url: False
+5
View File
@@ -0,0 +1,5 @@
.. title: mosquitto.conf man page
.. slug: mosquitto-conf-5
.. category: man
.. type: man
.. pretty_url: False
+5
View File
@@ -0,0 +1,5 @@
.. title: mosquitto_passwd man page
.. slug: mosquitto_passwd-1
.. category: man
.. type: man
.. pretty_url: False
+5
View File
@@ -0,0 +1,5 @@
.. title: mosquitto_pub man page
.. slug: mosquitto_pub-1
.. category: man
.. type: man
.. pretty_url: False
+5
View File
@@ -0,0 +1,5 @@
.. title: mosquitto_sub man page
.. slug: mosquitto_sub-1
.. category: man
.. type: man
.. pretty_url: False
+6
View File
@@ -0,0 +1,6 @@
.. title: MQTT man page
.. slug: mqtt-7
.. category: man
.. type: man
.. pretty_url: False
.. hide_title: True
+1421
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 915 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 840 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

+18
View File
@@ -0,0 +1,18 @@
{
"name": "Mosquitto",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Some files were not shown because too many files have changed in this diff Show More