summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-07-19 10:17:19 +0300
committerLars Wirzenius <liw@liw.fi>2020-07-19 10:50:12 +0300
commit2ef29a95c40e7f6720fc54a3e985cc2e138eb162 (patch)
tree0d6a5ab35f9bbd665318864eb6492c973c602931
parenta634332270b609a3eb6b22caa79ec116e5b8c563 (diff)
downloadewww-2ef29a95c40e7f6720fc54a3e985cc2e138eb162.tar.gz
test: use runcmd.* and daemon.py in ewww.md
-rw-r--r--ewww.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/ewww.md b/ewww.md
index 8e60f8b..1623f1f 100644
--- a/ewww.md
+++ b/ewww.md
@@ -182,8 +182,13 @@ and allow is "GET HEAD"
---
title: "Ewww &mdash; a Web server for static sites"
author: Lars Wirzenius
-bindings: ewww.yaml
-functions: ewww.py
+bindings:
+ - ewww.yaml
+ - runcmd.yaml
+functions:
+ - ewww.py
+ - daemon.py
+ - runcmd.py
classes:
- scenario-disabled
...