Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ usage:

![screenshots](scr.png)

dependencies: perl >= 5.20, LWP::UserAgent, and possibly Crypt::SSLeay.
dependencies: perl >= 5.20, LWP::UserAgent, and possibly Mozilla::CA.

Likely you will want to have a font in your terminal that can render Teletext
mosaic characters. I strongly recommend getting the amazing and free
[unscii](http://pelulamu.net/unscii/) raster font by Viznut.
[unscii](http://viznut.fi/unscii/) raster font by Viznut.

The big thing that makes nott different from other existing NOS TT browsers
(including the official web-based one) is that we parse actual teletext
Expand Down
1 change: 1 addition & 0 deletions nott
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ use Carp;
use utf8;
use open qw( :encoding(UTF-8) :std );
use LWP::UserAgent;
use Mozilla::CA;
#use Data::Dump;
use FindBin;

Expand Down