www/public_html/lib/plugins/codelink
Carsten Haitzler 946ef22d57 fix a bunch of php 7 warnings that fill our php error logs
"PHP Warning:  Declaration of
action_plugin_anewssystem::register(Doku_Event_Handler &$controller)
should be compatible with
DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in
/srv/web/enlightenment.org/public_html/lib/plugins/anewssystem/action.php
on line 0"

these ones...
2018-03-11 20:47:13 +09:00
..
README WIKI CUSTOM - add codelink plugin to auto-link pages with keywords 2015-04-24 18:07:07 +09:00
plugin.info.txt WIKI CUSTOM - add codelink plugin to auto-link pages with keywords 2015-04-24 18:07:07 +09:00
syntax.php fix a bunch of php 7 warnings that fill our php error logs 2018-03-11 20:47:13 +09:00

README

codelink Plugin for DokuWiki

Link code keywords from regular wiki markdown not just code blocks

All documentation for this plugin can be found at
http://www.enlightenment.org

If you install this plugin manually, make sure it is installed in
lib/plugins/codelink/ - 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) Carsten Haitzler <raster@rasterman.com>

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