From ef949aee03b256e25cda3ab787db9ceec0f7aa18 Mon Sep 17 00:00:00 2001
From: pahenning
Defines the PostMe system, <postit> is an arbitrary name for the system.
set <postit> create <name>
+ List items may consist of one or more words, and are added/removed by the add and
+ remove command.
+ Attention: A comma "," is the separator for list items.
+ set <postit> add <name> <some text, but careful with commas>
+
+ Special meta data for items may be included in the items by using "[" and "]"; characters, e.g.
set <postit> add <name> <item> [<attribute1>="<data1>" ...
- The attribute-value pairs may be added,modified and removed with the set modify command, see below.
+ These attribute-value pairs may be added, modified and removed with the modify command
+
The sticky notes may be integrated into any Web page by simply embedding the following tags
<embed src="/fhem/PostMe_widget?type=pins&postit=<postit>"/>