User Tools

Site Tools


docs:lokiontology

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docs:lokiontology [2023/03/15 19:12]
kkutt created
docs:lokiontology [2023/03/15 19:33] (current)
kkutt
Line 11: Line 11:
 ===== Installation ===== ===== Installation =====
  
-lokiontology requires DokuWiki with Loki plugin installed. In order to install plugin, go to DokuWiki Administration panel -> Extension Manager -> Manual Install then select downloaded archive. Alternatively, you can extract archive to `lib/plugins` directory inside your DokuWiki installation.+See [[docs:installation#lokiontology|the dedicated page]].
  
 ===== Usage ===== ===== Usage =====
Line 27: Line 27:
  
 If you define another ontology, for example ''special:ontology:movies'', all of it's categories, attributes and relations receive ''movies'' namespace, e.g. ''<nowiki>[[category:movies:actor]]</nowiki>'', ''<nowiki>[[movies:playsIn::tomb_raider]]</nowiki>''. If you define another ontology, for example ''special:ontology:movies'', all of it's categories, attributes and relations receive ''movies'' namespace, e.g. ''<nowiki>[[category:movies:actor]]</nowiki>'', ''<nowiki>[[movies:playsIn::tomb_raider]]</nowiki>''.
- 
- 
-===== Build from source ===== 
-We use [[http://browserify.org/|Browserify]] along with [[https://github.com/babel/babelify|Babelify]] transform to manage modularity and guarantee compability with older browsers. Here are the steps you should follow if you want to reproduce our build: 
- 
-  - To begin with, you require [[https://www.npmjs.com/|npm]] to be installed. 
-  - Navigate to ''lokiontology/autocomplete'' and execute ''npm install''. 
-  - Currently we use modified version of [[https://github.com/lonekorean/highlight-within-textarea|highlight-within-textarea]] plugin to suit our needs. After pulling dependencies with ''npm'', you should pull [[https://github.com/kkutt/highlight-within-textarea|our fork]] into ''node_modules/higlight-within-textarea''. 
-  - Execute ''browserify autocomplete.js class/* -t babelify -o dist/bundle.js'' to bundle code. 
  
docs/lokiontology.txt ยท Last modified: 2023/03/15 19:33 by kkutt