xref: /plugin/jstweak/README (revision 758a829520f98d6c9b6486cd3fa0aa9d3e139135)
1*758a8295Sv-r-bjstweak plugin for DokuWiki
2*758a8295Sv-r-b
3*758a8295Sv-r-bAllows to replace any plugin's script.js file with a local one.
4*758a8295Sv-r-bThe local files must be named script.js and they must be placed
5*758a8295Sv-r-bin a subdirectory plugins.script.local.js.d/<pluginName>/ of the
6*758a8295Sv-r-bconf directory. The local files are used instead of the original
7*758a8295Sv-r-bones shipped with the plugin.
8*758a8295Sv-r-b
9*758a8295Sv-r-bAll documentation for this plugin can be found at
10*758a8295Sv-r-bhttps://www.dokuwiki.org/plugin:jstweak
11*758a8295Sv-r-b
12*758a8295Sv-r-bIf you install this plugin manually, make sure it is installed in
13*758a8295Sv-r-blib/plugins/jstweak/ - if the folder is called different it
14*758a8295Sv-r-bwill not work!
15*758a8295Sv-r-b
16*758a8295Sv-r-bPlease refer to https://www.dokuwiki.org/extensions for additional info
17*758a8295Sv-r-bon how to install extensions in DokuWiki.
18*758a8295Sv-r-b
19*758a8295Sv-r-b----
20*758a8295Sv-r-bCopyright (C) Volker Bürckel <volker@vrbdev.eu>
21*758a8295Sv-r-b
22*758a8295Sv-r-bThis program is free software; you can redistribute it and/or modify
23*758a8295Sv-r-bit under the terms of the GNU General Public License as published by
24*758a8295Sv-r-bthe Free Software Foundation; version 2 of the License
25*758a8295Sv-r-b
26*758a8295Sv-r-bThis program is distributed in the hope that it will be useful,
27*758a8295Sv-r-bbut WITHOUT ANY WARRANTY; without even the implied warranty of
28*758a8295Sv-r-bMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29*758a8295Sv-r-bGNU General Public License for more details.
30*758a8295Sv-r-b
31*758a8295Sv-r-bSee the LICENSING file for details
32