diff options
-rw-r--r-- | doc/asciidoc.conf | 2 | ||||
-rw-r--r-- | doc/zmq_forwarder.txt | 29 | ||||
-rw-r--r-- | doc/zmq_queue.txt | 29 | ||||
-rw-r--r-- | doc/zmq_streamer.txt | 29 |
4 files changed, 88 insertions, 1 deletions
diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf index 3351125..c20001b 100644 --- a/doc/asciidoc.conf +++ b/doc/asciidoc.conf @@ -36,7 +36,7 @@ template::[header-declarations] [footer] <refsect1 id="_authors"> <title>AUTHORS</title> -<simpara>The 0MQ reference manual was written by Martin Lucina <<ulink url="mailto:mato@kotelna.sk">mato@kotelna.sk</ulink>>, Martin Sustrik <<ulink url="mailto:sustrik@250bpm.com">sustrik@250bpm.com</ulink>>, and Pieter Hintjens <<ulink url="mailto:ph@imatix.com">ph@imatix.com</ulink>>.</simpara> +<simpara>Man pages by Martin Lucina <<ulink url="mailto:mato@kotelna.sk">mato@kotelna.sk</ulink>>, Martin Sustrik <<ulink url="mailto:sustrik@250bpm.com">sustrik@250bpm.com</ulink>>, and Pieter Hintjens <<ulink url="mailto:ph@imatix.com">ph@imatix.com</ulink>>.</simpara> </refsect1> <refsect1 id="_resources"> <title>RESOURCES</title> diff --git a/doc/zmq_forwarder.txt b/doc/zmq_forwarder.txt new file mode 100644 index 0000000..ae6ae9b --- /dev/null +++ b/doc/zmq_forwarder.txt @@ -0,0 +1,29 @@ +zmq_forwarder(1) +================ + + +NAME +---- +zmq_forwarder - forwarding device for publish-subscribe messaging + + +SYNOPSIS +-------- +To be written. + + +DESCRIPTION +----------- +To be written. + + +OPTIONS +------- +To be written. + + +SEE ALSO +-------- +linkzmq:zmq[7] + + diff --git a/doc/zmq_queue.txt b/doc/zmq_queue.txt new file mode 100644 index 0000000..2d198cf --- /dev/null +++ b/doc/zmq_queue.txt @@ -0,0 +1,29 @@ +zmq_queue(1) +============ + + +NAME +---- +zmq_queue - forwarding device for request-reply messaging + + +SYNOPSIS +-------- +To be written. + + +DESCRIPTION +----------- +To be written. + + +OPTIONS +------- +To be written. + + +SEE ALSO +-------- +linkzmq:zmq[7] + + diff --git a/doc/zmq_streamer.txt b/doc/zmq_streamer.txt new file mode 100644 index 0000000..5f142f7 --- /dev/null +++ b/doc/zmq_streamer.txt @@ -0,0 +1,29 @@ +zmq_streamer(1) +=============== + + +NAME +---- +zmq_streamer - streamer device for parallelized pipeline messaging + + +SYNOPSIS +-------- +To be written. + + +DESCRIPTION +----------- +To be written. + + +OPTIONS +------- +To be written. + + +SEE ALSO +-------- +linkzmq:zmq[7] + + |