bwanders / dokuwiki-strata

Strata - a Semi-Structured Data plugin for Dokuwiki

Home Page:https://www.dokuwiki.org/plugin:strata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strata

This dokuwiki plugin is no longer maintained. Due to time constraints and no longer using this plugin myself, I can no longer properly maintain it.

Strata is a semi-structured data plugin for DokuWiki. 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 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:

<data person>
Full Name: John Doe
Age: 24
Contact [link]: john.doe@example.org
</data>

Later on, you can make a list (to get a table, use <table> instead) of people with:

<list ?person ?contact>
?person is a: person
?person Contact [link]: ?contact
</list>

More Information

See the plugin page for more information on usage and configuration.

About

Strata - a Semi-Structured Data plugin for Dokuwiki

https://www.dokuwiki.org/plugin:strata


Languages

Language:PHP 91.7%Language:JavaScript 7.0%Language:CSS 1.3%