diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-01-28 08:50:21 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-01-28 08:53:59 -0800 |
| commit | 6dcbaa8539aa974245ab30fba8a2c9576462f40f (patch) | |
| tree | 992d8eb0382d562b29542f492b7389d1e0af02b8 /RATIONALE.html | |
| parent | bc19a6505e1ccdcfabc40679de7e99096ea9fd28 (diff) | |
| download | nng-6dcbaa8539aa974245ab30fba8a2c9576462f40f.tar.gz nng-6dcbaa8539aa974245ab30fba8a2c9576462f40f.tar.bz2 nng-6dcbaa8539aa974245ab30fba8a2c9576462f40f.zip | |
Publishing site updates
This converts the NNG site to the new style. Only the master pages are
updated -- the individual man pages still need work.
Diffstat (limited to 'RATIONALE.html')
| -rw-r--r-- | RATIONALE.html | 31 |
1 files changed, 9 insertions, 22 deletions
diff --git a/RATIONALE.html b/RATIONALE.html index 8a0971e0..3ccbbb88 100644 --- a/RATIONALE.html +++ b/RATIONALE.html @@ -1,20 +1,8 @@ --- -layout: default +layout: nng +title: Rationale: Or why am I bothering to rewrite nanomsg? --- -<!DOCTYPE html> -<html lang="en"> -<head> -<meta charset="UTF-8"> -<meta http-equiv="X-UA-Compatible" content="IE=edge"> -<meta name="viewport" content="width=device-width, initial-scale=1.0"> -<meta name="generator" content="Asciidoctor 2.0.10"> -<meta name="author" content="Garrett D’Amore"> -<title>Rationale: Or why am I bothering to rewrite nanomsg?</title> -<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700"> -<link rel="stylesheet" href="./asciidoctor.css"> -<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -</head> -<body class="article"> +<main> <div id="header"> <h1>Rationale: Or why am I bothering to rewrite nanomsg?</h1> <div class="details"> @@ -35,8 +23,8 @@ layout: default </td> <td class="content"> You might want to review - <a href="http://nanomsg.org/documentation-zeromq.html">Martin Sustrik’s rationale</a> - for nanomsg vs. ZeroMQ. +<a href="http://nanomsg.org/documentation-zeromq.html">Martin Sustrik’s rationale</a> +for nanomsg vs. ZeroMQ. </td> </tr> </table> @@ -203,9 +191,9 @@ calls, beyond the 2 required to actually send and receive the message.</p> </td> <td class="content"> Its even more hideous to support this on Windows, where there is no - <code>pipe(2)</code> system call, so we have to cobble up a loopback TCP connection - just for this event notification, in addition to the system call - explosion. +<code>pipe(2)</code> system call, so we have to cobble up a loopback TCP connection +just for this event notification, in addition to the system call +explosion. </td> </tr> </table> @@ -488,5 +476,4 @@ code to <em>nanomsg</em>, nanomsg2, or leave it as <em>nng</em>.</p> </div> </div> </div> -</body> -</html>
\ No newline at end of file +</main> |
