All Projects → bwanders → dokuwiki-strata

bwanders / dokuwiki-strata

Licence: other
Strata - a Semi-Structured Data plugin for Dokuwiki

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to dokuwiki-strata

Mm Wiki
MM-Wiki 一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。
Stars: ✭ 2,364 (+14675%)
Mutual labels:  dokuwiki
Dokuwiki
The DokuWiki Open Source Wiki Engine
Stars: ✭ 3,297 (+20506.25%)
Mutual labels:  dokuwiki
bitnami-docker-dokuwiki
Bitnami Docker Image for DokuWiki
Stars: ✭ 98 (+512.5%)
Mutual labels:  dokuwiki
dokuwiki-plugin-prosemirror
Work in Progress
Stars: ✭ 32 (+100%)
Mutual labels:  dokuwiki
dokuwikixmlrpc
Python module for the DokuWiki XML-RPC backend
Stars: ✭ 26 (+62.5%)
Mutual labels:  dokuwiki
python-dokuwiki
Manage Dokuwiki via XMLRPC.
Stars: ✭ 32 (+100%)
Mutual labels:  dokuwiki
mypaas
MyPaas is an Ansible playbook for startups or small companies which want to build a modern and fully automated infrastructure.
Stars: ✭ 24 (+50%)
Mutual labels:  dokuwiki
dokuwiki-plugin-syntaxhighlighter4
SyntaxHighlighter4 plugin for DokuWiki
Stars: ✭ 51 (+218.75%)
Mutual labels:  dokuwiki
dokuwiki-plugin-bootswrapper
Bootstrap Wrapper for DokuWiki
Stars: ✭ 33 (+106.25%)
Mutual labels:  dokuwiki
nspages
Plugin for dokuwiki - Display tables of content
Stars: ✭ 21 (+31.25%)
Mutual labels:  dokuwiki

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].