MiniVend is a descendent of Vend, originally developed by Andrew Wilcox in 1995. Though the original Vend was much simpler than MiniVend in implementation, the basic concept remains unchanged. Quite simply, MiniVend maintains its own set of pages, outside of regular HTML space, which contain special tags that are interpreted by MiniVend.
The tags, which are in [square brackets]
, are interpreted by MiniVend and many different values can be substituted.
Some examples are:
[value input_field]
tag. The input_field
is a normal
HTML form field.
[data table=products column=name key=334-12]
or [query sql="select * from products where category = 'Clothing'"]
.
[data session referer]
), domain they are from ([data session host]
), source of hit in a partner program ([data session source]
), the time of their last access ([data session time]
), and many other parameters.
[file directory/file]
or [include directory/file]
, or the output from an arbitrary program (given proper permission from
your administrator!).
There are over 80 different distinct tags supporting hundreds of functions. In addition, the user can easily implement tags fully as powerful as the standard tags.