Skip to content

Commit

Permalink
Add website.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Sep 20, 2018
1 parent 79bb75c commit 8aef00d
Show file tree
Hide file tree
Showing 245 changed files with 19,223 additions and 8 deletions.
22 changes: 15 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 change: 0 additions & 1 deletion man/html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 5 additions & 0 deletions man/libmosquitto.3.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. title: libmosquitto man page
.. slug: libmosquitto-3
.. category: man
.. type: man
.. pretty_url: False
5 changes: 5 additions & 0 deletions man/mosquitto-tls.7.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. title: mosquitto-tls man page
.. slug: mosquitto-tls-7
.. category: man
.. type: man
.. pretty_url: False
5 changes: 5 additions & 0 deletions man/mosquitto.8.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. title: Mosquitto man page
.. slug: mosquitto-8
.. category: man
.. type: man
.. pretty_url: False
5 changes: 5 additions & 0 deletions man/mosquitto.conf.5.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. title: mosquitto.conf man page
.. slug: mosquitto-conf-5
.. category: man
.. type: man
.. pretty_url: False
5 changes: 5 additions & 0 deletions man/mosquitto_passwd.1.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. title: mosquitto_passwd man page
.. slug: mosquitto_passwd-1
.. category: man
.. type: man
.. pretty_url: False
5 changes: 5 additions & 0 deletions man/mosquitto_pub.1.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. title: mosquitto_pub man page
.. slug: mosquitto_pub-1
.. category: man
.. type: man
.. pretty_url: False
5 changes: 5 additions & 0 deletions man/mosquitto_sub.1.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.. title: mosquitto_sub man page
.. slug: mosquitto_sub-1
.. category: man
.. type: man
.. pretty_url: False
6 changes: 6 additions & 0 deletions man/mqtt.7.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. title: MQTT man page
.. slug: mqtt-7
.. category: man
.. type: man
.. pretty_url: False
.. hide_title: True
Loading

0 comments on commit 8aef00d

Please sign in to comment.