changeset 3559:d56cb74a0db8

mod_adhoc_dataforms_demo/README: Describe the new multi-step command
author Kim Alvefur <zash@zash.se>
date Sat, 06 Apr 2019 18:53:19 +0200
parents 22587eb2d87c
children 0ebb7112c102
files mod_adhoc_dataforms_demo/README.markdown
diffstat 1 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mod_adhoc_dataforms_demo/README.markdown	Sat Apr 06 18:32:24 2019 +0200
+++ b/mod_adhoc_dataforms_demo/README.markdown	Sat Apr 06 18:53:19 2019 +0200
@@ -1,10 +1,10 @@
 ---
-summary: Module for testing dataforms rendering
+summary: 'Module for testing ad-hoc commands and dataforms rendering'
 ---
 
 # Introduction
 
-This module adds an [Ad-Hoc command][xep0050] with a demo [data
+This module provides [Ad-Hoc commands][xep0050] for testing [data
 form][xep0004] that includes all kinds of fields. It's meant to help
 debug both Prosodys
 [`util.dataforms`][doc:developers:util:dataforms] library and
@@ -24,5 +24,13 @@
 
 # Usage
 
-In your Ad-Hoc capable client, look for **Dataforms Demo**, and execute
-it. You should see a form with various kinds of fields.
+In your Ad-Hoc capable client, first look for "Execute command". You
+should see a form with various kinds of fields.
+
+Dataforms Demo
+:   A simple command that provides a dataform with every possible field
+    type, suitable for testing rending of dataforms.
+
+Multi-step command demo
+:   A command that has multiple steps, suitable for testing back and
+    forwards navigation.