From 7ae708e1ce9efa4de59e5a80b08f1a824200b2c3 Mon Sep 17 00:00:00 2001 From: Ken Barbour Date: Wed, 31 Aug 2022 16:51:17 -0400 Subject: [PATCH] update documentation for usage of new schedule templates --- web/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index 9e22454..18d7274 100644 --- a/web/README.md +++ b/web/README.md @@ -12,6 +12,7 @@ document root. * `{{CONTENT}}` - the main content of the page, generated by other templates * `{{TITLE}}` - page title * `{{GENERATED_AT}}` - string description of the time the page was generated + * `{{SCHEDULE}}` - Concatenated markup generated by `schedule-item.template` * `index.template` - used for the site index * `{{CONTENT}}` - the main content of the page * `item.template` is used for each satellite pass included in an index. @@ -27,4 +28,7 @@ document root. * `{{SRC}}` - image `src` attribute * `{{ALT}}` - `alt` attribute for the image * `{{CAPTION}}` - a string caption describing the image - +* `schedule-item.template` generates the markup for a single predicted satellite pass + * `{{DATE}}` - date and time of the beginning of the signal (above the horizon) + * `{{SATELLITE}}` - satellite name (ex: NOAA 15) + * `{{DURATION}}` - duration (in seconds) until loss of signal (below the horizon)