diff options
author | Bradley Taunt <bt@btxx.org> | 2024-08-14 09:08:10 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-08-14 09:08:10 -0400 |
commit | 135c48b2dea5763feabb47606f71ebd713d6567a (patch) | |
tree | 6ea141119769daf4b2c85a6d75c00c9a1de35aa4 /pages | |
parent | 666a32a200354846aef1c87046dd213ad17868d9 (diff) |
Switch over to wruby, include new TUI browsers, extras page
Diffstat (limited to 'pages')
-rw-r--r-- | pages/browsers.md | 15 | ||||
-rw-r--r-- | pages/extras.md | 13 | ||||
-rw-r--r-- | pages/posts.md | 1 | ||||
-rw-r--r-- | pages/web-hosting.md | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/pages/browsers.md b/pages/browsers.md index beed278..6002dea 100644 --- a/pages/browsers.md +++ b/pages/browsers.md @@ -24,6 +24,21 @@ This page is a collection of web browsers that have JavaScript disabled by defau </dl> <dl> + <dt><a href="https://github.com/acg/w3m">W3M</a></dt> + <dd>A text-based, TUI web browser.</dd> +</dl> + +<dl> + <dt><a href="https://lynx.browser.org/">Lynx</a></dt> + <dd>A text browser for the World Wide Web.</dd> +</dl> + +<dl> + <dt><a href="http://links.twibright.com/">Links</a></dt> + <dd>A text and graphic web browser.</dd> +</dl> + +<dl> <dt><a href="https://github.com/ocoufal/mothra">Mothra</a></dt> <dd>A lightweight web browser for Plan 9.</dd> </dl> diff --git a/pages/extras.md b/pages/extras.md new file mode 100644 index 0000000..a382e68 --- /dev/null +++ b/pages/extras.md @@ -0,0 +1,13 @@ +# Extras + +This page is a collection of software that falls outside the other main categories (that all work without JavaScript) + +<dl> + <dt><a href="https://plaintextsports.com/">Plain Text Sports</a></dt> + <dd>Sports scores rendered in plain text.</dd> +</dl> + +<dl> + <dt><a href="https://wttr.in/">wttr.in</a></dt> + <dd>Weather information rendered in plain text.</dd> +</dl>
\ No newline at end of file diff --git a/pages/posts.md b/pages/posts.md new file mode 100644 index 0000000..ef3567d --- /dev/null +++ b/pages/posts.md @@ -0,0 +1 @@ +# Posts diff --git a/pages/web-hosting.md b/pages/web-hosting.md index c329772..57f4d6b 100644 --- a/pages/web-hosting.md +++ b/pages/web-hosting.md @@ -6,3 +6,8 @@ This page is a collection of web hosting providers that work without JavaScript. <dt><a href="https://nearlyfreespeech.net">NearlyFreeSpeech.net</a></dt> <dd>The masters of only pay for what you use hosting since 2002.</dd> </dl> + +<dl> + <dt><a href="https://bitfolk.com/">bitfolk</a></dt> + <dd>No-nonsense VPS host. Reliable, feature-rich and affordable virtual private servers.</dd> +</dl> |