Code Monkey home page Code Monkey logo

dokuwiki-strata's Introduction

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]: [email protected]
</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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.