DjVu/2025-03-06: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Sysop (Diskussion | Beiträge) |
Sysop (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 3: | Zeile 3: | ||
|next= | |next= | ||
|category=DjVu | |category=DjVu | ||
|categoryIcon= | |categoryIcon=book-open-reader | ||
}} | }} | ||
= Templates = | = Templates = |
Version vom 6. März 2025, 14:40 Uhr
Templates
wikipush -s genwiki -t thanatos -p "Template:If"
copying 1 pages from genwiki to thanatos
1/1 ( 100%): copying ... Template:If✅
wikipush -s genwiki -t thanatos -p "Template:Switch"
copying 1 pages from genwiki to thanatos
1/1 ( 100%): copying ... Template:Switch✅
wikipush -s genwiki -t thanatos -p "Template:Mitmachen"
copying 1 pages from genwiki to thanatos
1/1 ( 100%): copying ... Template:Mitmachen✅
wf@fixit .mediawiki-japi % wikipush -s genwiki -t thanatos -p "File:Nuvola-gnome-devel.svg" -wi -f
copying 1 pages from genwiki to thanatos
1/1 ( 100%): copying ... File:Nuvola-gnome-devel.svg✅
copying image Datei:Heckert GNU white.svg ...✅
genwiki -t thanatos -p "Template:GOV-Hinweis"
copying 1 pages from genwiki to thanatos
1/1 ( 100%): copying ... Template:GOV-Hinweis✅
wikipush -s genwiki -t thanatos -p "Template:Bearbeitungsstand"
copying 1 pages from genwiki to thanatos
1/1 ( 100%): copying ... Template:Bearbeitungsstand✅
nightlywikibackup
nightlywikibackup --days 325 -t zeus
101/101 ( 100%): downloading Template:PageSequence ...✅
nightlywikibackup --days 325 -t Thalia
12/12 ( 100%): downloading VQM/Thomas Kraft 2025-02-28 ...✅
nightlywikibackup --days 325 -t thanatos
185/185 ( 100%): downloading Vorlage:DigiBibAB/Doku ...✅
short urls
docker exec -it Thanatos-mw /bin/bash
cat /etc/apache2/conf-enabled/short-url.conf
# WF 2025-03-06
<Directory /var/www/html>
RewriteEngine On
# add Thanatos
RewriteRule ^(.*/)?index\.php/(.*)$ /Thanatos/index.php?title=$2 [R=301,L]
</Directory>
docker exec Thanatos-mw apache2ctl restart