From 0ec7faad75a434d3605553285c8bdd1521fd1d78 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 29 Oct 2014 11:40:13 +0000 Subject: [PATCH] Add an embryonic new "Widgets" section to the Reference Guide. Table of all 34(!) supported widgets, no descriptions yet. --- doc/mkws-manual.markdown | 79 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 2ccc9be..5e7b617 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -637,6 +637,85 @@ attribute as follows: Reference guide =============== +Widgets +------- + +The following widgets are provided in the core set. (Others can be +added: see the [MKWS developers' guide](mkws-developer.html).) + +---- +Name Description +---- ----------- +`auth-name` x + +`builder` x + +`button` x + +`categories` x + +`config` x + +`console-builder` x + +`cover-art` x + +`details` x + +`done` x + +`facet` x + +`google-image` x + +`images` x + +`lang` x + +`log` x + +`lolcat` x + +`motd-container` x + +`motd` x + +`navi` x + +`pager` x + +`per-page` x + +`progress` x + +`query` x + +`ranking` x + +`record` x + +`records` x + +`reference` x + +`results` x + +`search-form` x + +`search` x + +`sort` x + +`stat` x + +`switch` x + +`targets` x + +`termlists` x +---- + + Configuration object -------------------- -- 1.7.10.4