CINXE.COM

news.git

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="format-detection" content="telephone=no"> <meta name="viewport" content="width=device-width"> <title>news.git</title> <style> html { max-width: 70ch; padding: 1ch; margin: auto; } body { hyphens: auto; } </style> </head> <body> <nav> <a href="https://src.alexschroeder.ch/">Source code repositories</a> </nav> <main> <h1 id="news">News</h1> <p>This is a web app that contacts a news server via NNTP and shows a forum user interface.</p> <p>This web app provides no filtering, no scoring – the use-case it currently serves is as an introduction to the news system itself. Users are expected to get accounts and use a NNTP client such as <code>tin</code>, <code>slrn</code>, <code>nn</code>, <code>knews</code> or Thunderbird.</p> <p>You can install App::news via CPAN.</p></main> <footer> <h2>Clone</h2> <pre> <mark>git clone https://src.alexschroeder.ch/news.git</mark> </pre> </footer> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10