Main public logs

From SimDemocracy Archives

Combined display of all available logs of SimDemocracy Archives. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:14, 9 March 2025 Chief Archivist Ferris talk contribs created page Upload.sh (Created page with "#!/usr/bin/env sh API="https://qwrky.dev/mediawiki/api.php" csrf=$(curl -b cookie.lwp -c cookie.lwp $API -d action=query -d meta=tokens -d format=json | jq -r '.query.tokens.csrftoken') for file in *; do curl -b cookie.lwp -c cookie.lwp $API -d action=edit -d title="$file" --data-urlencode token=$csrf -d forma...")