lix/doc/manual/src/release-notes
Tony Olagbaiye 5b8c1deb18 fetchTree: Allow fetching plain files
Add a new `file` fetcher type, which will fetch a plain file over
http(s), or from the local file.

Because plain `http(s)://` or `file://` urls can already correspond to
`tarball` inputs (if the path ends-up with a know archive extension),
the URL parsing logic is a bit convuluted in that:

- {http,https,file}:// urls will be interpreted as either a tarball or a
  file input, depending on the extensions of the path part (so
  `https://foo.com/bar` will be a `file` input and
  `https://foo.com/bar.tar.gz` as a `tarball` input)
- `file+{something}://` urls will be interpreted as `file` urls (with
  the `file+` part removed)
- `tarball+{something}://` urls will be interpreted as `tarball` urls (with
  the `tarball+` part removed)

Fix #3785

Co-Authored-By: Tony Olagbaiye <me@fron.io>
2022-05-19 18:24:49 +02:00
..
release-notes.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.5.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.6.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-0.7.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.8.1.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.8.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.9.1.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.9.2.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.9.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.10.1.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.10.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-0.11.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.12.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-0.13.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-0.14.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.15.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.16.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-1.0.md Reconvert 2020-07-23 18:27:11 +02:00
rl-1.1.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.2.md Reconvert 2020-07-23 18:27:11 +02:00
rl-1.3.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.4.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-1.5.1.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.5.2.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.5.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.6.1.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-1.6.md Reconvert 2020-07-23 18:27:11 +02:00
rl-1.7.md docs+test: fix remaining installer downloads without -L (#4006) 2020-09-12 22:08:40 +02:00
rl-1.8.md Reconvert 2020-07-23 18:27:11 +02:00
rl-1.9.md Reconvert 2020-07-23 18:27:11 +02:00
rl-1.10.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.11.10.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.11.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-2.0.md Fix internal links 2020-07-24 15:46:16 +02:00
rl-2.1.md docs+test: fix remaining installer downloads without -L (#4006) 2020-09-12 22:08:40 +02:00
rl-2.2.md Reconvert 2020-07-23 18:27:11 +02:00
rl-2.3.md Reconvert 2020-07-23 18:27:11 +02:00
rl-2.4.md Release Notes 2.4: add --indirect no-op change 2022-01-12 23:19:15 +01:00
rl-2.5.md rl-2.5.md: Set date 2021-12-13 19:57:06 +01:00
rl-2.6.md Move rl-next.md to rl-2.5.md 2022-01-25 00:11:00 +01:00
rl-2.7.md rl-2.7.md: Fix title 2022-04-05 14:13:26 +02:00
rl-2.8.md Move rl-next.md to rl-2.8.md 2022-04-19 21:12:33 +02:00
rl-next.md fetchTree: Allow fetching plain files 2022-05-19 18:24:49 +02:00