From bf596cbb426bd672a46484bca3bd07cfa6662919 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 1 Dec 2024 21:17:14 +0100 Subject: Adding upstream version 20241201. Signed-off-by: Daniel Baumann --- CHANGELOG.txt | 18 + LICENSE.txt | 674 +++++++++++++++++ Makefile | 113 +++ VERSION.txt | 1 + plugins/55/addnewpage.mk | 56 ++ plugins/55/addnewpage/.gitattributes | 2 + plugins/55/addnewpage/.mailmap | 3 + plugins/55/addnewpage/README.md | 48 ++ plugins/55/addnewpage/conf/default.php | 7 + plugins/55/addnewpage/conf/metadata.php | 6 + plugins/55/addnewpage/lang/ar/lang.php | 10 + plugins/55/addnewpage/lang/ar/settings.php | 11 + plugins/55/addnewpage/lang/bg/lang.php | 10 + plugins/55/addnewpage/lang/bg/settings.php | 11 + plugins/55/addnewpage/lang/ca/lang.php | 8 + plugins/55/addnewpage/lang/ca/settings.php | 10 + plugins/55/addnewpage/lang/ckb/lang.php | 10 + plugins/55/addnewpage/lang/ckb/settings.php | 11 + plugins/55/addnewpage/lang/cs/lang.php | 10 + plugins/55/addnewpage/lang/cs/settings.php | 11 + plugins/55/addnewpage/lang/da/lang.php | 10 + plugins/55/addnewpage/lang/da/settings.php | 11 + plugins/55/addnewpage/lang/de-informal/lang.php | 12 + .../55/addnewpage/lang/de-informal/settings.php | 14 + plugins/55/addnewpage/lang/de/lang.php | 11 + plugins/55/addnewpage/lang/de/settings.php | 13 + plugins/55/addnewpage/lang/en/lang.php | 9 + plugins/55/addnewpage/lang/en/settings.php | 11 + plugins/55/addnewpage/lang/eo/lang.php | 10 + plugins/55/addnewpage/lang/eo/settings.php | 11 + plugins/55/addnewpage/lang/es/lang.php | 8 + plugins/55/addnewpage/lang/es/settings.php | 10 + plugins/55/addnewpage/lang/fa/lang.php | 10 + plugins/55/addnewpage/lang/fa/settings.php | 12 + plugins/55/addnewpage/lang/fr/lang.php | 9 + plugins/55/addnewpage/lang/fr/settings.php | 11 + plugins/55/addnewpage/lang/hu/lang.php | 10 + plugins/55/addnewpage/lang/hu/settings.php | 11 + plugins/55/addnewpage/lang/it/lang.php | 11 + plugins/55/addnewpage/lang/it/settings.php | 8 + plugins/55/addnewpage/lang/ja/lang.php | 8 + plugins/55/addnewpage/lang/ja/settings.php | 10 + plugins/55/addnewpage/lang/ko/lang.php | 10 + plugins/55/addnewpage/lang/ko/settings.php | 11 + plugins/55/addnewpage/lang/nl/lang.php | 10 + plugins/55/addnewpage/lang/nl/settings.php | 11 + plugins/55/addnewpage/lang/no/lang.php | 10 + plugins/55/addnewpage/lang/no/settings.php | 11 + plugins/55/addnewpage/lang/pl/lang.php | 8 + plugins/55/addnewpage/lang/pl/settings.php | 10 + plugins/55/addnewpage/lang/pt-br/lang.php | 10 + plugins/55/addnewpage/lang/pt-br/settings.php | 12 + plugins/55/addnewpage/lang/pt/lang.php | 10 + plugins/55/addnewpage/lang/pt/settings.php | 11 + plugins/55/addnewpage/lang/ru/lang.php | 11 + plugins/55/addnewpage/lang/ru/settings.php | 12 + plugins/55/addnewpage/lang/sv/lang.php | 9 + plugins/55/addnewpage/lang/sv/settings.php | 10 + plugins/55/addnewpage/lang/uk/lang.php | 12 + plugins/55/addnewpage/lang/uk/settings.php | 13 + plugins/55/addnewpage/lang/vi/lang.php | 11 + plugins/55/addnewpage/lang/vi/settings.php | 14 + plugins/55/addnewpage/lang/zh-tw/lang.php | 8 + plugins/55/addnewpage/lang/zh-tw/settings.php | 10 + plugins/55/addnewpage/lang/zh/lang.php | 13 + plugins/55/addnewpage/lang/zh/settings.php | 13 + plugins/55/addnewpage/plugin.info.txt | 8 + plugins/55/addnewpage/script.js | 35 + plugins/55/addnewpage/style.less | 5 + plugins/55/addnewpage/syntax.php | 423 +++++++++++ plugins/55/color.mk | 54 ++ plugins/55/color/README.md | 18 + plugins/55/color/images/picker_blue_gray.png | Bin 0 -> 139 bytes plugins/55/color/images/picker_gold.png | Bin 0 -> 139 bytes plugins/55/color/images/picker_green.png | Bin 0 -> 139 bytes plugins/55/color/images/picker_lavender.png | Bin 0 -> 139 bytes plugins/55/color/images/picker_light_gray.png | Bin 0 -> 139 bytes plugins/55/color/images/picker_light_turquoise.png | Bin 0 -> 139 bytes plugins/55/color/images/picker_light_yellow.png | Bin 0 -> 134 bytes plugins/55/color/images/picker_lime.png | Bin 0 -> 139 bytes plugins/55/color/images/picker_orange.png | Bin 0 -> 139 bytes plugins/55/color/images/picker_red.png | Bin 0 -> 139 bytes plugins/55/color/images/picker_rose.png | Bin 0 -> 139 bytes plugins/55/color/images/picker_turquoise.png | Bin 0 -> 139 bytes plugins/55/color/images/picker_yellow.png | Bin 0 -> 155 bytes plugins/55/color/images/toolbar_icon.png | Bin 0 -> 385 bytes plugins/55/color/plugin.info.txt | 7 + plugins/55/color/script.js | 91 +++ plugins/55/color/syntax.php | 115 +++ plugins/55/mathjax.mk | 54 ++ plugins/55/mathjax/README | 28 + plugins/55/mathjax/action/enable.php | 68 ++ plugins/55/mathjax/conf/default.php | 19 + plugins/55/mathjax/conf/metadata.php | 13 + plugins/55/mathjax/lang/en/settings.php | 8 + plugins/55/mathjax/lang/zh/settings.php | 6 + plugins/55/mathjax/plugin.info.txt | 7 + plugins/55/mathjax/syntax/protecttex.php | 161 ++++ plugins/55/wrap.mk | 57 ++ plugins/55/wrap/.github/workflows/phpTestLinux.yml | 52 ++ plugins/55/wrap/COPYING | 340 +++++++++ plugins/55/wrap/README | 1 + plugins/55/wrap/_test/GeneralTest.php | 86 +++ plugins/55/wrap/_test/SyntaxTest.php | 246 +++++++ plugins/55/wrap/action.php | 146 ++++ plugins/55/wrap/all.less | 352 +++++++++ plugins/55/wrap/conf/default.php | 13 + plugins/55/wrap/conf/lang2dir.conf | 249 +++++++ plugins/55/wrap/conf/metadata.php | 13 + plugins/55/wrap/example.txt | 455 ++++++++++++ plugins/55/wrap/helper.php | 808 +++++++++++++++++++++ plugins/55/wrap/images/README | 18 + plugins/55/wrap/images/note/16/alert.png | Bin 0 -> 883 bytes plugins/55/wrap/images/note/16/download.png | Bin 0 -> 683 bytes plugins/55/wrap/images/note/16/help.png | Bin 0 -> 929 bytes plugins/55/wrap/images/note/16/important.png | Bin 0 -> 574 bytes plugins/55/wrap/images/note/16/info.png | Bin 0 -> 796 bytes plugins/55/wrap/images/note/16/tip.png | Bin 0 -> 841 bytes plugins/55/wrap/images/note/16/todo.png | Bin 0 -> 692 bytes plugins/55/wrap/images/note/48/alert.png | Bin 0 -> 3654 bytes plugins/55/wrap/images/note/48/download.png | Bin 0 -> 2801 bytes plugins/55/wrap/images/note/48/help.png | Bin 0 -> 3283 bytes plugins/55/wrap/images/note/48/important.png | Bin 0 -> 3029 bytes plugins/55/wrap/images/note/48/info.png | Bin 0 -> 3315 bytes plugins/55/wrap/images/note/48/tip.png | Bin 0 -> 4232 bytes plugins/55/wrap/images/note/48/todo.png | Bin 0 -> 3176 bytes plugins/55/wrap/images/toolbar/box.png | Bin 0 -> 353 bytes plugins/55/wrap/images/toolbar/clear.png | Bin 0 -> 797 bytes plugins/55/wrap/images/toolbar/column.png | Bin 0 -> 246 bytes plugins/55/wrap/images/toolbar/em.png | Bin 0 -> 235 bytes plugins/55/wrap/images/toolbar/hi.png | Bin 0 -> 259 bytes plugins/55/wrap/images/toolbar/lo.png | Bin 0 -> 211 bytes plugins/55/wrap/images/toolbar/picker.png | Bin 0 -> 870 bytes plugins/55/wrap/lang/ar/lang.php | 16 + plugins/55/wrap/lang/ar/settings.php | 11 + plugins/55/wrap/lang/bg/lang.php | 21 + plugins/55/wrap/lang/bg/settings.php | 16 + plugins/55/wrap/lang/bn/lang.php | 21 + plugins/55/wrap/lang/bn/settings.php | 14 + plugins/55/wrap/lang/ckb/lang.php | 21 + plugins/55/wrap/lang/ckb/settings.php | 16 + plugins/55/wrap/lang/cs/lang.php | 22 + plugins/55/wrap/lang/cs/settings.php | 17 + plugins/55/wrap/lang/cy/lang.php | 22 + plugins/55/wrap/lang/cy/settings.php | 15 + plugins/55/wrap/lang/da/lang.php | 21 + plugins/55/wrap/lang/da/settings.php | 17 + plugins/55/wrap/lang/de-informal/lang.php | 19 + plugins/55/wrap/lang/de-informal/settings.php | 15 + plugins/55/wrap/lang/de/lang.php | 19 + plugins/55/wrap/lang/de/settings.php | 15 + plugins/55/wrap/lang/el/lang.php | 21 + plugins/55/wrap/lang/el/settings.php | 16 + plugins/55/wrap/lang/en/lang.php | 19 + plugins/55/wrap/lang/en/settings.php | 15 + plugins/55/wrap/lang/eo/lang.php | 21 + plugins/55/wrap/lang/eo/settings.php | 14 + plugins/55/wrap/lang/es/lang.php | 21 + plugins/55/wrap/lang/es/settings.php | 18 + plugins/55/wrap/lang/fa/lang.php | 22 + plugins/55/wrap/lang/fa/settings.php | 17 + plugins/55/wrap/lang/fr/lang.php | 22 + plugins/55/wrap/lang/fr/settings.php | 18 + plugins/55/wrap/lang/hr/lang.php | 21 + plugins/55/wrap/lang/hr/settings.php | 16 + plugins/55/wrap/lang/hu/lang.php | 21 + plugins/55/wrap/lang/hu/settings.php | 16 + plugins/55/wrap/lang/it/lang.php | 23 + plugins/55/wrap/lang/it/settings.php | 16 + plugins/55/wrap/lang/ja/lang.php | 21 + plugins/55/wrap/lang/ja/settings.php | 18 + plugins/55/wrap/lang/ko/lang.php | 21 + plugins/55/wrap/lang/ko/settings.php | 17 + plugins/55/wrap/lang/nl/lang.php | 21 + plugins/55/wrap/lang/nl/settings.php | 17 + plugins/55/wrap/lang/no/lang.php | 24 + plugins/55/wrap/lang/no/settings.php | 15 + plugins/55/wrap/lang/pl/lang.php | 19 + plugins/55/wrap/lang/pl/settings.php | 8 + plugins/55/wrap/lang/pt-br/lang.php | 22 + plugins/55/wrap/lang/pt-br/settings.php | 21 + plugins/55/wrap/lang/ru/lang.php | 22 + plugins/55/wrap/lang/ru/settings.php | 18 + plugins/55/wrap/lang/sk/lang.php | 12 + plugins/55/wrap/lang/sk/settings.php | 12 + plugins/55/wrap/lang/sr/lang.php | 21 + plugins/55/wrap/lang/sr/settings.php | 15 + plugins/55/wrap/lang/sv/lang.php | 17 + plugins/55/wrap/lang/sv/settings.php | 10 + plugins/55/wrap/lang/tr/lang.php | 22 + plugins/55/wrap/lang/tr/settings.php | 15 + plugins/55/wrap/lang/uk/lang.php | 20 + plugins/55/wrap/lang/uk/settings.php | 10 + plugins/55/wrap/lang/vi/lang.php | 22 + plugins/55/wrap/lang/vi/settings.php | 16 + plugins/55/wrap/lang/zh-tw/lang.php | 19 + plugins/55/wrap/lang/zh-tw/settings.php | 11 + plugins/55/wrap/lang/zh/lang.php | 20 + plugins/55/wrap/lang/zh/settings.php | 18 + plugins/55/wrap/pdf.less | 20 + plugins/55/wrap/plugin.info.txt | 8 + plugins/55/wrap/print.less | 45 ++ plugins/55/wrap/print_or_pdf.less | 31 + plugins/55/wrap/style.less | 215 ++++++ plugins/55/wrap/syntax/closesection.php | 35 + plugins/55/wrap/syntax/div.php | 134 ++++ plugins/55/wrap/syntax/divblock.php | 19 + plugins/55/wrap/syntax/divwrap.php | 18 + plugins/55/wrap/syntax/span.php | 100 +++ plugins/55/wrap/syntax/spaninline.php | 18 + plugins/55/wrap/syntax/spanwrap.php | 19 + plugins/current | 1 + share/doc/TODO.txt | 25 + share/man/Makefile | 59 ++ share/man/dokuwiki-plugins-extra.7.rst | 69 ++ share/man/man.in | 19 + 216 files changed, 7490 insertions(+) create mode 100644 CHANGELOG.txt create mode 100644 LICENSE.txt create mode 100644 Makefile create mode 100644 VERSION.txt create mode 100644 plugins/55/addnewpage.mk create mode 100644 plugins/55/addnewpage/.gitattributes create mode 100644 plugins/55/addnewpage/.mailmap create mode 100644 plugins/55/addnewpage/README.md create mode 100644 plugins/55/addnewpage/conf/default.php create mode 100644 plugins/55/addnewpage/conf/metadata.php create mode 100755 plugins/55/addnewpage/lang/ar/lang.php create mode 100755 plugins/55/addnewpage/lang/ar/settings.php create mode 100644 plugins/55/addnewpage/lang/bg/lang.php create mode 100644 plugins/55/addnewpage/lang/bg/settings.php create mode 100644 plugins/55/addnewpage/lang/ca/lang.php create mode 100644 plugins/55/addnewpage/lang/ca/settings.php create mode 100644 plugins/55/addnewpage/lang/ckb/lang.php create mode 100644 plugins/55/addnewpage/lang/ckb/settings.php create mode 100644 plugins/55/addnewpage/lang/cs/lang.php create mode 100644 plugins/55/addnewpage/lang/cs/settings.php create mode 100644 plugins/55/addnewpage/lang/da/lang.php create mode 100644 plugins/55/addnewpage/lang/da/settings.php create mode 100644 plugins/55/addnewpage/lang/de-informal/lang.php create mode 100644 plugins/55/addnewpage/lang/de-informal/settings.php create mode 100644 plugins/55/addnewpage/lang/de/lang.php create mode 100644 plugins/55/addnewpage/lang/de/settings.php create mode 100644 plugins/55/addnewpage/lang/en/lang.php create mode 100644 plugins/55/addnewpage/lang/en/settings.php create mode 100644 plugins/55/addnewpage/lang/eo/lang.php create mode 100644 plugins/55/addnewpage/lang/eo/settings.php create mode 100644 plugins/55/addnewpage/lang/es/lang.php create mode 100644 plugins/55/addnewpage/lang/es/settings.php create mode 100644 plugins/55/addnewpage/lang/fa/lang.php create mode 100644 plugins/55/addnewpage/lang/fa/settings.php create mode 100644 plugins/55/addnewpage/lang/fr/lang.php create mode 100644 plugins/55/addnewpage/lang/fr/settings.php create mode 100644 plugins/55/addnewpage/lang/hu/lang.php create mode 100644 plugins/55/addnewpage/lang/hu/settings.php create mode 100644 plugins/55/addnewpage/lang/it/lang.php create mode 100644 plugins/55/addnewpage/lang/it/settings.php create mode 100755 plugins/55/addnewpage/lang/ja/lang.php create mode 100755 plugins/55/addnewpage/lang/ja/settings.php create mode 100755 plugins/55/addnewpage/lang/ko/lang.php create mode 100755 plugins/55/addnewpage/lang/ko/settings.php create mode 100644 plugins/55/addnewpage/lang/nl/lang.php create mode 100644 plugins/55/addnewpage/lang/nl/settings.php create mode 100644 plugins/55/addnewpage/lang/no/lang.php create mode 100644 plugins/55/addnewpage/lang/no/settings.php create mode 100644 plugins/55/addnewpage/lang/pl/lang.php create mode 100644 plugins/55/addnewpage/lang/pl/settings.php create mode 100644 plugins/55/addnewpage/lang/pt-br/lang.php create mode 100644 plugins/55/addnewpage/lang/pt-br/settings.php create mode 100644 plugins/55/addnewpage/lang/pt/lang.php create mode 100644 plugins/55/addnewpage/lang/pt/settings.php create mode 100644 plugins/55/addnewpage/lang/ru/lang.php create mode 100644 plugins/55/addnewpage/lang/ru/settings.php create mode 100755 plugins/55/addnewpage/lang/sv/lang.php create mode 100755 plugins/55/addnewpage/lang/sv/settings.php create mode 100755 plugins/55/addnewpage/lang/uk/lang.php create mode 100755 plugins/55/addnewpage/lang/uk/settings.php create mode 100755 plugins/55/addnewpage/lang/vi/lang.php create mode 100755 plugins/55/addnewpage/lang/vi/settings.php create mode 100644 plugins/55/addnewpage/lang/zh-tw/lang.php create mode 100644 plugins/55/addnewpage/lang/zh-tw/settings.php create mode 100755 plugins/55/addnewpage/lang/zh/lang.php create mode 100755 plugins/55/addnewpage/lang/zh/settings.php create mode 100755 plugins/55/addnewpage/plugin.info.txt create mode 100755 plugins/55/addnewpage/script.js create mode 100644 plugins/55/addnewpage/style.less create mode 100644 plugins/55/addnewpage/syntax.php create mode 100644 plugins/55/color.mk create mode 100644 plugins/55/color/README.md create mode 100644 plugins/55/color/images/picker_blue_gray.png create mode 100644 plugins/55/color/images/picker_gold.png create mode 100644 plugins/55/color/images/picker_green.png create mode 100644 plugins/55/color/images/picker_lavender.png create mode 100644 plugins/55/color/images/picker_light_gray.png create mode 100644 plugins/55/color/images/picker_light_turquoise.png create mode 100644 plugins/55/color/images/picker_light_yellow.png create mode 100644 plugins/55/color/images/picker_lime.png create mode 100644 plugins/55/color/images/picker_orange.png create mode 100644 plugins/55/color/images/picker_red.png create mode 100644 plugins/55/color/images/picker_rose.png create mode 100644 plugins/55/color/images/picker_turquoise.png create mode 100644 plugins/55/color/images/picker_yellow.png create mode 100644 plugins/55/color/images/toolbar_icon.png create mode 100644 plugins/55/color/plugin.info.txt create mode 100644 plugins/55/color/script.js create mode 100644 plugins/55/color/syntax.php create mode 100644 plugins/55/mathjax.mk create mode 100644 plugins/55/mathjax/README create mode 100644 plugins/55/mathjax/action/enable.php create mode 100644 plugins/55/mathjax/conf/default.php create mode 100644 plugins/55/mathjax/conf/metadata.php create mode 100644 plugins/55/mathjax/lang/en/settings.php create mode 100644 plugins/55/mathjax/lang/zh/settings.php create mode 100644 plugins/55/mathjax/plugin.info.txt create mode 100644 plugins/55/mathjax/syntax/protecttex.php create mode 100644 plugins/55/wrap.mk create mode 100644 plugins/55/wrap/.github/workflows/phpTestLinux.yml create mode 100644 plugins/55/wrap/COPYING create mode 100644 plugins/55/wrap/README create mode 100644 plugins/55/wrap/_test/GeneralTest.php create mode 100644 plugins/55/wrap/_test/SyntaxTest.php create mode 100644 plugins/55/wrap/action.php create mode 100644 plugins/55/wrap/all.less create mode 100644 plugins/55/wrap/conf/default.php create mode 100644 plugins/55/wrap/conf/lang2dir.conf create mode 100644 plugins/55/wrap/conf/metadata.php create mode 100644 plugins/55/wrap/example.txt create mode 100644 plugins/55/wrap/helper.php create mode 100644 plugins/55/wrap/images/README create mode 100644 plugins/55/wrap/images/note/16/alert.png create mode 100644 plugins/55/wrap/images/note/16/download.png create mode 100644 plugins/55/wrap/images/note/16/help.png create mode 100644 plugins/55/wrap/images/note/16/important.png create mode 100644 plugins/55/wrap/images/note/16/info.png create mode 100644 plugins/55/wrap/images/note/16/tip.png create mode 100644 plugins/55/wrap/images/note/16/todo.png create mode 100644 plugins/55/wrap/images/note/48/alert.png create mode 100644 plugins/55/wrap/images/note/48/download.png create mode 100644 plugins/55/wrap/images/note/48/help.png create mode 100644 plugins/55/wrap/images/note/48/important.png create mode 100644 plugins/55/wrap/images/note/48/info.png create mode 100644 plugins/55/wrap/images/note/48/tip.png create mode 100644 plugins/55/wrap/images/note/48/todo.png create mode 100644 plugins/55/wrap/images/toolbar/box.png create mode 100644 plugins/55/wrap/images/toolbar/clear.png create mode 100644 plugins/55/wrap/images/toolbar/column.png create mode 100644 plugins/55/wrap/images/toolbar/em.png create mode 100644 plugins/55/wrap/images/toolbar/hi.png create mode 100644 plugins/55/wrap/images/toolbar/lo.png create mode 100644 plugins/55/wrap/images/toolbar/picker.png create mode 100644 plugins/55/wrap/lang/ar/lang.php create mode 100644 plugins/55/wrap/lang/ar/settings.php create mode 100644 plugins/55/wrap/lang/bg/lang.php create mode 100644 plugins/55/wrap/lang/bg/settings.php create mode 100644 plugins/55/wrap/lang/bn/lang.php create mode 100644 plugins/55/wrap/lang/bn/settings.php create mode 100644 plugins/55/wrap/lang/ckb/lang.php create mode 100644 plugins/55/wrap/lang/ckb/settings.php create mode 100644 plugins/55/wrap/lang/cs/lang.php create mode 100644 plugins/55/wrap/lang/cs/settings.php create mode 100644 plugins/55/wrap/lang/cy/lang.php create mode 100644 plugins/55/wrap/lang/cy/settings.php create mode 100644 plugins/55/wrap/lang/da/lang.php create mode 100644 plugins/55/wrap/lang/da/settings.php create mode 100644 plugins/55/wrap/lang/de-informal/lang.php create mode 100644 plugins/55/wrap/lang/de-informal/settings.php create mode 100644 plugins/55/wrap/lang/de/lang.php create mode 100644 plugins/55/wrap/lang/de/settings.php create mode 100644 plugins/55/wrap/lang/el/lang.php create mode 100644 plugins/55/wrap/lang/el/settings.php create mode 100644 plugins/55/wrap/lang/en/lang.php create mode 100644 plugins/55/wrap/lang/en/settings.php create mode 100644 plugins/55/wrap/lang/eo/lang.php create mode 100644 plugins/55/wrap/lang/eo/settings.php create mode 100644 plugins/55/wrap/lang/es/lang.php create mode 100644 plugins/55/wrap/lang/es/settings.php create mode 100644 plugins/55/wrap/lang/fa/lang.php create mode 100644 plugins/55/wrap/lang/fa/settings.php create mode 100644 plugins/55/wrap/lang/fr/lang.php create mode 100644 plugins/55/wrap/lang/fr/settings.php create mode 100644 plugins/55/wrap/lang/hr/lang.php create mode 100644 plugins/55/wrap/lang/hr/settings.php create mode 100644 plugins/55/wrap/lang/hu/lang.php create mode 100644 plugins/55/wrap/lang/hu/settings.php create mode 100644 plugins/55/wrap/lang/it/lang.php create mode 100644 plugins/55/wrap/lang/it/settings.php create mode 100644 plugins/55/wrap/lang/ja/lang.php create mode 100644 plugins/55/wrap/lang/ja/settings.php create mode 100644 plugins/55/wrap/lang/ko/lang.php create mode 100644 plugins/55/wrap/lang/ko/settings.php create mode 100644 plugins/55/wrap/lang/nl/lang.php create mode 100644 plugins/55/wrap/lang/nl/settings.php create mode 100644 plugins/55/wrap/lang/no/lang.php create mode 100644 plugins/55/wrap/lang/no/settings.php create mode 100644 plugins/55/wrap/lang/pl/lang.php create mode 100644 plugins/55/wrap/lang/pl/settings.php create mode 100644 plugins/55/wrap/lang/pt-br/lang.php create mode 100644 plugins/55/wrap/lang/pt-br/settings.php create mode 100644 plugins/55/wrap/lang/ru/lang.php create mode 100644 plugins/55/wrap/lang/ru/settings.php create mode 100644 plugins/55/wrap/lang/sk/lang.php create mode 100644 plugins/55/wrap/lang/sk/settings.php create mode 100644 plugins/55/wrap/lang/sr/lang.php create mode 100644 plugins/55/wrap/lang/sr/settings.php create mode 100644 plugins/55/wrap/lang/sv/lang.php create mode 100644 plugins/55/wrap/lang/sv/settings.php create mode 100644 plugins/55/wrap/lang/tr/lang.php create mode 100644 plugins/55/wrap/lang/tr/settings.php create mode 100644 plugins/55/wrap/lang/uk/lang.php create mode 100644 plugins/55/wrap/lang/uk/settings.php create mode 100644 plugins/55/wrap/lang/vi/lang.php create mode 100644 plugins/55/wrap/lang/vi/settings.php create mode 100644 plugins/55/wrap/lang/zh-tw/lang.php create mode 100644 plugins/55/wrap/lang/zh-tw/settings.php create mode 100644 plugins/55/wrap/lang/zh/lang.php create mode 100644 plugins/55/wrap/lang/zh/settings.php create mode 100644 plugins/55/wrap/pdf.less create mode 100644 plugins/55/wrap/plugin.info.txt create mode 100644 plugins/55/wrap/print.less create mode 100644 plugins/55/wrap/print_or_pdf.less create mode 100644 plugins/55/wrap/style.less create mode 100644 plugins/55/wrap/syntax/closesection.php create mode 100644 plugins/55/wrap/syntax/div.php create mode 100644 plugins/55/wrap/syntax/divblock.php create mode 100644 plugins/55/wrap/syntax/divwrap.php create mode 100644 plugins/55/wrap/syntax/span.php create mode 100644 plugins/55/wrap/syntax/spaninline.php create mode 100644 plugins/55/wrap/syntax/spanwrap.php create mode 120000 plugins/current create mode 100644 share/doc/TODO.txt create mode 100644 share/man/Makefile create mode 100644 share/man/dokuwiki-plugins-extra.7.rst create mode 100644 share/man/man.in diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..b7436a9 --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,18 @@ +2024-12-01 Daniel Baumann + + * Releasing version 20241201. + + [ Daniel Baumann ] + * Adding license. + * Adding makefile. + * Adding manpage. + * Adding current symlink. + * Adding addnewpage makefile. + * Adding addnewpage version 2024-11-16 (2be3f61). + * Adding color makefile. + * Adding color version 2022-10-19 (e28b337). + * Adding mathjax makefile. + * Adding mathjax version 20211120 (fccaddf). + * Adding wrap makefile. + * Adding wrap version 2023-08-13 (63b6c01). + * Adding todo file. diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + 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, either version 3 of the License, or + (at your option) any later version. + + 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. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..90c39ab --- /dev/null +++ b/Makefile @@ -0,0 +1,113 @@ +# Progress Linux: dokuwiki-plugins-extra + +# Copyright (C) 2024 Daniel Baumann +# +# SPDX-License-Identifier: GPL-3.0+ +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +SHELL := sh -e + +SOFTWARE = dokuwiki-plugins-extra +VERSION := $(shell cat VERSION.txt) + +PLUGINS_VERSION := current + +plugins-%: + @cd plugins/$(PLUGINS_VERSION); \ + for PLUGIN in *.mk; \ + do \ + echo "################################################################################"; \ + echo "$${PLUGIN}: $$(echo ${@} | cut -d- -f2-)"; \ + echo "################################################################################"; \ + $(MAKE) -f $${PLUGIN} $$(echo ${@} | cut -d- -f2-); \ + done + +package-test: + +package-build: share/man/*.rst + $(MAKE) -C share/man + + sed -n '/^===/,$$p' share/man/$(SOFTWARE).7.rst > README.txt + +package-install: package-build + mkdir -p $(DESTDIR)/usr/share/doc/$(SOFTWARE) + cp -r CHANGELOG.txt LICENSE.txt README.txt share/doc/* $(DESTDIR)/usr/share/doc/$(SOFTWARE) + + for SECTION in $$(seq 1 8); \ + do \ + if ls share/man/*.$${SECTION} > /dev/null 2>&1; \ + then \ + mkdir -p $(DESTDIR)/usr/share/man/man$${SECTION}; \ + cp share/man/*.$${SECTION} $(DESTDIR)/usr/share/man/man$${SECTION}; \ + fi; \ + done + +package-uninstall: + for SECTION in $$(seq 1 8); \ + do \ + for FILE in share/man/*.$${SECTION}; \ + do \ + rm -f $(DESTDIR)/usr/share/man/man$${SECTION}/$$(basename $${FILE}); \ + done; \ + rmdir --ignore-fail-on-non-empty --parents $(DESTDIR)/usr/share/man/man$${SECTION} || true; \ + done + + rm -rf $(DESTDIR)/usr/share/doc/$(SOFTWARE) + rmdir --ignore-fail-on-non-empty --parents $(DESTDIR)/usr/share/doc || true + + rmdir --ignore-fail-on-non-empty --parents $(DESTDIR) || true + +package-clean: + $(MAKE) -C share/man clean + + rm -f README.txt + +all: build + +test: plugins-test package-test + +build: plugins-build package-build + +install: plugins-install package-install + +uninstall: plugins-uninstall package-uninstall + +clean: plugins-clean package-clean + +distclean: clean + rm -rf $(SOFTWARE)-$(VERSION) + +reinstall: uninstall install + +release: distclean + git commit -a -s -S -m 'Releasing version $(VERSION).' || true + git tag -s -m 'Tagging version $(VERSION).' v$(VERSION) || true + + mkdir -p $(SOFTWARE)-$(VERSION) + find . -mindepth 1 -maxdepth 1 -and -not -name ".git*" -and -not -name debian -and -not -name $(SOFTWARE)-$(VERSION) -exec cp \-a {} $(SOFTWARE)-$(VERSION) \; + + for FORMAT in xz lzip; \ + do \ + PLUGIN=$$(echo $${FORMAT} | cut -b-2); \ + tar --$${FORMAT} -cf ../$(SOFTWARE)-$(VERSION).tar.$${PLUGIN} $(SOFTWARE)-$(VERSION); \ + sha512sum ../$(SOFTWARE)-$(VERSION).tar.$${PLUGIN} > ../$(SOFTWARE)-$(VERSION).tar.$${PLUGIN}.sha512; \ + gpg --default-key 0x3E6CA28DAAF8DD14 --armor -b ../$(SOFTWARE)-$(VERSION).tar.$${PLUGIN}; \ + mv ../$(SOFTWARE)-$(VERSION).tar.$${PLUGIN}.asc ../$(SOFTWARE)-$(VERSION).tar.$${PLUGIN}.sig; \ + done + + rm -rf $(SOFTWARE)-$(VERSION) + +upload: + scp ../$(SOFTWARE)-$(VERSION).* get.progress-linux.org:/srv/get.progress-linux.org/packages/$(SOFTWARE)/upstream diff --git a/VERSION.txt b/VERSION.txt new file mode 100644 index 0000000..8b81eb3 --- /dev/null +++ b/VERSION.txt @@ -0,0 +1 @@ +20241201 diff --git a/plugins/55/addnewpage.mk b/plugins/55/addnewpage.mk new file mode 100644 index 0000000..53dfc6b --- /dev/null +++ b/plugins/55/addnewpage.mk @@ -0,0 +1,56 @@ +# Progress Linux: dokuwiki-plugins-extra + +# Copyright (C) 2024 Daniel Baumann +# +# SPDX-License-Identifier: GPL-3.0+ +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Build-Depends: +# none + +SHELL := sh -e + +PLUGIN := addnewpage + +all: + +test: + +build: + +install: + mkdir -p $(DESTDIR)/usr/share/dokuwiki/plugins-extra + cp -a $(PLUGIN) $(DESTDIR)/usr/share/dokuwiki/plugins-extra + + # removing unused files + rm -f $(DESTDIR)/usr/share/dokuwiki/plugins-extra/$(PLUGIN)/README* + rm -rf $(DESTDIR)/usr/share/dokuwiki/plugins-extra/$(PLUGIN)/.git* + + rm -f $(DESTDIR)/usr/share/dokuwiki/plugins-extra/$(PLUGIN)/.mailmap + +uninstall: + rm -rf $(DESTDIR)/usr/share/dokuwiki/plugins-extra/$(PLUGIN) + rmdir --ignore-fail-on-non-empty --parents $(DESTDIR) || true + +clean: + +distclean: + +reinstall: uninstall install + +upstream: + rm -rf $(PLUGIN) + git clone https://github.com/dregad/dokuwiki-plugin-addnewpage $(PLUGIN) + rm -rf $(PLUGIN)/.git diff --git a/plugins/55/addnewpage/.gitattributes b/plugins/55/addnewpage/.gitattributes new file mode 100644 index 0000000..6582f52 --- /dev/null +++ b/plugins/55/addnewpage/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/plugins/55/addnewpage/.mailmap b/plugins/55/addnewpage/.mailmap new file mode 100644 index 0000000..25d4663 --- /dev/null +++ b/plugins/55/addnewpage/.mailmap @@ -0,0 +1,3 @@ +Robert McLeod +Michael Kraemer +Michael Kraemer diff --git a/plugins/55/addnewpage/README.md b/plugins/55/addnewpage/README.md new file mode 100644 index 0000000..3cc9ed7 --- /dev/null +++ b/plugins/55/addnewpage/README.md @@ -0,0 +1,48 @@ +# Add New Page Plugin for DokuWiki + +Copyright (c) 2006 Benjamin Santalucia +Copyright (c) 2013 Sam Wilson +Copyright (c) 2023 Damien Regad + +The plugin lets users put *add new page* forms within pages, with optional namespace selection. + +## License + +This program is free software; you can redistribute it and/or modify +it under the terms of the +[GNU General Public License, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) +or later. + +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. + +## Installation and Configuration + +Please refer to +[the plugin's wiki page](https://www.dokuwiki.org/plugin:addnewpage) +for information on how to install, configure and use this plugin in DokuWiki. + + +## Support + +Source code and support for this plugin can be found at + + +## Credits + +The plugin was originally written by [Benjamin Santalucia](https://github.com/ben8p) (aka iDo) in 2006. It was forked after the 2009-02-14 release of Dokuwiki, and moved to GitHub by [Robert McLeod](https://github.com/hamstar) in 2012. +Refer to the [Legacy Releases section](https://www.dokuwiki.org/plugin:addnewpage#legacy_releases) in the plugin's home page for details on what happened in those early, pre-GitHub years. + +In 2013, [Sam Wilson](https://github.com/samwilson) picked up the plugin's maintenance and actively supported it until he stopped using DokuWiki at the end of 2016. +During this time, he merged several improvements and fixes contributed by these fine people: + +- [Michael Braun](https://github.com/michael-dev) +- [Róbert Toth](https://github.com/FurloSK) +- [Gerrit Uitslag](https://github.com/klap-in) added support for newpagetemplate plugin in 2014 +- [Albert Chern](https://github.com/achern), disabling of restricted parent namespaces in 2015 + +In May 2023, [Damien Regad](https://github.com/dregad) decided to take over the plugin's maintenance. + +Thanks to [all the people who contributed](https://github.com/dregad/dokuwiki-plugin-addnewpage/graphs/contributors) to this plugin over the years. diff --git a/plugins/55/addnewpage/conf/default.php b/plugins/55/addnewpage/conf/default.php new file mode 100644 index 0000000..4d30e5a --- /dev/null +++ b/plugins/55/addnewpage/conf/default.php @@ -0,0 +1,7 @@ + + */ +$lang['namespaceRoot'] = 'الجذر'; +$lang['okbutton'] = 'أضف صفحة'; +$lang['nooption'] = 'لا يسمح لك إضافة صفحات'; diff --git a/plugins/55/addnewpage/lang/ar/settings.php b/plugins/55/addnewpage/lang/ar/settings.php new file mode 100755 index 0000000..202e75a --- /dev/null +++ b/plugins/55/addnewpage/lang/ar/settings.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = 'النطقات المسثناة (يفصل بينها بـ ;)'; +$lang['addpage_showroot'] = 'اعرض نطاق الجذر'; +$lang['addpage_hide'] = 'عند استعمال صيغة {{صفحة جديدة>[ns]}}: أخفي اختيار تسمية النطاق (وإلا فإنه سيظهر النطاق الفرعية)'; +$lang['addpage_hideACL'] = 'اخفاء {{صفحة جديد}} إن لم يكن للمستخدم الحق في إضافة صفحات (وإلا فإنها ستظهر)'; diff --git a/plugins/55/addnewpage/lang/bg/lang.php b/plugins/55/addnewpage/lang/bg/lang.php new file mode 100644 index 0000000..2545d2e --- /dev/null +++ b/plugins/55/addnewpage/lang/bg/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = 'Основно именно пространство'; +$lang['okbutton'] = 'Добави страница'; +$lang['nooption'] = 'Нямате право да създавате страница тук'; diff --git a/plugins/55/addnewpage/lang/bg/settings.php b/plugins/55/addnewpage/lang/bg/settings.php new file mode 100644 index 0000000..5a1e937 --- /dev/null +++ b/plugins/55/addnewpage/lang/bg/settings.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = 'Списък с изключени именни пространства (разделени със знак ;)'; +$lang['addpage_showroot'] = 'Покажи основното именно пространство'; +$lang['addpage_hide'] = 'Когато се използва синтаксиса {{NEWPAGE>[ns]}}: Скрий избора на именно пространство (ако не е избрано: покажи само дъщерните именни пространства)'; +$lang['addpage_hideACL'] = 'Скрий {{NEWPAGE}}, ако потребителят няма права да добавя страници (покажи съобщение, ако не е избрано)'; diff --git a/plugins/55/addnewpage/lang/ca/lang.php b/plugins/55/addnewpage/lang/ca/lang.php new file mode 100644 index 0000000..d987c7d --- /dev/null +++ b/plugins/55/addnewpage/lang/ca/lang.php @@ -0,0 +1,8 @@ +[ns]}}: Oculta la selecció d'espais de nom (desmarcat: només mostra els subespais de nom)"; +$lang['addpage_hideACL'] = "Si desmarcat, mostra un missatge quan l'usuari no té permisos suficients per crear una pàgina. Si no, occulta {{NEWPAGE}}"; diff --git a/plugins/55/addnewpage/lang/ckb/lang.php b/plugins/55/addnewpage/lang/ckb/lang.php new file mode 100644 index 0000000..c12a344 --- /dev/null +++ b/plugins/55/addnewpage/lang/ckb/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = 'ڕەگ'; +$lang['okbutton'] = 'زیادکردنی لاپەڕە'; +$lang['nooption'] = 'تۆ ڕێگەت پێنەدراوە لاپەڕەزیاد بکەیت'; diff --git a/plugins/55/addnewpage/lang/ckb/settings.php b/plugins/55/addnewpage/lang/ckb/settings.php new file mode 100644 index 0000000..4f933d9 --- /dev/null +++ b/plugins/55/addnewpage/lang/ckb/settings.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = 'بۆشایی ناوی بەدەرکراو (جیاکراونەتەوە لەگەڵ ;)'; +$lang['addpage_showroot'] = 'بۆشایی ناوی ڕەگ نیشان بدە'; +$lang['addpage_hide'] = 'کاتێک تۆ {{NEWPAGE>[ns]}} ڕستەسازی بەکاردێنیت: شاردنەوەی دیاریکردنی بۆشایی ناو (نەپشکندراوە: تەنها ژێربۆشایی پیشان بدە)'; +$lang['addpage_hideACL'] = 'شاردنەوە {{NEWPAGE}} ئەگەر بەکارهێنەر مافی ئەوەی نییە لاپەڕەزیاد بکات (نیشاندانی پەیام ئەگەر نەپشکنرابێت)'; diff --git a/plugins/55/addnewpage/lang/cs/lang.php b/plugins/55/addnewpage/lang/cs/lang.php new file mode 100644 index 0000000..434133f --- /dev/null +++ b/plugins/55/addnewpage/lang/cs/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = 'Kořen'; +$lang['okbutton'] = 'Přidat stránku'; +$lang['nooption'] = 'Nejste oprávněni přidávat stránky'; diff --git a/plugins/55/addnewpage/lang/cs/settings.php b/plugins/55/addnewpage/lang/cs/settings.php new file mode 100644 index 0000000..4dca77c --- /dev/null +++ b/plugins/55/addnewpage/lang/cs/settings.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = 'Vyloučit jmenné prostory (oddělené středníkem ;)'; +$lang['addpage_showroot'] = 'Zobrazit kořenový jmenný prostor'; +$lang['addpage_hide'] = 'Pokud použijete {{NEWPAGE>[ns]}} syntax: Skrýt výběr jmenného prostoru (nezaškrtnuto: zobrazit pouze jmenné podprostory)'; +$lang['addpage_hideACL'] = 'Skrýt {{NEWPAGE}} pokud uživatel nemá práva pro přidávání stránek (nezaškrtnuto: zobrazit zprávu)'; diff --git a/plugins/55/addnewpage/lang/da/lang.php b/plugins/55/addnewpage/lang/da/lang.php new file mode 100644 index 0000000..1b5a6d3 --- /dev/null +++ b/plugins/55/addnewpage/lang/da/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = 'Rod'; +$lang['okbutton'] = 'Tilføj side'; +$lang['nooption'] = 'Du har ikke tilladelse til at tilføje sider'; diff --git a/plugins/55/addnewpage/lang/da/settings.php b/plugins/55/addnewpage/lang/da/settings.php new file mode 100644 index 0000000..443e741 --- /dev/null +++ b/plugins/55/addnewpage/lang/da/settings.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = 'Ekskluderet navnerum (separeret med ;)'; +$lang['addpage_showroot'] = 'Vis rod-navnerum'; +$lang['addpage_hide'] = 'Når du benytter {{NEWPAGE>[ns]}} syntaks: Skjul valgte navnerum (umarkeret: vis kun under-navnerum)'; +$lang['addpage_hideACL'] = 'Skjul {{NEWPAGE}} hvis brugeren ikke har rettigheder til at tilføje sider (vis meddelelse hvis umarkeret)'; diff --git a/plugins/55/addnewpage/lang/de-informal/lang.php b/plugins/55/addnewpage/lang/de-informal/lang.php new file mode 100644 index 0000000..b66fc64 --- /dev/null +++ b/plugins/55/addnewpage/lang/de-informal/lang.php @@ -0,0 +1,12 @@ + + * @author Michael + */ +$lang['namespaceRoot'] = 'Wurzel'; +$lang['name'] = 'Seiten Name'; +$lang['okbutton'] = 'Seite hinzufügen'; +$lang['nooption'] = 'Du besitzt nicht die Benutzerrechte um Seiten hinzuzufügen.'; diff --git a/plugins/55/addnewpage/lang/de-informal/settings.php b/plugins/55/addnewpage/lang/de-informal/settings.php new file mode 100644 index 0000000..0f21dee --- /dev/null +++ b/plugins/55/addnewpage/lang/de-informal/settings.php @@ -0,0 +1,14 @@ + + * @author Michael + */ +$lang['addpage_exclude'] = 'Namespaces ausschließen (getrennt mit ; )'; +$lang['addpage_showroot'] = 'Wurzel-Namespace anzeigen'; +$lang['addpage_hide'] = '{{NEWPAGE>[ns]}} Syntax: Ausgewählt, diese Namespace-Auswahl verbergen. Nicht ausgewählt, nur diese Namespace-Auswahl anzeigen.'; +$lang['addpage_hideACL'] = 'Verberge {{NEWPAGE}} wenn ein Benutzer keine Berechtigung hat Seiten hinzuzufügen +Ausgewählt: Anzeige wird verborgen +Nicht ausgewählt: es wird eine Fehlermeldung ausgegeben'; diff --git a/plugins/55/addnewpage/lang/de/lang.php b/plugins/55/addnewpage/lang/de/lang.php new file mode 100644 index 0000000..988744a --- /dev/null +++ b/plugins/55/addnewpage/lang/de/lang.php @@ -0,0 +1,11 @@ + + * @author Michael + */ +$lang['namespaceRoot'] = 'Wurzel'; +$lang['okbutton'] = 'Seite hinzufügen'; +$lang['nooption'] = 'Du besitzt nicht die Benutzerrechte um Seiten hinzuzufügen.'; diff --git a/plugins/55/addnewpage/lang/de/settings.php b/plugins/55/addnewpage/lang/de/settings.php new file mode 100644 index 0000000..90b84e7 --- /dev/null +++ b/plugins/55/addnewpage/lang/de/settings.php @@ -0,0 +1,13 @@ + + */ +$lang['addpage_exclude'] = 'Namespaces ausschließen (getrennt mit ; )'; +$lang['addpage_showroot'] = 'Wurzel-Namespace anzeigen'; +$lang['addpage_hide'] = '{{NEWPAGE>[ns]}} Syntax: Ausgewählt, diese Namespace-Auswahl verbergen. Nicht ausgewählt, nur diese Namespace-Auswahl anzeigen.'; +$lang['addpage_hideACL'] = 'Verberge {{NEWPAGE}} wenn ein Benutzer keine Berechtigung hat Seiten hinzuzufügen +Ausgewählt: Anzeige wird verborgen +Nicht ausgewählt: es wird eine Fehlermeldung ausgegeben'; diff --git a/plugins/55/addnewpage/lang/en/lang.php b/plugins/55/addnewpage/lang/en/lang.php new file mode 100644 index 0000000..2b5a987 --- /dev/null +++ b/plugins/55/addnewpage/lang/en/lang.php @@ -0,0 +1,9 @@ +[ns]}} syntax: Hide namespace selection (unchecked: show only subnamespaces)"; +$lang['addpage_hideACL'] = "Hide {{NEWPAGE}} if user does not have rights to add pages (show message if unchecked)"; +$lang['addpage_autopage'] = "Don't show the input box, the preconfigured namespace is treated as a full page ID. (makes sense with date placeholders)"; diff --git a/plugins/55/addnewpage/lang/eo/lang.php b/plugins/55/addnewpage/lang/eo/lang.php new file mode 100644 index 0000000..a300854 --- /dev/null +++ b/plugins/55/addnewpage/lang/eo/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = 'Bazo'; +$lang['okbutton'] = 'Aldoni paĝon'; +$lang['nooption'] = 'Vi ne rajtas aldoni paĝojn'; diff --git a/plugins/55/addnewpage/lang/eo/settings.php b/plugins/55/addnewpage/lang/eo/settings.php new file mode 100644 index 0000000..35811df --- /dev/null +++ b/plugins/55/addnewpage/lang/eo/settings.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = 'Ekskludi nomspacojn (disigitaj per ;)'; +$lang['addpage_showroot'] = 'Montri nomspacon'; +$lang['addpage_hide'] = 'Se vi uzas {{NEWPAGE>[ns]}}-sintakson: Ĉu kaŝi la nomspac-selekton? (malplena: montri nur subnomspacojn)'; +$lang['addpage_hideACL'] = 'Kaŝi {{NEWPAGE}} se uzanto ne rajtas aldoni paĝojn (montri mesaĝon, se malplena)'; diff --git a/plugins/55/addnewpage/lang/es/lang.php b/plugins/55/addnewpage/lang/es/lang.php new file mode 100644 index 0000000..264fb61 --- /dev/null +++ b/plugins/55/addnewpage/lang/es/lang.php @@ -0,0 +1,8 @@ +[dir]}}: se oculta el selector de directorio (desmarcado: muestra solo sub-directorios (sub-namespaces))"; +$lang['addpage_hideACL'] = "si esta desmarcado, muesta un mensaje de error de privilegios. Si el usuario no tiene permiso de crear una pagina, simplemente se oculta el codigo {{NEWPAGE}}"; diff --git a/plugins/55/addnewpage/lang/fa/lang.php b/plugins/55/addnewpage/lang/fa/lang.php new file mode 100644 index 0000000..a987626 --- /dev/null +++ b/plugins/55/addnewpage/lang/fa/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = 'ریشه'; +$lang['okbutton'] = 'اضافه‌کردن صفحه'; +$lang['nooption'] = 'شما امکان اضافه کردن صفحه‌ها را ندارید'; diff --git a/plugins/55/addnewpage/lang/fa/settings.php b/plugins/55/addnewpage/lang/fa/settings.php new file mode 100644 index 0000000..cff4f6e --- /dev/null +++ b/plugins/55/addnewpage/lang/fa/settings.php @@ -0,0 +1,12 @@ + + */ +$lang['addpage_exclude'] = 'حذف فضاهای نام (جدا کردن از هم با ;)'; +$lang['addpage_showroot'] = 'نمایش فضای‌نام ریشه'; +$lang['addpage_hide'] = 'زمانی که استفاده می‌کنید از {{NEWPAGE>[ns]}} نحو: مخفی سازی فضای‌نام انتخابی +(تیک: نمایش تمام فضاهای زیر نام)'; +$lang['addpage_hideACL'] = 'مخفی کردن {{NEWPAGE}} اگر کاربران'; diff --git a/plugins/55/addnewpage/lang/fr/lang.php b/plugins/55/addnewpage/lang/fr/lang.php new file mode 100644 index 0000000..adee0d1 --- /dev/null +++ b/plugins/55/addnewpage/lang/fr/lang.php @@ -0,0 +1,9 @@ +[ns]}} : cache la selection de catégorie (décoché: affiche uniquement les sous-catégories)"; +$lang['addpage_hideACL'] = "Si non cochée, affiche un message lorsque l'utilisateur n'a pas les droits d'ajout de page. Sinon, cache simplement {{NEWPAGE}}"; +$lang['addpage_autopage'] = "Ne pas afficher le champ de saisie; la catégorie préconfigurée est traitée comme un identifiant de page complet (utile avec des attributs de date)"; diff --git a/plugins/55/addnewpage/lang/hu/lang.php b/plugins/55/addnewpage/lang/hu/lang.php new file mode 100644 index 0000000..67bd548 --- /dev/null +++ b/plugins/55/addnewpage/lang/hu/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = 'Kiindulónévtér'; +$lang['okbutton'] = 'Oldal hozzáadása'; +$lang['nooption'] = 'Nincs jogosultságod oldal létrehozásához'; diff --git a/plugins/55/addnewpage/lang/hu/settings.php b/plugins/55/addnewpage/lang/hu/settings.php new file mode 100644 index 0000000..ba57523 --- /dev/null +++ b/plugins/55/addnewpage/lang/hu/settings.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = 'Elrejtett névterek (pontosvesszővel elválasztva)'; +$lang['addpage_showroot'] = 'Kiindulónévtér mutatása'; +$lang['addpage_hide'] = 'A {{NEWPAGE>[ns]}} szintaxis használatakor: Névtérválasztó lista elrejtése (ha nincs bejelölve: mutatja az alnévtereket)'; +$lang['addpage_hideACL'] = 'A {{NEWPAGE}} elrejtése ha a felhasználónak nincs jogosultsága oldal létrehozásához (ha nincs bejelölve, egy üzenet fog megjelenni)'; diff --git a/plugins/55/addnewpage/lang/it/lang.php b/plugins/55/addnewpage/lang/it/lang.php new file mode 100644 index 0000000..77c979d --- /dev/null +++ b/plugins/55/addnewpage/lang/it/lang.php @@ -0,0 +1,11 @@ + + * @author Mirko + */ +$lang['namespaceRoot'] = 'Root'; +$lang['okbutton'] = 'Aggiungi Pagina'; +$lang['nooption'] = 'Non sei autorizzato ad aggiungere nuove pagine'; diff --git a/plugins/55/addnewpage/lang/it/settings.php b/plugins/55/addnewpage/lang/it/settings.php new file mode 100644 index 0000000..423c82b --- /dev/null +++ b/plugins/55/addnewpage/lang/it/settings.php @@ -0,0 +1,8 @@ + + */ +$lang['addpage_hideACL'] = 'Nascondi {{NEWPAGE}} se l\'utente non è autorizzato ad aggiungere pagine(mostra il messaggio se non è selezionato)'; diff --git a/plugins/55/addnewpage/lang/ja/lang.php b/plugins/55/addnewpage/lang/ja/lang.php new file mode 100755 index 0000000..9db9fc7 --- /dev/null +++ b/plugins/55/addnewpage/lang/ja/lang.php @@ -0,0 +1,8 @@ +[ns]}} 構文使用時: 名前空間選択リストを表示しない(チェックなし: 下位名前空間のみを表示)"; +$lang['addpage_hideACL'] = "ページ追加の権限を持たないユーザーに対しては {{NEWPAGE}} を表示しない(チェックなしの場合にはメッセージを表示)"; diff --git a/plugins/55/addnewpage/lang/ko/lang.php b/plugins/55/addnewpage/lang/ko/lang.php new file mode 100755 index 0000000..453ba62 --- /dev/null +++ b/plugins/55/addnewpage/lang/ko/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = '루트'; +$lang['okbutton'] = '문서 추가'; +$lang['nooption'] = '문서를 추가할 권한이 없습니다'; diff --git a/plugins/55/addnewpage/lang/ko/settings.php b/plugins/55/addnewpage/lang/ko/settings.php new file mode 100755 index 0000000..27ea73d --- /dev/null +++ b/plugins/55/addnewpage/lang/ko/settings.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = '제외할 이름공간 (;로 구분)'; +$lang['addpage_showroot'] = '루트 이름공간 보이기'; +$lang['addpage_hide'] = '{{NEWPAGE>[ns]}} 구문을 사용할 때: 이름공간 선택을 숨기기 (체크하지 않음: 하위 이름공간만 보이기)'; +$lang['addpage_hideACL'] = '사용자가 문서를 추가할 권한이 없을 때 {{NEWPAGE}} 숨기기 (체크하지 않으면 메시지 보이기)'; diff --git a/plugins/55/addnewpage/lang/nl/lang.php b/plugins/55/addnewpage/lang/nl/lang.php new file mode 100644 index 0000000..bd5236a --- /dev/null +++ b/plugins/55/addnewpage/lang/nl/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = 'Root'; +$lang['okbutton'] = 'Pagina toevoegen'; +$lang['nooption'] = 'U heeft geen rechten om pagina\'s toe te voegen'; diff --git a/plugins/55/addnewpage/lang/nl/settings.php b/plugins/55/addnewpage/lang/nl/settings.php new file mode 100644 index 0000000..d76e175 --- /dev/null +++ b/plugins/55/addnewpage/lang/nl/settings.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = 'Uitgesloten naamruimte\'s (gescheiden door ;)'; +$lang['addpage_showroot'] = 'Toon root naamruimte'; +$lang['addpage_hide'] = 'Bij gebruik van {{NEWPAGE>[ns]}} syntax: Verberg naamruimte selectie (niet aangevinkt: toon enkel sub naamruimte\'s)'; +$lang['addpage_hideACL'] = 'Verberg {{NEWPAGE}} wanneer de gebruiker geen rechten heeft om pagina\'s toe te voegen (toon melding wanneer niet aangevinkt)'; diff --git a/plugins/55/addnewpage/lang/no/lang.php b/plugins/55/addnewpage/lang/no/lang.php new file mode 100644 index 0000000..0303cb1 --- /dev/null +++ b/plugins/55/addnewpage/lang/no/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = 'Rot'; +$lang['okbutton'] = 'Legg til ny side'; +$lang['nooption'] = 'Du har ikke tilgang til å legge til sider'; diff --git a/plugins/55/addnewpage/lang/no/settings.php b/plugins/55/addnewpage/lang/no/settings.php new file mode 100644 index 0000000..706adc2 --- /dev/null +++ b/plugins/55/addnewpage/lang/no/settings.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = 'Utelatte navnerom (separert med ;)'; +$lang['addpage_showroot'] = 'Vis rot-navnerom'; +$lang['addpage_hide'] = 'Når du bruker {{NEWPAGE>[ns]}} syntaks: skjul valg av navnerom (ikke avhuket: vis bare undernavnerom)'; +$lang['addpage_hideACL'] = 'Skjul {NEWPAGE}} dersom bruker ikke har tilgang til å legge til sider (ikke avhuket: vis tilbakemelding) '; diff --git a/plugins/55/addnewpage/lang/pl/lang.php b/plugins/55/addnewpage/lang/pl/lang.php new file mode 100644 index 0000000..4d9492a --- /dev/null +++ b/plugins/55/addnewpage/lang/pl/lang.php @@ -0,0 +1,8 @@ +[nazwa]}}: Ukryj nazwę grupy (niezaznaczone: pokaż tylko podnazwy)"; +$lang['addpage_hideACL'] = "Ukryj {{NEWPAGE}} jeżeli użytkownicy nie posiadają uprawnień dodawania nowych stron (pokaż komunikat jeśli niezaznaczone)"; diff --git a/plugins/55/addnewpage/lang/pt-br/lang.php b/plugins/55/addnewpage/lang/pt-br/lang.php new file mode 100644 index 0000000..2a7a64b --- /dev/null +++ b/plugins/55/addnewpage/lang/pt-br/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = 'Raiz'; +$lang['okbutton'] = 'Adicionar página'; +$lang['nooption'] = 'Você não tem permissão para adicionar páginas'; diff --git a/plugins/55/addnewpage/lang/pt-br/settings.php b/plugins/55/addnewpage/lang/pt-br/settings.php new file mode 100644 index 0000000..7494473 --- /dev/null +++ b/plugins/55/addnewpage/lang/pt-br/settings.php @@ -0,0 +1,12 @@ + + * @author Samory Pereira Santos + */ +$lang['addpage_exclude'] = 'Excluir namespaces (separar com ;)'; +$lang['addpage_showroot'] = 'Mostrar namespace raiz'; +$lang['addpage_hide'] = 'Quando você usa a sintax {{NEWPAGE>[ns]}} : Oculta a seleção do namespace (desmarcado: mostra apenas os subnamespaces)'; +$lang['addpage_hideACL'] = 'Ocultar {{NEWPAGE}} se o usuário não tiver direitos para adicionar páginas (mostre a mensagem se desmarcada)'; diff --git a/plugins/55/addnewpage/lang/pt/lang.php b/plugins/55/addnewpage/lang/pt/lang.php new file mode 100644 index 0000000..0271b08 --- /dev/null +++ b/plugins/55/addnewpage/lang/pt/lang.php @@ -0,0 +1,10 @@ + + */ +$lang['namespaceRoot'] = 'Raiz'; +$lang['okbutton'] = 'Adicionar página'; +$lang['nooption'] = 'Não está autorizado para adicionar páginas'; diff --git a/plugins/55/addnewpage/lang/pt/settings.php b/plugins/55/addnewpage/lang/pt/settings.php new file mode 100644 index 0000000..4556bc6 --- /dev/null +++ b/plugins/55/addnewpage/lang/pt/settings.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = 'Espaços do nome excluídos (separados com ;)'; +$lang['addpage_showroot'] = 'Mostrar espaço do nome da raiz'; +$lang['addpage_hide'] = 'Quando utiliza a sintaxe {{NEWPAGE>[ns]}} : Ocultar a seleção do espaço do nome (desmarcado : mostrar apenas sub-espaço do nome)'; +$lang['addpage_hideACL'] = 'Ocultar {{NEWPAGE}} se o utilizador não possuir permissões para adicionar páginas (mostrar mensagem se desmarcado).'; diff --git a/plugins/55/addnewpage/lang/ru/lang.php b/plugins/55/addnewpage/lang/ru/lang.php new file mode 100644 index 0000000..cd8ec30 --- /dev/null +++ b/plugins/55/addnewpage/lang/ru/lang.php @@ -0,0 +1,11 @@ + + */ +$lang['namespaceRoot'] = 'Корневой уровень'; +$lang['name'] = 'Имя страницы'; +$lang['okbutton'] = 'Добавить страницу'; +$lang['nooption'] = 'Вы не можете добавлять страницы'; diff --git a/plugins/55/addnewpage/lang/ru/settings.php b/plugins/55/addnewpage/lang/ru/settings.php new file mode 100644 index 0000000..6d9948f --- /dev/null +++ b/plugins/55/addnewpage/lang/ru/settings.php @@ -0,0 +1,12 @@ + + * @author Aleksandr Selivanov + */ +$lang['addpage_exclude'] = 'Исключаемые пространства имен (разделитель — точка с запятой)'; +$lang['addpage_showroot'] = 'Показать корневое пространство имён'; +$lang['addpage_hide'] = 'При использовании синтаксиса {{NEWPAGE>[ns]}} скрывать выбор пространства имён. (Если флажок снят, будут показываться только подпространства имён.)'; +$lang['addpage_hideACL'] = 'Скрыть {{NEWPAGE}}, если пользователь не имеет прав на добавление страниц. (Если флажок снят, будет отображаться сообщение.)'; diff --git a/plugins/55/addnewpage/lang/sv/lang.php b/plugins/55/addnewpage/lang/sv/lang.php new file mode 100755 index 0000000..33ec732 --- /dev/null +++ b/plugins/55/addnewpage/lang/sv/lang.php @@ -0,0 +1,9 @@ +[ns]}} syntax: Dölj val av namnrymd (ej ikryssad: visa bara undernamnrymder)"; +$lang['addpage_hideACL'] = "Dölj {{NEWPAGE}} om användaren inte har rättighet att skapa sidor (visa meddelande om ej ikryssad)"; diff --git a/plugins/55/addnewpage/lang/uk/lang.php b/plugins/55/addnewpage/lang/uk/lang.php new file mode 100755 index 0000000..9283ce5 --- /dev/null +++ b/plugins/55/addnewpage/lang/uk/lang.php @@ -0,0 +1,12 @@ + + */ +$lang['namespaceRoot'] = 'Кореневий простір імен'; +$lang['okbutton'] = 'Додати сторінку'; +$lang['nooption'] = 'Ви не можете додавати сторінки'; diff --git a/plugins/55/addnewpage/lang/uk/settings.php b/plugins/55/addnewpage/lang/uk/settings.php new file mode 100755 index 0000000..4ffab6b --- /dev/null +++ b/plugins/55/addnewpage/lang/uk/settings.php @@ -0,0 +1,13 @@ +[ns]}} сховати вибір простору імен (якщо вибрано цей пункт - відображати тільки підпростір імен)'; +$lang['addpage_hideACL'] = 'Сховати {{NEWPAGE}}, якщо користувач не має прав додавати сторінки (відображати повідомлення, якщо цей пункт не вибрано)'; diff --git a/plugins/55/addnewpage/lang/vi/lang.php b/plugins/55/addnewpage/lang/vi/lang.php new file mode 100755 index 0000000..9027a8b --- /dev/null +++ b/plugins/55/addnewpage/lang/vi/lang.php @@ -0,0 +1,11 @@ + + */ +$lang['addpage_exclude'] = 'Trừ không gian tên (ngăn cách bằng dấu ;)'; +$lang['addpage_showroot'] = 'Hiển thị không gian tên gốc'; +$lang['addpage_hide'] = 'Khi bạn chọn syntax {{NEWPAGE>[ns]}}: Ẩn khả năng lựa chọn không gian tên (không chọn: chỉ hiển thị không gian tên con)'; +$lang['addpage_hideACL'] = 'Ẩn {{NEWPAGE}} nếu người dùng không được phép tạo trang mới (hiển thị tin nhắn nếu không chọn)'; diff --git a/plugins/55/addnewpage/lang/zh-tw/lang.php b/plugins/55/addnewpage/lang/zh-tw/lang.php new file mode 100644 index 0000000..d5eecc8 --- /dev/null +++ b/plugins/55/addnewpage/lang/zh-tw/lang.php @@ -0,0 +1,8 @@ +[ns]}} 語法時不要顯示出命名空間(namespace)的選項, 沒有打勾就會列出指定命名空間(namespace)底下所有的子命名空間(subnamespace)項目"; +$lang['addpage_hideACL'] = "沒有打勾 : 表示當使用者沒有新增頁面權限時就顯示沒有權限的訊息而不會顯示出新增頁面的輸入欄."; diff --git a/plugins/55/addnewpage/lang/zh/lang.php b/plugins/55/addnewpage/lang/zh/lang.php new file mode 100755 index 0000000..9e5248d --- /dev/null +++ b/plugins/55/addnewpage/lang/zh/lang.php @@ -0,0 +1,13 @@ + + */ +$lang['namespaceRoot'] = '根部命名空间'; +$lang['name'] = '页面名称'; +$lang['okbutton'] = '增加页面'; +$lang['nooption'] = '抱歉,您没有权限增加页面'; diff --git a/plugins/55/addnewpage/lang/zh/settings.php b/plugins/55/addnewpage/lang/zh/settings.php new file mode 100755 index 0000000..ad6f6fd --- /dev/null +++ b/plugins/55/addnewpage/lang/zh/settings.php @@ -0,0 +1,13 @@ +[ns]}} 时不显示命名空间的选择(未勾选则仅显示子命名空间)'; +$lang['addpage_hideACL'] = '用户没有新增页面权限时隐藏{{NEWPAGE}}(若未勾选则显示信息)'; diff --git a/plugins/55/addnewpage/plugin.info.txt b/plugins/55/addnewpage/plugin.info.txt new file mode 100755 index 0000000..7aabe21 --- /dev/null +++ b/plugins/55/addnewpage/plugin.info.txt @@ -0,0 +1,8 @@ +# General Plugin Info +base addnewpage +author Damien Regad, Benjamin Santalucia, Sam Wilson and other contributors +email dregad@mantisbt.org +date 2024-11-16 +name Add New Page plugin +desc Adds a "new page form" to any wiki page. +url https://www.dokuwiki.org/plugin:addnewpage diff --git a/plugins/55/addnewpage/script.js b/plugins/55/addnewpage/script.js new file mode 100755 index 0000000..0c3f24c --- /dev/null +++ b/plugins/55/addnewpage/script.js @@ -0,0 +1,35 @@ +jQuery(function () { + jQuery(".addnewpage form").each(function () { + var $form = jQuery(this); + var $ns = $form.find("[name='np_cat']"); + var $title = $form.find("input[name='title']"); + var $id = $form.find("input[name='id']"); + var $submit = $form.find(':submit'); + +console.log($ns); + // disable submit unless something is in input or input is disabled + if ($title.attr('type') === 'text') { + $submit.attr('disabled', 'disabled'); + $title.on('input', function () { + if ($title.val().length > 0) { + $submit.removeAttr('disabled'); + } else { + $submit.attr('disabled', 'disabled'); + } + }); + } +console.log($ns); + // Change the form's page-ID field on submit + $form.submit(function () { + // Build the new page ID and save in hidden form field + var id = $ns.val().replace('@INPUT@', $title.val()); + $id.val(id); + // Clean up the form vars, just to make the resultant URL a bit nicer + $ns.prop("disabled", true); + $title.prop("disabled", true); + + return true; + }); + + }); +}); diff --git a/plugins/55/addnewpage/style.less b/plugins/55/addnewpage/style.less new file mode 100644 index 0000000..9ecc509 --- /dev/null +++ b/plugins/55/addnewpage/style.less @@ -0,0 +1,5 @@ +div.addnewpage { + select, input { + margin-right: 3px; + } +} diff --git a/plugins/55/addnewpage/syntax.php b/plugins/55/addnewpage/syntax.php new file mode 100644 index 0000000..c7d7b7b --- /dev/null +++ b/plugins/55/addnewpage/syntax.php @@ -0,0 +1,423 @@ + + * @author Sam Wilson + * + * @noinspection PhpUnused + * @noinspection PhpMissingParamTypeInspection, PhpMissingReturnTypeInspection + */ + +use dokuwiki\Extension\SyntaxPlugin; +use dokuwiki\File\PageResolver; + +// must be run within Dokuwiki +if(!defined('DOKU_INC')) die(); + +class syntax_plugin_addnewpage extends SyntaxPlugin { + + /** @var array the parsed options */ + protected $options; + + /** + * Syntax Type + */ + public function getType() { + return 'substition'; + } + + /** + * Paragraph Type + */ + public function getPType() { + return 'block'; + } + + /** + * @return int + */ + public function getSort() { + return 199; + } + + /** + * @param string $mode + */ + public function connectTo($mode) { + $this->Lexer->addSpecialPattern('\{\{NEWPAGE[^\}]*\}\}', $mode, 'plugin_addnewpage'); + } + + /** + * Handler to prepare matched data for the rendering process. + * + * Handled syntax options: + * - {{NEWPAGE}} + * - {{NEWPAGE>your:namespace}} + * - {{NEWPAGE>your:namespace:@INPUT@:start}} + * - {{NEWPAGE>your:namespace:[date formats]}} {@see strftime()} + * - {{NEWPAGE?config_overrides}} + * - {{NEWPAGE?label=custom}} + * - {{NEWPAGE#newtpl1,newtpl2}} + * - {{NEWPAGE#newtpl1|Title1,newtpl2|Title1}} + * - {{NEWPAGE>your:namespace#newtpl1|Title1,newtpl2|Title1}} + * - {{NEWPAGE>your:namespace#newtpl1|Title1,newtpl2|Title1#@HI@,Howdy}} + * + * Refer to {@see https://www.dokuwiki.org/plugin:addnewpage} for details. + * + * @param string $match The text matched by the patterns + * @param int $state The lexer state for the match + * @param int $pos The character position of the matched text + * @param Doku_Handler $handler The Doku_Handler object + * + * @return array Return an array with all data you want to use in render + * @codingStandardsIgnoreStart + */ + public function handle($match, $state, $pos, Doku_Handler $handler) { + /* @codingStandardsIgnoreEnd */ + $match = substr($match, 9, -2); // strip markup + + $data = array( + 'namespace' => '', + 'newpagetemplates' => array(), + 'newpagevars' => '', + 'options' => array( + 'exclude' => $this->getConf('addpage_exclude'), + 'showroot' => $this->getConf('addpage_showroot'), + 'hide' => $this->getConf('addpage_hide'), + 'hideacl' => $this->getConf('addpage_hideACL'), + 'autopage' => $this->getConf('addpage_autopage'), + 'label' => 'okbutton', + ) + ); + + if(preg_match('/>(.*?)(#|\?|$)/', $match, $m)) { + $data['namespace'] = trim($m[1]); + } + + # Extract the newpagetemplate plugin parameters + # - after the initial #: the template name + # - after optional 2nd #: custom variable names + if(preg_match('/#(.*?)(?:#(.*?))?(?:\?|$)/', $match, $m)) { + $data['newpagetemplates'] = array_map('trim', explode(',', $m[1])); + $data['newpagevars'] = trim($m[2] ?? ''); + } + + if(preg_match('/\?(.*?)(#|$)/', $match, $m)) { + $this->_parseOptions($m[1], $data['options']); + } + + return $data; + } + + /** + * Create the new-page form. + * + * @param $format string output format being rendered + * @param $renderer Doku_Renderer the current renderer object + * @param $data array data created by handler() + * @return boolean rendered correctly? + */ + public function render($format, Doku_Renderer $renderer, $data) { + global $lang; + + // make options available in class + $this->options = $data['options']; + + if($format == 'xhtml') { + $disablecache = false; + $namespaceinput = $this->_htmlNamespaceInput($data['namespace'], $disablecache); + if($namespaceinput === false) { + if($this->options['hideacl']) { + $renderer->doc .= ''; + } else { + $renderer->doc .= $this->getLang('nooption'); + } + return true; + } + if($disablecache) $renderer->info['cache'] = false; + + $newpagetemplateinput = $this->_htmlTemplateInput($data['newpagetemplates']); + + $input = 'text'; + if($this->options['autopage']) $input = 'hidden'; + + // Button label. If given string is not localized, use it as-is + $label = $this->getLang($this->options['label']); + if (!$label) { + $label = $this->options['label']; + } + + $form = '

' + . '

' + . $namespaceinput + . '' + . $newpagetemplateinput + . '' + . '' + . '' + . '' + . '
' + . '

'; + + $renderer->doc .= $form; + + return true; + } + return false; + } + + /** + * Overwrites the $options with the ones parsed from $optstr + * + * @param string $optstr + * @param array $options + * @author Andreas Gohr + */ + protected function _parseOptions($optstr, &$options) { + $opts = preg_split('/[,&]/', $optstr); + + foreach($opts as $opt) { + $opt_lower = strtolower(trim($opt)); + $val = true; + // booleans can be negated with a no prefix + if(substr($opt_lower, 0, 2) == 'no') { + $opt_lower = substr($opt, 2); + $val = false; + } + + // not a known option? might be a key=value pair + if(!isset($options[$opt_lower])) { + $split = array_map('trim', sexplode('=', $opt, 2)); + $opt_lower = strtolower($split[0]); + $val = $split[1]; + } + + // still unknown? skip it + if(!isset($options[$opt_lower])) continue; + + // overwrite the current value + $options[$opt_lower] = $val; + } + } + + /** + * Parse namespace request + * + * This creates the final ID to be created (still having an @INPUT@ variable + * which is filled in via JavaScript) + * + * @author Samuele Tognini + * @author Michael Braun + * @author Andreas Gohr + * @param string $ns The namespace as given in the syntax + * @return string + */ + protected function _parseNS($ns) { + global $INFO; + + $selfid = $INFO['id']; + $selfns = getNS($selfid); + // replace the input variable with something unique that survives cleanID + $keep = sha1(time()); + + // by default append the input to the namespace (except on autopage) + if(strpos($ns, '@INPUT@') === false && !$this->options['autopage']) $ns .= ":@INPUT@"; + + // date replacements + $ns = dformat(null, $ns); + + // placeholders + $replacements = array( + '/\//' => ':', // forward slashes to colons + '/@PAGE@/' => $selfid, + '/@NS@/' => $selfns, + '/^\.(:|\/|$)/' => "$selfns:", + '/@INPUT@/' => $keep, + ); + $ns = preg_replace(array_keys($replacements), array_values($replacements), $ns); + + // clean up, then reinsert the input variable + $ns = cleanID($ns); + return str_replace($keep, '@INPUT@', $ns); + } + + /** + * Create the HTML Select element for namespace selection. + * + * @param string|false $dest_ns The destination namespace, or false if none provided. + * @param bool $disablecache reference indicates if caching need to be disabled + * @global string $ID The page ID + * @return string Select element with appropriate NS selected. + */ + protected function _htmlNamespaceInput($dest_ns, &$disablecache) { + global $ID; + $disablecache = false; + + // If a NS has been provided: + // Whether to hide the NS selection (otherwise, show only subnamespaces). + $hide = $this->options['hide']; + + $parsed_dest_ns = $this->_parseNS($dest_ns); + // Whether the user can create pages in the provided NS (or root, if no + // destination NS has been set. + $can_create = (auth_quickaclcheck($parsed_dest_ns . ":") >= AUTH_CREATE); + + //namespace given, but hidden + if($hide && !empty($dest_ns)) { + if($can_create) { + return ''; + } else { + return false; + } + } + + //show select of given namespace + $currentns = getNS($ID); + + $ret = ''; + + if($someopt) { + return $ret; + } else { + return false; + } + } + + /** + * Get a list of namespaces below the given namespace. + * Recursively fetches subnamespaces. + * + * @param string $topns The top namespace + * @return array Multi-dimensional array of all namespaces below $tns + */ + protected function _getNamespaceList($topns = '') { + global $conf; + + $topns = utf8_encodeFN(str_replace(':', '/', $topns)); + + $excludes = $this->options['exclude']; + if($excludes == "") { + $excludes = array(); + } else { + $excludes = @explode(';', strtolower($excludes)); + } + $searchdata = array(); + search($searchdata, $conf['datadir'], 'search_namespaces', array(), $topns); + + $namespaces = array(); + foreach($searchdata as $ns) { + foreach($excludes as $exclude) { + if(!empty($exclude) && strpos($ns['id'], $exclude) === 0) { + continue 2; + } + } + $namespaces[] = $ns['id']; + } + + return $namespaces; + } + + /** + * Create html for selection of namespace templates + * + * @param array $newpagetemplates array of namespace templates + * @return string html of select or hidden input + */ + public function _htmlTemplateInput($newpagetemplates) { + $cnt = count($newpagetemplates); + if($cnt < 1 || $cnt == 1 && $newpagetemplates[0] == '') { + $input = ''; + + } else { + if($cnt == 1) { + list($template,) = $this->_parseNSTemplatePage($newpagetemplates[0]); + $input = ''; + } else { + $first = true; + $input = ''; + } + $input = DOKU_TAB . DOKU_TAB . $input . DOKU_LF; + } + return $input; + } + + /** + * Parses and resolves the namespace template page + * + * @param $nstemplate + * @return array + */ + protected function _parseNSTemplatePage($nstemplate) { + global $ID; + + @list($template, $name) = explode('|', $nstemplate, 2); + $template = (new PageResolver($ID))->resolveId($template); + if (is_null($name)) $name = $template; + + return array($template, $name); + } + +} diff --git a/plugins/55/color.mk b/plugins/55/color.mk new file mode 100644 index 0000000..c261870 --- /dev/null +++ b/plugins/55/color.mk @@ -0,0 +1,54 @@ +# Progress Linux: dokuwiki-plugins-extra + +# Copyright (C) 2024 Daniel Baumann +# +# SPDX-License-Identifier: GPL-3.0+ +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Build-Depends: +# none + +SHELL := sh -e + +PLUGIN := color + +all: + +test: + +build: + +install: + mkdir -p $(DESTDIR)/usr/share/dokuwiki/plugins-extra + cp -a $(PLUGIN) $(DESTDIR)/usr/share/dokuwiki/plugins-extra + + # removing unused files + rm -f $(DESTDIR)/usr/share/dokuwiki/plugins-extra/$(PLUGIN)/README* + rm -rf $(DESTDIR)/usr/share/dokuwiki/plugins-extra/$(PLUGIN)/.git* + +uninstall: + rm -rf $(DESTDIR)/usr/share/dokuwiki/plugins-extra/$(PLUGIN) + rmdir --ignore-fail-on-non-empty --parents $(DESTDIR) || true + +clean: + +distclean: + +reinstall: uninstall install + +upstream: + rm -rf $(PLUGIN) + git clone https://github.com/hanche/dokuwiki_color_plugin $(PLUGIN) + rm -rf $(PLUGIN)/.git diff --git a/plugins/55/color/README.md b/plugins/55/color/README.md new file mode 100644 index 0000000..cc379c5 --- /dev/null +++ b/plugins/55/color/README.md @@ -0,0 +1,18 @@ +# color Plugin + +This is a plugin for [dokuwiki](https://www.dokuwiki.org/start).. + +See the plugin [homepage](https://www.dokuwiki.org/plugin:color) for detailed documentation. Here we provide a brief summary of the required syntax: + +``` +⟨text⟩ +⟨text⟩ +``` + +- Square brackets indicates optional parts. + +- `⟨fg color⟩` and `⟨bg color⟩` are CSS color specifications. Either one may be empty, in which case it is ignored. + +- In the first syntax, the color specification(s) MUST NOT include a slash (`/`). +- In the second syntax, the color specification(s) MUST NOT include a colon character (`:`). We do not know any legal CSS color specification that does include a colon, nor do we anticipate that one will appear in the future. +- The resulting HTML is a `` element containing `⟨text⟩`, colorized with the given foreground and background colors. diff --git a/plugins/55/color/images/picker_blue_gray.png b/plugins/55/color/images/picker_blue_gray.png new file mode 100644 index 0000000..ebed38b Binary files /dev/null and b/plugins/55/color/images/picker_blue_gray.png differ diff --git a/plugins/55/color/images/picker_gold.png b/plugins/55/color/images/picker_gold.png new file mode 100644 index 0000000..bb6ded7 Binary files /dev/null and b/plugins/55/color/images/picker_gold.png differ diff --git a/plugins/55/color/images/picker_green.png b/plugins/55/color/images/picker_green.png new file mode 100644 index 0000000..5c6b41f Binary files /dev/null and b/plugins/55/color/images/picker_green.png differ diff --git a/plugins/55/color/images/picker_lavender.png b/plugins/55/color/images/picker_lavender.png new file mode 100644 index 0000000..14d9aa1 Binary files /dev/null and b/plugins/55/color/images/picker_lavender.png differ diff --git a/plugins/55/color/images/picker_light_gray.png b/plugins/55/color/images/picker_light_gray.png new file mode 100644 index 0000000..1eb568c Binary files /dev/null and b/plugins/55/color/images/picker_light_gray.png differ diff --git a/plugins/55/color/images/picker_light_turquoise.png b/plugins/55/color/images/picker_light_turquoise.png new file mode 100644 index 0000000..84c545e Binary files /dev/null and b/plugins/55/color/images/picker_light_turquoise.png differ diff --git a/plugins/55/color/images/picker_light_yellow.png b/plugins/55/color/images/picker_light_yellow.png new file mode 100644 index 0000000..4da4af2 Binary files /dev/null and b/plugins/55/color/images/picker_light_yellow.png differ diff --git a/plugins/55/color/images/picker_lime.png b/plugins/55/color/images/picker_lime.png new file mode 100644 index 0000000..95472c2 Binary files /dev/null and b/plugins/55/color/images/picker_lime.png differ diff --git a/plugins/55/color/images/picker_orange.png b/plugins/55/color/images/picker_orange.png new file mode 100644 index 0000000..ddbac08 Binary files /dev/null and b/plugins/55/color/images/picker_orange.png differ diff --git a/plugins/55/color/images/picker_red.png b/plugins/55/color/images/picker_red.png new file mode 100644 index 0000000..8b29b45 Binary files /dev/null and b/plugins/55/color/images/picker_red.png differ diff --git a/plugins/55/color/images/picker_rose.png b/plugins/55/color/images/picker_rose.png new file mode 100644 index 0000000..d23e0c8 Binary files /dev/null and b/plugins/55/color/images/picker_rose.png differ diff --git a/plugins/55/color/images/picker_turquoise.png b/plugins/55/color/images/picker_turquoise.png new file mode 100644 index 0000000..21cae0a Binary files /dev/null and b/plugins/55/color/images/picker_turquoise.png differ diff --git a/plugins/55/color/images/picker_yellow.png b/plugins/55/color/images/picker_yellow.png new file mode 100644 index 0000000..0204813 Binary files /dev/null and b/plugins/55/color/images/picker_yellow.png differ diff --git a/plugins/55/color/images/toolbar_icon.png b/plugins/55/color/images/toolbar_icon.png new file mode 100644 index 0000000..988d637 Binary files /dev/null and b/plugins/55/color/images/toolbar_icon.png differ diff --git a/plugins/55/color/plugin.info.txt b/plugins/55/color/plugin.info.txt new file mode 100644 index 0000000..daa3163 --- /dev/null +++ b/plugins/55/color/plugin.info.txt @@ -0,0 +1,7 @@ +base color +author Harald Hanche-Olsen +email harald.hanche-olsen@ntnu.no +date 2022-10-19 +name color syntax plugin +desc Write colored text in DokuWiki. +url https://www.dokuwiki.org/plugin:color diff --git a/plugins/55/color/script.js b/plugins/55/color/script.js new file mode 100644 index 0000000..6f9388a --- /dev/null +++ b/plugins/55/color/script.js @@ -0,0 +1,91 @@ +/* JavaScript function to create color toolbar in Dokuwiki */ +/* see http://www.dokuwiki.org/plugin:color for more info */ + +color_icobase = "../../plugins/color/images/"; + +if(window.toolbar != undefined) { + toolbar[toolbar.length] = { + "type":"picker", + "title":"Color Text", + "icon":color_icobase+"toolbar_icon.png", + "list":[{ + "type":"format", + "title":"Gray Colored Text", + "icon":color_icobase+"picker_light_gray.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Rose Highlighted Text", + "icon":color_icobase+"picker_rose.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Red Highlighted Text", + "icon":color_icobase+"picker_red.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Orange Highlighted Text", + "icon":color_icobase+"picker_orange.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Gold Highlighted Text", + "icon":color_icobase+"picker_gold.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Yellow Highlighted Text", + "icon":color_icobase+"picker_yellow.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Light Yellow Highlighted Text", + "icon":color_icobase+"picker_light_yellow.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Green Highlighted Text", + "icon":color_icobase+"picker_green.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Lime Highlighted Text", + "icon":color_icobase+"picker_lime.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Turquoise Highlighted Text", + "icon":color_icobase+"picker_turquoise.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Light Turquoise Highlighted Text", + "icon":color_icobase+"picker_light_turquoise.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Blue-Gray Highlighted Text", + "icon":color_icobase+"picker_blue_gray.png", + "open":"", + "close":"" + }, { + "type":"format", + "title":"Lavender Highlighted Text", + "icon":color_icobase+"picker_lavender.png", + "open":"", + "close":"" + }] + }; +} \ No newline at end of file diff --git a/plugins/55/color/syntax.php b/plugins/55/color/syntax.php new file mode 100644 index 0000000..3fc52e9 --- /dev/null +++ b/plugins/55/color/syntax.php @@ -0,0 +1,115 @@ + + */ + +// must be run within DokuWiki +if(!defined('DOKU_INC')) die(); + +/** + * All DokuWiki plugins to extend the parser/rendering mechanism + * need to inherit from this class + */ +class syntax_plugin_color extends DokuWiki_Syntax_Plugin { + + function getType(){ return 'formatting'; } + function getAllowedTypes() { return array('formatting', 'substition', 'disabled'); } + function getSort(){ return 158; } + function connectTo($mode) { $this->Lexer->addEntryPattern('(?=.*?)',$mode,'plugin_color'); } + function postConnect() { $this->Lexer->addExitPattern('','plugin_color'); } + + + /** + * Handle the match + */ + function handle($match, $state, $pos, Doku_Handler $handler){ + switch ($state) { + case DOKU_LEXER_ENTER : + $str = substr($match, 6, -1); + if (false === strpbrk($str,':')){ + $m = explode('/', $str); + } else { + $m = explode(':', $str); + } + $color = $this->_specToCSS('color', $m[0]); + $background = $this->_specToCSS('background-color', + isset($m[1]) ? $m[1] : null); + return [$state, [$color, $background]]; + + case DOKU_LEXER_UNMATCHED : return array($state, $match); + case DOKU_LEXER_EXIT : return array($state, ''); + } + return array(); + } + + /** + * Create output + */ + function render($mode, Doku_Renderer $renderer, $data) { + if($mode == 'xhtml'){ + list($state, $match) = $data; + switch ($state) { + case DOKU_LEXER_ENTER : + list($color, $background) = $match; + $renderer->doc .= ""; + break; + + case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break; + case DOKU_LEXER_EXIT : $renderer->doc .= ""; break; + } + return true; + } + if($mode == 'odt'){ + list($state, $match) = $data; + switch ($state) { + case DOKU_LEXER_ENTER : + list($color, $background) = $match; + if (class_exists('ODTDocument')) { + $renderer->_odtSpanOpenUseCSS (NULL, 'style="'.$color.$background.'"'); + } + break; + + case DOKU_LEXER_UNMATCHED : + $renderer->cdata($match); + break; + + case DOKU_LEXER_EXIT : + if (class_exists('ODTDocument')) { + $renderer->_odtSpanClose(); + } + break; + } + return true; + } + if($mode == 'metadata'){ + list($state, $match) = $data; + switch ($state) { + case DOKU_LEXER_UNMATCHED : + if ($renderer->capture) $renderer->cdata($match); + break; + } + return true; + } + return false; + } + + // Build a CSS attribute:value pair. + function _specToCSS($attrib, $c) { + $c = trim($c); + return ((!empty($c) && + $this->_isValid($c)) ? $attrib.':'.$c.';' + : null); + } + + // validate color value $c + // this is cut price validation - only to ensure there is nothing harmful + // just ensure that no illegal characters are included therein + // leave it to the browsers to ignore a faulty colour specification + function _isValid($c) { + return (false === strpbrk($c, '"\'<>&;')); + } +} +?> diff --git a/plugins/55/mathjax.mk b/plugins/55/mathjax.mk new file mode 100644 index 0000000..682e387 --- /dev/null +++ b/plugins/55/mathjax.mk @@ -0,0 +1,54 @@ +# Progress Linux: dokuwiki-plugins-extra + +# Copyright (C) 2024 Daniel Baumann +# +# SPDX-License-Identifier: GPL-3.0+ +# +# 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, either version 3 of the License, or +# (at your option) any later version. +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Build-Depends: +# none + +SHELL := sh -e + +PLUGIN := mathjax + +all: + +test: + +build: + +install: + mkdir -p $(DESTDIR)/usr/share/dokuwiki/plugins-extra + cp -a $(PLUGIN) $(DESTDIR)/usr/share/dokuwiki/plugins-extra + + # removing unused files + rm -f $(DESTDIR)/usr/share/dokuwiki/plugins-extra/$(PLUGIN)/README* + rm -rf $(DESTDIR)/usr/share/dokuwiki/plugins-extra/$(PLUGIN)/.git* + +uninstall: + rm -rf $(DESTDIR)/usr/share/dokuwiki/plugins-extra/$(PLUGIN) + rmdir --ignore-fail-on-non-empty --parents $(DESTDIR) || true + +clean: + +distclean: + +reinstall: uninstall install + +upstream: + rm -rf $(PLUGIN) + git clone https://github.com/liffiton/dokuwiki-plugin-mathjax $(PLUGIN) + rm -rf $(PLUGIN)/.git diff --git a/plugins/55/mathjax/README b/plugins/55/mathjax/README new file mode 100644 index 0000000..29f57ba --- /dev/null +++ b/plugins/55/mathjax/README @@ -0,0 +1,28 @@ +MathJax Plugin for DokuWiki + +Enables MathJax parsing of TeX math expressions in wiki pages +(See https://www.mathjax.org/) + +All documentation for this plugin can be found at +https://www.dokuwiki.org/plugin:mathjax + +If you install this plugin manually, make sure it is installed in +lib/plugins/mathjax/ - if the folder is named differently, it +will not work! + +Please refer to https://www.dokuwiki.org/plugins for additional info +on how to install plugins in DokuWiki. + +---- +Copyright (C) Mark Liffiton + +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 diff --git a/plugins/55/mathjax/action/enable.php b/plugins/55/mathjax/action/enable.php new file mode 100644 index 0000000..5063a5f --- /dev/null +++ b/plugins/55/mathjax/action/enable.php @@ -0,0 +1,68 @@ + + */ + +// must be run within Dokuwiki +if (!defined('DOKU_INC')) die(); + +/** + * Add scripts via an event handler + */ +class action_plugin_mathjax_enable extends DokuWiki_Action_Plugin { + + /** + * Registers our handler for the TPL_METAHEADER_OUTPUT event + */ + public function register(Doku_Event_Handler $controller) { + $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader_output'); + } + + /** + * Add