X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=src%2Ftemplate%2Froot-html.js;h=fc655c01200b2f94cacec37d82d7847d044ca108;hb=d0444b4b0ee8166d911e6b227218d110eb7eddf1;hp=8797564e54e93b1ef816de4c4e4b6e01269e3b7c;hpb=f10a4ea1e43a9a37306f35677d4d6c7ccb98e894;p=websub-hub diff --git a/src/template/root-html.js b/src/template/root-html.js index 8797564..fc655c0 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) { + 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):