chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24b6dd
)
Provide /_/README.md too
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 30 Nov 2020 18:37:42 +0000
(18:37 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 30 Nov 2020 18:37:42 +0000
(18:37 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/daemon-otter.rs
patch
|
blob
|
history
diff --git
a/src/bin/daemon-otter.rs
b/src/bin/daemon-otter.rs
index 57561c56bb75894da1630e11e5e72d8c3be37533..2d4bdff08ce1e0e988e1d48d006b3db5f919c885 100644
(file)
--- a/
src/bin/daemon-otter.rs
+++ b/
src/bin/daemon-otter.rs
@@
-20,6
+20,7
@@
type RL = ResourceLocation;
const RESOURCES : &[(&'static str, ResourceLocation, ContentType)] = &[
("script.js", RL::Main, ContentType::JavaScript),
+ ("README.md", RL::Main, ContentType::Plain),
("LICENCE", RL::Main, ContentType::Plain),
("libre", RL::Main, ContentType::HTML),
("AGPLv3", RL::Main, ContentType::Plain),