From 2c81ab56bfddd76f9952eb2c6f06fe47f28a32b8 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 16 Apr 2020 08:55:15 +1200 Subject: [PATCH] Note issues implementing FTP & BitTorrent. --- ISSUES/new-protocols.md | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ISSUES/new-protocols.md b/ISSUES/new-protocols.md index 0c521e1..15696cf 100644 --- a/ISSUES/new-protocols.md +++ b/ISSUES/new-protocols.md @@ -7,6 +7,8 @@ Network.FTP.Conduit.createSource looked convenient, but will likely be incompatible with dependency versions. Network.FTP.Client.retr, .withFTP(S), & possibly .login looks almost as easy. +Though I now that I tried it, I faced the same issues. Help updating this package +will be appreciated. ## magnet: There's a `bittorrent` package, but it appears to be unmaintained and not up to diff --git a/README.md b/README.md index b97a50f..210f431 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Each of these protocols can individually be turned on or off at compiletime. ## Desired URI schemes Integration of the following URL schemes would be appreciated: -* `ftp(s):` - via [ftp-conduit](https://hackage.haskell.org/package/ftp-conduit) or [others](https://hackage.haskell.org/packages/search?terms=ftp) -* `magnet:` - via [bittorrent](https://hackage.haskell.org/package/bittorrent) +* `ftp(s):` - Outdated Haskell implementations exists. +* `magnet:` - Outdated/incomplete Haskell implementation exists. * `gopher:` - Would want to pair with a [Markdown-to-HTML](https://hackage.haskell.org/package/pandoc) parser to restore semantics lost in Rhapsode's conversion to audio. * `xdg-icon:` - Custom, looks up images according to [icon-theme-spec](https://www.freedesktop.org/wiki/Specifications/icon-theme-spec/) * [`gemini:`](https://gopher.tildeverse.org/zaibatsu.circumlunar.space/1/~solderpunk/gemini) - being developed by [@solderpunk@tilde.zone](https://tilde.zone/@solderpunk). -- 2.30.2