X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=src%2Ftemplate%2Froot-html.js;h=9496c7e8a3a5a666d5be34591380760bb35f81a4;hb=17b4ff9c1974842c02071d2cd02144d2e5a99eb5;hp=8797564e54e93b1ef816de4c4e4b6e01269e3b7c;hpb=f10a4ea1e43a9a37306f35677d4d6c7ccb98e894;p=websub-hub diff --git a/src/template/root-html.js b/src/template/root-html.js index 8797564..9496c7e 100644 --- a/src/template/root-html.js +++ b/src/template/root-html.js @@ -2,6 +2,18 @@ const th = require('./template-helper'); +function hAppSection(pageTitle, logoUrl) { + return ` `; +} + function aboutSection() { return `

What

@@ -82,7 +94,7 @@ function usageSection(isPublicHub, hubURL) {

Publishing Updates

- To notify the Hub that a topic's content has been updated and should be distributed to subscribers, send a POST request with Form Data (application/x-www-form-urlencoded): + To notify the Hub either of a new topic to syndicate, or that a topic's content has been updated and should be distributed to subscribers, send a POST request with Form Data (application/x-www-form-urlencoded):