X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=README;h=03d96fe931ea217149793c53f7ab97b2c8ab4002;hp=33ca1fdf0fa33911ce426c31dc20ed4b6075dc69;hb=c0ca5e3ddaee51add13199ef11e892162c788da5;hpb=f97bbded0cf5be900a39a2635857b6097e26a901 diff --git a/README b/README index 33ca1fd..03d96fe 100644 --- a/README +++ b/README @@ -253,6 +253,11 @@ To add an additional 'wizard' to ninjahelper, follow these steps: ... do work here ... } -(3) check the examples of the included helpers to see how they are - written. The dialog functions are defined in easydialog.sh. - +(3) look at the existing helpers to see how they are written. Try to re-use + functions, such as the dialog functions that are defined in easydialog.sh, + or the vserver functions defined in lib/vserver. + +(4) test, re-test, and test again. Try to break the helper by going backwards, + try to think like someone who has no idea how to configure your handler + would think, try to make your helper as simple as possible. Walk like a cat, + become your shadow, don't let your senses betray you.