Skip to content
Snippets Groups Projects
Commit cef44311 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Add licenses to files taken from dokuwiki.org

parent bf5aefb1
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# taken from https://www.dokuwiki.org/blacklist
# under CC BY-SA 4.0 International https://creativecommons.org/licenses/by-sa/4.0/deed.en
# for authors see https://www.dokuwiki.org/blacklist?do=revisions
blacklist="https://meta.wikimedia.org/wiki/Spam_blacklist?action=raw"
{% for dw in dokuwiki %}
......
#!/bin/bash
# taken from https://www.dokuwiki.org/tips:maintenance#automatic_cleanup_script
# under CC BY-SA 4.0 International https://creativecommons.org/licenses/by-sa/4.0/deed.en
# for authors see https://www.dokuwiki.org/tips:maintenance#automatic_cleanup_script?do=revisions
function cleanup()
{
local data_path="$1" # full path to data directory of wiki
......
#!/usr/bin/env python3
# taken from https://www.dokuwiki.org/install:unused_files
# under CC BY-SA 4.0 International https://creativecommons.org/licenses/by-sa/4.0/deed.en
# for authors see https://www.dokuwiki.org/install:unused_files?do=revisions
import os
import os.path
import shutil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment