Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pro
loki
Commits
6bb98ccd
Commit
6bb98ccd
authored
8 years ago
by
Krzysztof Kutt
Browse files
Options
Download
Email Patches
Plain Diff
fix dla DokuWiki od 2015 w gore (przeniesiony plugin geshi)
parent
1e8f97e2
master
3-standalone-swi-prolog
adaptive_ui
provviz
sparqlupdate
wikigame
xttviewer-2022-03-23
xttviewer-2017-09-19
revisionsrater-2017-09-19
rdfloki-2018-09-16
rdfloki-2017-09-19
rdfeditor-2017-09-19
prov-2017-09-19
lokiontology-2023-03-15
lokiontology-2022-03-23
loki-2023-03-15
loki-2022-03-23
loki-2017-09-19
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
loki/plugin.info.txt
+1
-1
loki/plugin.info.txt
loki/syntax.php
+1
-1
loki/syntax.php
with
2 additions
and
2 deletions
+2
-2
loki/plugin.info.txt
View file @
6bb98ccd
base loki
author GEIST Research Group
email geist@agh.edu.pl
date 201
5
-1
2-01
date 201
6
-1
0-26
name Loki
desc Semantic plugin for DokuWiki
url http://loki.ia.agh.edu.pl/
This diff is collapsed.
Click to expand it.
loki/syntax.php
View file @
6bb98ccd
...
...
@@ -9,7 +9,7 @@
if
(
!
defined
(
'DOKU_INC'
))
define
(
'DOKU_INC'
,
realpath
(
dirname
(
__FILE__
)
.
'/../../'
)
.
'/'
);
require_once
(
DOKU_INC
.
'inc/init.php'
);
require_once
(
DOKU_INC
.
'
inc
/geshi.php'
);
require_once
(
DOKU_INC
.
'
vendor/easybook/geshi
/geshi.php'
);
if
(
!
defined
(
'DOKU_PLUGIN'
))
define
(
'DOKU_PLUGIN'
,
DOKU_INC
.
'lib/plugins/'
);
require_once
(
DOKU_PLUGIN
.
'syntax.php'
);
include_once
DOKU_INC
.
'lib/plugins/loki/utl/loki_utl.php'
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help