<html>
  <head>
    <title>Blinker - Synchronization Printer</title>
  </head>
  <body>
    <h1>Blinker - Synchronization Printer</h1>
    <p>
      The synchronization printer module is primary intended for debugging
      purposes.
      It receives a synchronization stream and prints received information
      to standard output.
    </p>
    <h2>Configuration</h2>
    <p>
      The configuration of the synchronization printer module with name
      <code>NAME</code> is located in the <code>syncprinters/NAME</code>
      subdirectory.
    </p>
    <h3>Input Synchronization Stream</h3>
    <p>
      The file <code>insync</code> contains the name of the synchronization
      stream to read.
      The information received from this synchronization stream is written
      to standard output.
    </p>
  </body>
</html>