DjVu/2025-03-06: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Sysop (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Sysop (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
|next= | |next= | ||
|category=DjVu | |category=DjVu | ||
|categoryIcon= | |categoryIcon=book-open-reader | ||
}} | }} | ||
= Templates = | |||
<source lang='bash' highlight=''> | |||
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✅ | |||
</source> | |||
= nightlywikibackup = | = nightlywikibackup = | ||
Zeile 15: | Zeile 37: | ||
185/185 ( 100%): downloading Vorlage:DigiBibAB/Doku ...✅ | 185/185 ( 100%): downloading Vorlage:DigiBibAB/Doku ...✅ | ||
</source> | </source> | ||
<source lang='bash' highlight='1'> | = short urls = | ||
<source lang='bash' highlight='1,2,9'> | |||
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 | |||
</source> | </source> | ||
= DjVu - Beispiele = | |||
[[Rheinprovinz/Gemeindelexikon_1888/006]] |
Aktuelle Version vom 6. März 2025, 14:59 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