Commit e83e2ab2 authored by Krzysztof Kutt's avatar Krzysztof Kutt
Browse files

new releases -- fixes in plugin.info and README

Showing with 62 additions and 99 deletions
+62 -99
......@@ -13,7 +13,7 @@ Please refer to http://www.dokuwiki.org/plugins for additional info
on how to install plugins in DokuWiki.
----
Copyright (C) GEIST Research Team <geist@agh.edu.pl>
Copyright (C) GEIST Research Group <geist@agh.edu.pl>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......
......@@ -19,17 +19,6 @@ class action_plugin_loki extends DokuWiki_Action_Plugin
function action_plugin_loki(){
}
function getInfo(){
return array (
'author' => 'GEIST Research Group',
'email' => 'geist@agh.edu.pl',
'date' => '2011-04-13',
'name' => 'Loki Plugin (action component)',
'desc' => 'Semantic plugin for DokuWiki',
'url' => 'http://loki.ia.agh.edu.pl/download/loki.zip',
);
}
/**
* Register the events
*/
......
<?php
/*************************************************************************************
* loki.php
* --------
* Author: GEIST Research Group
* Release Version: 1.0.0.0
* Date Started: 2010/07/07
*
* Loki language file for GeSHi. Based on Benny Baumann's (BenBE@geshi.org) Prolog definition
*
* CHANGES
* -------
* 2011/04/14 (1.0.0.0)
* - plwiki changed to loki
* 2010/07/07 (1.0.0.0)
* - First Release
*
*
************************************************************************************/
/
$language_data = array (
'LANG_NAME' => 'Loki',
......
base loki
author GEIST Research Group
email geist@agh.edu.pl
date 2016-10-26
date 2017-09-19
name Loki
desc Semantic plugin for DokuWiki
url http://loki.ia.agh.edu.pl/
......@@ -3,8 +3,7 @@
* Loki Syntax Plugin
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author GEIST Research Group <geist@agh.edu.pl>
* @version 1.0
* @author GEIST Research Group <geist@agh.edu.pl>
*/
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
......
prov Plugin for DokuWiki
Allows automated creation of PROV-O turtle files when creating and editing pages
Generates PROV-O grounded changelog for wiki
All documentation for this plugin can be found at
http://loki.ia.agh.edu.pl/
......@@ -13,7 +13,7 @@ Please refer to http://www.dokuwiki.org/plugins for additional info
on how to install plugins in DokuWiki.
----
Copyright (C) GEIST Research Team <geist@agh.edu.pl>
Copyright (C) GEIST Research Group <geist@agh.edu.pl>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......
......@@ -6,7 +6,7 @@
* modified or deleted.
*
* @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
* @author Piotr Mitana <the.mail.of.mi2@gmail.com>, Krzysztof Kutt <kk@agh.edu.pl>
* @author GEIST Research Group <geist@agh.edu.pl>
*/
// Ensure the script is run on Dokuwiki
......
base prov
author GEIST Research Group
email geist@agh.edu.pl
date 2017-01-25
date 2017-09-19
name PROV-O
desc Allows automated creation of PROV-O turtle files when creating and editing pages
desc Generates PROV-O grounded changelog for wiki
url http://loki.ia.agh.edu.pl/
RDFLoki is plugin for DokuWiki which cooperates with Loki (http://loki.ia.agh.edu.pl/). It generates navigable graph which uses RDF/XML.
Simply unpack sources to $DOKU_HOME/lib/plugins and plugin will start working.
problems and issues we overcame:
data transmission PHP -> JS
autoloading script.js, not loading other scripts
including JS scripts does not always work due to cache problems /* DOKUWIKI:include_once scripts/test.js */
documentation should mention that while adding multiple JS files every file should be in separate commented line: /* DOKUWIKI:include_once scripts/test1.js / / DOKUWIKI:include_once scripts/test2.js / not / DOKUWIKI:include_once scripts/test1.js DOKUWIKI:include_once scripts/test2.js */
invalidating cache - the most painfull problem - still persists and is the most significant slowdown factor
configuration on PHP side (including i18n)
correct graph z-index order
adjust nodes size to label length
static graph generation (d3 framework creates dynamic)
zoom and pan in graph
graph styling
graph animations (enlarge nodes onhover and highlight edges)
code cleanups
Configuration on php side:
should hide "export to RDF" button if exists?
"export to RDF" selector
container css class or id where to add graph
default visibility: show/hide
Future works:
add dependency on Loki
implement configuration on JS side (already implemented in PHP) - 1. show/hide button, 2. hide 'export to RDF' button
correct SVG width to be 100% (problem with internal container)
determine on which pages graph should be displayed (config?/extra tag?)
z-index in graph
incorporate our plugin with Loki
rdfxml calls loki rdfxml generation when file is not present (optional - see below)
Future works on RDF XML generator(loki):
generate XML on save, not on click (remove all buttons and redirect page)
use configured URLs
Known issues:
chrome has problems with title on edges and onhoover in SVG
valid URLs generation can cause problems - it's wiki configuration issue
cache problems with wiki
rdfloki Plugin for DokuWiki
Knowledge visualisation plugin for Loki semantic wiki
All documentation for this plugin can be found at
http://loki.ia.agh.edu.pl/
If you install this plugin manually, make sure it is installed in
lib/plugins/rdfloki/ - if the folder is called different it
will not work!
Please refer to http://www.dokuwiki.org/plugins for additional info
on how to install plugins in DokuWiki.
----
Copyright (C) GEIST Research Group <geist@agh.edu.pl>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
See the COPYING file in your DokuWiki folder for details
......@@ -3,7 +3,7 @@
* DokuWiki Plugin rdfloki (Action Component)
*
* @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
* @author Krzysztof Mirek <krzysztof.mirek@gmail.com>
* @author GEIST Research Group <geist@agh.edu.pl>
*/
// must be run within Dokuwiki
......
base rdfloki
author GEIST Research Group
email geist@agh.edu.pl
date 2017-09-19
name rdfloki
desc Knowledge visualisation plugin for Loki semantic wiki
url http://loki.ia.agh.edu.pl/
......@@ -3,7 +3,7 @@ revisionsrater Plugin for DokuWiki
Plugin that allows creating list with all page revisions plus rater
All documentation for this plugin can be found at
http://www.wp.pl
http://loki.ia.agh.edu.pl/
If you install this plugin manually, make sure it is installed in
lib/plugins/revisionsrater/ - if the folder is called different it
......@@ -13,7 +13,7 @@ Please refer to http://www.dokuwiki.org/plugins for additional info
on how to install plugins in DokuWiki.
----
Copyright (C) Przemysław Kwiatkowski <kwiatkowski.przemysl@gmail.com>
Copyright (C) GEIST Research Group <geist@agh.edu.pl>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......
base revisionsrater
author Przemysław Kwiatkowski
email kwiatkowski.przemysl@gmail.com
date 2017-02-25
name revisionsrater plugin
author GEIST Research Group
email geist@agh.edu.pl
date 2017-09-19
name RevisionsRater
desc Plugin that allows creating list of all revisions with additional rater
url http://www.wp.pl
url http://loki.ia.agh.edu.pl/
......@@ -5,7 +5,7 @@
* https://www.dokuwiki.org/plugin:rater
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Przemyslaw Kwiatkowski
* @author GEIST Research Group <geist@agh.edu.pl>
*/
// must be run within DokuWiki
......
xttviewer Plugin for DokuWiki
Visualisation of xtt2 tables.
Visualisation of XTT2 tables.
All documentation for this plugin can be found at
http://student.agh.edu.pl/~aanti/
http://loki.ia.agh.edu.pl/
If you install this plugin manually, make sure it is installed in
lib/plugins/xttviewer/ - if the folder is called different it
......@@ -13,7 +13,7 @@ Please refer to http://www.dokuwiki.org/plugins for additional info
on how to install plugins in DokuWiki.
----
Copyright (C) Magda <aantii@o2.pl>
Copyright (C) GEIST Research Group <geist@agh.edu.pl>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......
base xttviewer
author M. Chmielewska, T. Szczęśniak
email aantii@o2.pl
date 2014-05-18
name xttviewer plugin
desc Visualisation of xtt2 tables.
url http://student.agh.edu.pl/~aanti/
author GEIST Research Group
email geist@agh.edu.pl
date 2017-09-19
name XTTviewer
desc Visualisation of XTT2 tables.
url http://loki.ia.agh.edu.pl
......@@ -3,7 +3,7 @@
* DokuWiki Plugin xttviewer (Syntax Component)
*
* @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
* @author Magda <aantii@o2.pl>
* @author GEIST Research Group <geist@agh.edu.pl>
*/
// must be run within Dokuwiki
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment