Strata ====== This is a fork from the Strata plugin originally created by Brend Wanders, and no longer maintained. I added minor changes for my own use as the basis for a risks management tool, I publish them here in case it could help someone. Strata is a semi-structured data plugin for [DokuWiki][dw]. Strata allows you to add data to your wiki pages, and later on query that data to create automatic indices or other overviews. #### Installation 1. Use the DokuWiki plugin manager to install Strata. 2. Optionally, copy the contents of the ``manual.txt`` file into a wiki page (``wiki:strata`` would be a good location) 3. Optionally, configure your DokuWiki instance's [`useheading`](https://www.dokuwiki.org/config:useheading) setting to have nicer-looking links. #### Quick-start Below is a very simple example of how to use Strata. You can find more information in the ``manual.txt`` (which you can copy-paste into a wiki page to have the manual available for all users). Add data to a page with: Full Name: John Doe Age: 24 Contact [link]: john.doe@example.org Later on, you can make a list (to get a table, use ```` instead) of people with: ?person is a: person ?person Contact [link]: ?contact #### More Information See the [plugin page][pp] for more information on usage and configuration. [dw]: https://www.dokuwiki.org [pp]: https://www.dokuwiki.org/plugin:strata