~~NOCACHE~~
====== PlWiki 1.0 - Plugin API examples ======
===== Simple use case =====
woman(kate).
man(john).
IMPORTANT: This knowledge is not saved in cache !!
===== Adding knowledge to the page =====
man(jack).
man(jim).
IMPORTANT: cache="true" so knowledge will be saved.
===== Goal and scope ====
===== Prolog interface =====
  * list all predicates in selected scope:
%
  * list info about selected predicate:
%
====== Additional functionality ======
Plugin automatically saves information about page structure. In each scope several predicates are available:
  * header(Name, Level).
  * internallink(Scope, Url).
  * externallink(Name, Url).