• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Apr-2024-

lang/H03-May-2018-64

pix/H03-May-2018-

LICENSEH A D27-Feb-201817.7 KiB340281

READMEH A D27-Feb-20181.5 KiB3623

action.phpH A D27-Feb-2018970 3618

plugin.info.txtH A D27-Feb-2018276 76

README

1codebash Plugin for DokuWiki
2
3Adds Toolbar button to add code tag for bash.  This is a copy of the CodeButton extension by Heiko Barth, just slightly modified.
4
5See Heiko Barth's original project - https://www.dokuwiki.org/plugin:codebutton
6
7All documentation for this plugin can be found at
8https://github.com/ScrewLooseDan/codebash
9
10Install using the Extension Manager.  Admin button -> Extension Manager -> Search and Install tab -> Search "codebash" -> Select "install"
11
12You should then see a new bash icon in your editor toolbar when editing wiki pages.  Selecting this button will add the <code bash> and </code> tags.
13
14If you install this plugin manually, make sure it is installed in
15lib/plugins/codebash/ - if the folder is called different it
16will not work!
17
18Please refer to http://www.dokuwiki.org/plugins for additional info
19on how to install plugins in DokuWiki.
20
21----
22The toolbar bash icon is from https://icons8.com/, under a Creative Commons Attribution-NoDerivs 3.0 Unported license.
23
24Copyright (C) Dan Cunningham
25
26This program is free software; you can redistribute it and/or modify
27it under the terms of the GNU General Public License as published by
28the Free Software Foundation; version 2 of the License
29
30This program is distributed in the hope that it will be useful,
31but WITHOUT ANY WARRANTY; without even the implied warranty of
32MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33GNU General Public License for more details.
34
35See the COPYING file in your DokuWiki folder for details
36