From 512fa3bf507a2df14b39bcc1773a710190fb047d Mon Sep 17 00:00:00 2001 From: Markus Lude Date: Fri, 10 Nov 2023 16:48:52 +0100 Subject: [PATCH] domain has changed to usemod.org, adjust references unfortunately usemod.com expired --- CREDITS | 2 +- Changelog | 3 ++- INSTALL | 2 +- README | 6 +++--- UPGRADE | 4 ++-- intermap | 2 +- wiki.pl | 2 +- 7 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CREDITS b/CREDITS index d14f7f2..0d0e47e 100644 --- a/CREDITS +++ b/CREDITS @@ -19,5 +19,5 @@ Users which contributed patches added to versions after 1.0: * UngarPeter If I've forgotten someone, please leave a note on UseMod:MarkusLude or -send mail to usemod@usemod.com. +send mail to usemod@usemod.org. diff --git a/Changelog b/Changelog index 52f4a80..86c6432 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ Changes for bugfix release: * fix HTML markup, no XHTML +* domain has changed to usemod.org Changes for bugfix release 1.2.1 (December 01, 2017): * closing div for class wikibody was missing at some places, added @@ -123,5 +124,5 @@ Changes for bugfix release 1.0.1 (July 9, 2007): fix contributed by UngarPeter If I've forgotten something or someone, please leave a note on -UseMod:MarkusLude or send mail to usemod@usemod.com. +UseMod:MarkusLude or send mail to usemod@usemod.org. diff --git a/INSTALL b/INSTALL index 26c7036..19e23ea 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ See the UPGRADE file for instructions to upgrade an existing wiki. New Installations: The following instructions should work for most UNIX-based systems. -See http://www.usemod.com/cgi-bin/wiki.pl?UseModWiki/InstallWindows for +See https://www.usemod.org/cgi-bin/wiki.pl?UseModWiki/InstallWindows for instructions if you are installing under Microsoft Windows. 1. Copy the file "wiki.pl" to your cgi-bin directory. You can rename diff --git a/README b/README index 29e7d80..45e4130 100644 --- a/README +++ b/README @@ -3,14 +3,14 @@ Last updated: August 28, 2009 Release notes: -Visit http://www.usemod.com/cgi-bin/wiki.pl for documentation and official +Visit https://www.usemod.org/cgi-bin/wiki.pl for documentation and official announcements regarding UseModWiki. The current documentation is minimal, but the developers and some users will try to answer any questions. -Please send questions or comments to usemod@usemod.com. +Please send questions or comments to usemod@usemod.org. A mailing list for major UseModWiki announcements (releases and critical -bugs) is available. Send mail to usemod@usemod.com to join the list. +bugs) is available. Send mail to usemod@usemod.org to join the list. ------ Security: diff --git a/UPGRADE b/UPGRADE index 4f68a22..428f733 100644 --- a/UPGRADE +++ b/UPGRADE @@ -2,7 +2,7 @@ Upgrade instructions for UseModWiki 1.0 Last updated: September 11, 2003 See the INSTALL file for new installations. -Please email usemod@usemod.com with any questions, comments, or suggestions. +Please email usemod@usemod.org with any questions, comments, or suggestions. ------ Upgrading from 0.90, 0.91, or 0.92: @@ -32,7 +32,7 @@ you should change $FreeLinks to 0. ------ Upgrading from older versions (before 0.90) is possible, but requires -a conversion utility for the database. Contact usemod@usemod.com for +a conversion utility for the database. Contact usemod@usemod.org for upgrade instructions. ------ diff --git a/intermap b/intermap index 9cead67..8f0ef34 100644 --- a/intermap +++ b/intermap @@ -5,6 +5,6 @@ Google http://www.google.com/search?q= GoogleGroups http://groups.google.com/groups?q= IMDB http://us.imdb.com/Title? JargonFile http://sunir.org/apps/meta.pl?wiki=JargonFile&redirect= -UseMod http://www.usemod.com/cgi-bin/wiki.pl? +UseMod https://www.usemod.org/cgi-bin/wiki.pl? Wiki http://c2.com/cgi/wiki? WikiPedia http://www.wikipedia.org/wiki/ diff --git a/wiki.pl b/wiki.pl index 9135c27..767e366 100755 --- a/wiki.pl +++ b/wiki.pl @@ -4463,7 +4463,7 @@ sub WriteDiff { # no one edits the page by the time the keep expiry time # elapses, then no one has vetoed the last action, and the # action is accepted. -# See http://www.usemod.com/cgi-bin/mb.pl?PageDeletion +# See http://meatballwiki.org/wiki/PageDeletion sub ProcessVetos { my ($expirets);