Signed-off-by: Austin English austinenglish@gmail.com --- ANNOUNCE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ANNOUNCE b/ANNOUNCE index 16368ac168..6450ac35d5 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -10,17 +10,17 @@ What's new in this release (see below for details):
The source is available from the following locations:
- http://dl.winehq.org/wine/source/2.x/wine-2.22.tar.xz + https://dl.winehq.org/wine/source/2.x/wine-2.22.tar.xz http://mirrors.ibiblio.org/wine/source/2.x/wine-2.22.tar.xz
Binary packages for various distributions will be available from:
- http://www.winehq.org/download + https://www.winehq.org/download
-You will find documentation on http://www.winehq.org/documentation +You will find documentation on https://www.winehq.org/documentation
You can also get the current source directly from the git -repository. Check http://www.winehq.org/git for details. +repository. Check https://wiki.winehq.org/Git_Wine_Tutorial for details.
Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list.
Signed-off-by: Austin English austinenglish@gmail.com --- README | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/README b/README index 7e0f171367..0d44b45c8c 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ Or run Wine directly from the build directory:
Run programs as "wine program". For more information and problem resolution, read the rest of this file, the Wine man page, and -especially the wealth of information found at http://www.winehq.org. +especially the wealth of information found at https://www.winehq.org.
3. REQUIREMENTS @@ -48,7 +48,7 @@ support kernel threads may be supported in the future.
FreeBSD info: Wine will generally not work properly on versions before FreeBSD 8.0. - See http://wiki.freebsd.org/Wine for more information. + See https://wiki.freebsd.org/Wine for more information.
Solaris info: You will most likely need to build Wine with the GNU toolchain @@ -81,7 +81,7 @@ Basic requirements:
Optional support libraries: Configure will display notices when optional libraries are not found - on your system. See http://wiki.winehq.org/Recommended_Packages for + on your system. See https://wiki.winehq.org/Recommended_Packages for hints about the packages you should install. On 64-bit platforms, you have to make sure to install the 32-bit versions of these libraries. @@ -115,7 +115,7 @@ first. Try either "dpkg -r wine" or "rpm -e wine" or "make uninstall" before installing.
Once installed, you can run the "winecfg" configuration tool. See the -Support area at http://www.winehq.org/ for configuration hints. +Support area at https://www.winehq.org/ for configuration hints.
6. RUNNING PROGRAMS @@ -142,25 +142,25 @@ a bug. 7. GETTING MORE INFORMATION
WWW: A great deal of information about Wine is available from WineHQ at - http://www.winehq.org/ : various Wine Guides, application database, + https://www.winehq.org/ : various Wine Guides, application database, bug tracking. This is probably the best starting point.
-FAQ: The Wine FAQ is located at http://www.winehq.org/FAQ +FAQ: The Wine FAQ is located at https://www.winehq.org/FAQ
-Wiki: The Wine Wiki is located at http://wiki.winehq.org +Wiki: The Wine Wiki is located at https://wiki.winehq.org
Mailing lists: There are several mailing lists for Wine users and developers; - see http://www.winehq.org/forums for more information. + see https://www.winehq.org/forums for more information.
-Bugs: Report bugs to Wine Bugzilla at http://bugs.winehq.org +Bugs: Report bugs to Wine Bugzilla at https://bugs.winehq.org Please search the bugzilla database to check whether your problem is already known or fixed before posting a bug report.
IRC: Online help is available at channel #WineHQ on irc.freenode.net.
Git: The current Wine development tree is available through Git. - Go to http://www.winehq.org/git for more information. + Go to https://wiki.winehq.org/Git_Wine_Tutorial for more information.
If you add something, or fix a bug, please send a patch (preferably using git-format-patch) to the wine-devel@winehq.org list for
Signed-off-by: Austin English austinenglish@gmail.com --- configure | 6 +++--- configure.ac | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/configure b/configure index 4217def1ed..51004a2a2c 100755 --- a/configure +++ b/configure @@ -583,7 +583,7 @@ PACKAGE_TARNAME='wine' PACKAGE_VERSION='2.22' PACKAGE_STRING='Wine 2.22' PACKAGE_BUGREPORT='wine-devel@winehq.org' -PACKAGE_URL='http://www.winehq.org' +PACKAGE_URL='https://www.winehq.org'
ac_unique_file="server/atom.c" # Factoring default headers for most tests. @@ -2514,7 +2514,7 @@ Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations.
Report bugs to wine-devel@winehq.org. -Wine home page: http://www.winehq.org. +Wine home page: https://www.winehq.org. _ACEOF ac_status=$? fi @@ -19857,7 +19857,7 @@ Configuration commands: $config_commands
Report bugs to wine-devel@winehq.org. -Wine home page: http://www.winehq.org." +Wine home page: https://www.winehq.org."
_ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 diff --git a/configure.ac b/configure.ac index 22620ecab2..e372a17ebf 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ m4_define(WINE_VERSION,regexp(m4_include(VERSION),[version ([-.0-9A-Za-z]+)],[
dnl autoconf versions before 2.62 don't handle source dir symlinks correctly AC_PREREQ(2.62) -AC_INIT([Wine],[WINE_VERSION],[wine-devel@winehq.org],[wine],[http://www.winehq.org]) +AC_INIT([Wine],[WINE_VERSION],[wine-devel@winehq.org],[wine],[https://www.winehq.org]) AC_CONFIG_SRCDIR(server/atom.c) AC_CONFIG_HEADERS(include/config.h) AC_CONFIG_AUX_DIR(tools) @@ -23,8 +23,8 @@ m4_ifdef([AS_VAR_IF],,[AC_DEFUN([AS_VAR_IF], AS_IF([test "x$as_val" = x""$2], [$3], [$4])])])])dnl dnl autoconf versions before 2.64 don't have AC_PACKAGE_URL m4_ifdef([AC_PACKAGE_URL],, - [AC_DEFINE([PACKAGE_URL], ["http://www.winehq.org"], [Define to the home page for this package.]) - AC_SUBST([PACKAGE_URL], ["http://www.winehq.org%22%5D)%5D)dnl + [AC_DEFINE([PACKAGE_URL], ["https://www.winehq.org"], [Define to the home page for this package.]) + AC_SUBST([PACKAGE_URL], ["https://www.winehq.org%22%5D)%5D)dnl
dnl **** Command-line arguments ****
Signed-off-by: Austin English austinenglish@gmail.com --- dlls/appwiz.cpl/addons.c | 4 ++-- dlls/appwiz.cpl/appwiz.rc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dlls/appwiz.cpl/addons.c b/dlls/appwiz.cpl/addons.c index 5ec49cfe6a..0bbc90f3eb 100644 --- a/dlls/appwiz.cpl/addons.c +++ b/dlls/appwiz.cpl/addons.c @@ -86,7 +86,7 @@ static const addon_info_t addons_info[] = { "wine_gecko-" GECKO_VERSION "-" ARCH_STRING ".msi", "gecko", GECKO_SHA, - "http://source.winehq.org/winegecko.php", + "https://source.winehq.org/winegecko.php", "MSHTML", "GeckoUrl", "GeckoCabDir", MAKEINTRESOURCEW(ID_DWL_GECKO_DIALOG) }, @@ -95,7 +95,7 @@ static const addon_info_t addons_info[] = { "wine-mono-" MONO_VERSION ".msi", "mono", MONO_SHA, - "http://source.winehq.org/winemono.php", + "https://source.winehq.org/winemono.php", "Dotnet", "MonoUrl", "MonoCabDir", MAKEINTRESOURCEW(ID_DWL_MONO_DIALOG) } diff --git a/dlls/appwiz.cpl/appwiz.rc b/dlls/appwiz.cpl/appwiz.rc index 5c8b31b525..589f27548f 100644 --- a/dlls/appwiz.cpl/appwiz.rc +++ b/dlls/appwiz.cpl/appwiz.rc @@ -102,7 +102,7 @@ FONT 8, "MS Shell Dlg" CONTROL "Wine could not find a Gecko package which is needed for applications embedding HTML " \ "to work correctly. Wine can automatically download and install it for you.\n\n" \ "Note: it is recommended to use your distribution's packages instead. " \ - "See <a href="http://wiki.winehq.org/Gecko%5C%22%3Ehttp://wiki.winehq.org/Gecko</a> for details.", + "See <a href="https://wiki.winehq.org/Gecko%5C%22%3Ehttps://wiki.winehq.org/Gecko</a> for details.", ID_DWL_STATUS, "SysLink", 0, 10, 10, 240, 65 CONTROL "", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 40, 240, 12 DEFPUSHBUTTON "&Install", ID_DWL_INSTALL, 200, 76, 50, 14, WS_GROUP | WS_TABSTOP @@ -117,7 +117,7 @@ FONT 8, "MS Shell Dlg" CONTROL "Wine could not find a wine-mono package which is needed for .NET applications " \ "to work correctly. Wine can automatically download and install it for you.\n\n" \ "Note: it is recommended to use your distribution's packages instead. " \ - "See <a href="http://wiki.winehq.org/Mono%5C%22%3Ehttp://wiki.winehq.org/Mono</a> for details.", + "See <a href="https://wiki.winehq.org/Mono%5C%22%3Ehttps://wiki.winehq.org/Mono</a> for details.", ID_DWL_STATUS, "SysLink", 0, 10, 10, 240, 65 CONTROL "", ID_DWL_PROGRESS, PROGRESS_CLASSA, WS_BORDER|PBS_SMOOTH, 10, 40, 240, 12 DEFPUSHBUTTON "&Install", ID_DWL_INSTALL, 200, 76, 50, 14, WS_GROUP | WS_TABSTOP
Hi Austin,
On 30.11.2017 19:56, Austin English wrote:
diff --git a/dlls/appwiz.cpl/addons.c b/dlls/appwiz.cpl/addons.c index 5ec49cfe6a..0bbc90f3eb 100644 --- a/dlls/appwiz.cpl/addons.c +++ b/dlls/appwiz.cpl/addons.c @@ -86,7 +86,7 @@ static const addon_info_t addons_info[] = { "wine_gecko-" GECKO_VERSION "-" ARCH_STRING ".msi", "gecko", GECKO_SHA,
"http://source.winehq.org/winegecko.php",
},"https://source.winehq.org/winegecko.php", "MSHTML", "GeckoUrl", "GeckoCabDir", MAKEINTRESOURCEW(ID_DWL_GECKO_DIALOG)
@@ -95,7 +95,7 @@ static const addon_info_t addons_info[] = { "wine-mono-" MONO_VERSION ".msi", "mono", MONO_SHA,
"http://source.winehq.org/winemono.php",
"https://source.winehq.org/winemono.php",
While I'm not really opposed, I think this deserves more attention. Note that this change means that we will download Gecko and Mono using https instead of http. While it's usually fine, it's an extra complexity and involves additional dependences to achieve the task. For example, it means that if you don't have a working GnuTLS and WineGecko cached, Wine won't be able to setup your prefix correctly.
Also note that we check checksums of downloaded files, so installing those packages is safe as far as attacks by modifying content is considered. All we gain from https in this case is a bit of privacy improvement.
That said, I'm not sure we want that change unless we have a good reason.
Thanks,
Jacek
On Nov 30, 2017 1:21 PM, "Jacek Caban" jacek@codeweavers.com wrote:
Hi Austin,
On 30.11.2017 19:56, Austin English wrote:
diff --git a/dlls/appwiz.cpl/addons.c b/dlls/appwiz.cpl/addons.c index 5ec49cfe6a..0bbc90f3eb 100644 --- a/dlls/appwiz.cpl/addons.c +++ b/dlls/appwiz.cpl/addons.c @@ -86,7 +86,7 @@ static const addon_info_t addons_info[] = { "wine_gecko-" GECKO_VERSION "-" ARCH_STRING ".msi", "gecko", GECKO_SHA, - "http://source.winehq.org/winegecko.php" http://source.winehq.org/winegecko.php, + "https://source.winehq.org/winegecko.php" https://source.winehq.org/winegecko.php, "MSHTML", "GeckoUrl", "GeckoCabDir", MAKEINTRESOURCEW(ID_DWL_GECKO_DIALOG) }, @@ -95,7 +95,7 @@ static const addon_info_t addons_info[] = { "wine-mono-" MONO_VERSION ".msi", "mono", MONO_SHA, - "http://source.winehq.org/winemono.php" http://source.winehq.org/winemono.php, + "https://source.winehq.org/winemono.php" https://source.winehq.org/winemono.php,
While I'm not really opposed, I think this deserves more attention. Note that this change means that we will download Gecko and Mono using https instead of http. While it's usually fine, it's an extra complexity and involves additional dependences to achieve the task. For example, it means that if you don't have a working GnuTLS and WineGecko cached, Wine won't be able to setup your prefix correctly.
I have gnutls set up, so hadn't considered that. I would think that we consider a lack of gnutls an unsupported platform, but I don't think this is important enough to break that usecase.
Also note that we check checksums of downloaded files, so installing those packages is safe as far as attacks by modifying content is considered. All we gain from https in this case is a bit of privacy improvement.
That said, I'm not sure we want that change unless we have a good reason.
Sure. Can we agree to change the message to an https version of the wiki?
Hi Austin,
On 12/1/17 1:23 AM, Austin English wrote:
That said, I'm not sure we want that change unless we have a good reason.
Sure. Can we agree to change the message to an https version of the wiki?
Sure, that sounds good.
Thanks, Jacek
Signed-off-by: Austin English austinenglish@gmail.com --- dlls/gdi32/tests/vertical.sfd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/gdi32/tests/vertical.sfd b/dlls/gdi32/tests/vertical.sfd index 9d085247ca..66705f8c56 100644 --- a/dlls/gdi32/tests/vertical.sfd +++ b/dlls/gdi32/tests/vertical.sfd @@ -744,7 +744,7 @@ ShortTable: maxp 16 1 1 EndShort -LangName: 1033 "" "" "" "FontForge 2.0 : WineTestVertical: 11-3-2013" "" "Version 1.055" "" "" "" "" "" "http://www.winehq.com" "" "" "" "" "WineTestVertical" "regular" +LangName: 1033 "" "" "" "FontForge 2.0 : WineTestVertical: 11-3-2013" "" "Version 1.055" "" "" "" "" "" "https://www.winehq.org" "" "" "" "" "WineTestVertical" "regular" GaspTable: 1 65535 2 0 Encoding: UnicodeFull UnicodeInterp: none
Signed-off-by: Austin English austinenglish@gmail.com --- fonts/courier.sfd | 2 +- fonts/fixedsys.sfd | 2 +- fonts/marlett.sfd | 2 +- fonts/ms_sans_serif.sfd | 2 +- fonts/small_fonts.sfd | 2 +- fonts/small_fonts_jp.sfd | 2 +- fonts/symbol.sfd | 2 +- fonts/system.sfd | 2 +- fonts/tahoma.sfd | 2 +- fonts/tahomabd.sfd | 2 +- fonts/wingding.sfd | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/fonts/courier.sfd b/fonts/courier.sfd index 27851e1432..265fa1d50d 100644 --- a/fonts/courier.sfd +++ b/fonts/courier.sfd @@ -43,7 +43,7 @@ Lookup: 4 0 1 "'liga' Standard Ligatures in Latin lookup 0" {"'liga' Standard Li Lookup: 4 0 1 "'liga' Standard Ligatures lookup 1" {"'liga' Standard Ligatures lookup 1 subtable" } ['liga' ('DFLT' <'dflt' > ) ] Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 2" {"'frac' Diagonal Fractions lookup 2 subtable" } ['frac' ('DFLT' <'dflt' > ) ] DEI: 91125 -LangName: 1033 "" "" "" "FontForge 1.0 : Courier : 9-7-2004" "" "" "" "" "Created with FontForge 1.0 (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "" "FontForge 1.0 : Courier : 9-7-2004" "" "" "" "" "Created with FontForge 1.0 (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "https://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "https://www.gnu.org/licenses/lgpl.html" Encoding: UnicodeBmp UnicodeInterp: none NameList: Adobe Glyph List diff --git a/fonts/fixedsys.sfd b/fonts/fixedsys.sfd index e618cb3cbb..7a2833669d 100644 --- a/fonts/fixedsys.sfd +++ b/fonts/fixedsys.sfd @@ -41,7 +41,7 @@ HheadDOffset: 0 OS2Vendor: 'Wine' MarkAttachClasses: 1 DEI: 91125 -LangName: 1033 "" "" "" "" "" "" "" "" "Created with FontForge (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "" "" "" "" "" "" "Created with FontForge (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "https://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "https://www.gnu.org/licenses/lgpl.html" Encoding: UnicodeBmp UnicodeInterp: none NameList: Adobe Glyph List diff --git a/fonts/marlett.sfd b/fonts/marlett.sfd index eba4731bcd..2cfb23b12f 100644 --- a/fonts/marlett.sfd +++ b/fonts/marlett.sfd @@ -44,7 +44,7 @@ ShortTable: cvt 2 68 1297 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "" "" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "" "" "" "" "" "" "" "" "" "https://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "https://www.gnu.org/licenses/lgpl.html" Encoding: Symbol UnicodeInterp: none NameList: Adobe Glyph List diff --git a/fonts/ms_sans_serif.sfd b/fonts/ms_sans_serif.sfd index 751b35d064..181f7bf89b 100644 --- a/fonts/ms_sans_serif.sfd +++ b/fonts/ms_sans_serif.sfd @@ -47,7 +47,7 @@ ShortTable: cvt 2 0 8 EndShort -LangName: 1033 "" "" "" "FontForge 1.0 : MS Sans Serif : 14-6-2004" "" "" "" "" "Created with FontForge 1.0 (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "" "FontForge 1.0 : MS Sans Serif : 14-6-2004" "" "" "" "" "Created with FontForge 1.0 (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "https://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "https://www.gnu.org/licenses/lgpl.html" Encoding: UnicodeBmp UnicodeInterp: none NameList: Adobe Glyph List diff --git a/fonts/small_fonts.sfd b/fonts/small_fonts.sfd index 28dcee28e1..f13bf98e60 100644 --- a/fonts/small_fonts.sfd +++ b/fonts/small_fonts.sfd @@ -52,7 +52,7 @@ OS2StrikeYPos: 11729 OS2Vendor: 'Wine' Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 0" {"'frac' Diagonal Fractions lookup 0 subtable" } ['frac' ('DFLT' <'dflt' > ) ] DEI: 91125 -LangName: 1033 "" "" "" "" "" "" "" "" "Created with FontForge (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "" "" "" "" "" "" "Created with FontForge (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "https://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "https://www.gnu.org/licenses/lgpl.html" Encoding: UnicodeBmp UnicodeInterp: none NameList: Adobe Glyph List diff --git a/fonts/small_fonts_jp.sfd b/fonts/small_fonts_jp.sfd index 10d24e3ead..4ac2aae703 100644 --- a/fonts/small_fonts_jp.sfd +++ b/fonts/small_fonts_jp.sfd @@ -52,7 +52,7 @@ OS2StrikeYPos: 11729 OS2Vendor: 'Wine' Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 0" {"'frac' Diagonal Fractions lookup 0 subtable" } ['frac' ('DFLT' <'dflt' > ) ] DEI: 91125 -LangName: 1033 "" "" "" "" "" "" "" "" "Created with FontForge (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "" "" "" "" "" "" "Created with FontForge (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "https://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "https://www.gnu.org/licenses/lgpl.html" Encoding: UnicodeBmp UnicodeInterp: none NameList: Adobe Glyph List diff --git a/fonts/symbol.sfd b/fonts/symbol.sfd index f5b8bee89c..4ab24393d4 100644 --- a/fonts/symbol.sfd +++ b/fonts/symbol.sfd @@ -71,7 +71,7 @@ ShortTable: maxp 16 0 0 EndShort -LangName: 1033 "" "" "Regular" "WineSymbol:Version 1.1" "" "Version 1.1 February 3, 2009, initial release" "" "" "Wine" "Jon Parshall for CodeWeavers" "" "http://www.winehq.org" "http://www.codeweavers.com" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-A copy of the GNU Lesser General Public License is included in the Wine distribution in the file COPYING.LIB. If you did not receive this copy, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA." "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "Regular" "WineSymbol:Version 1.1" "" "Version 1.1 February 3, 2009, initial release" "" "" "Wine" "Jon Parshall for CodeWeavers" "" "https://www.winehq.org" "https://www.codeweavers.com" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-A copy of the GNU Lesser General Public License is included in the Wine distribution in the file COPYING.LIB. If you did not receive this copy, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA." "https://www.gnu.org/licenses/lgpl.html" GaspTable: 1 65535 2 0 Encoding: Custom UnicodeInterp: none diff --git a/fonts/system.sfd b/fonts/system.sfd index cc279a44e1..715620bf92 100644 --- a/fonts/system.sfd +++ b/fonts/system.sfd @@ -43,7 +43,7 @@ Lookup: 4 0 1 "'liga' Standard Ligatures in Latin lookup 0" {"'liga' Standard Li Lookup: 4 0 1 "'liga' Standard Ligatures lookup 1" {"'liga' Standard Ligatures lookup 1 subtable" } ['liga' ('DFLT' <'dflt' > ) ] Lookup: 4 0 0 "'frac' Diagonal Fractions lookup 2" {"'frac' Diagonal Fractions lookup 2 subtable" } ['frac' ('DFLT' <'dflt' > ) ] DEI: 91125 -LangName: 1033 "" "" "" "" "" "" "" "" "Created with FontForge 1.0 (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "" "" "" "" "" "" "Created with FontForge 1.0 (http://fontforge.sourceforge.net)" "Huw D M Davies" "" "https://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoA +AAoA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoA +AAoA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "https://www.gnu.org/licenses/lgpl.html" Encoding: UnicodeBmp UnicodeInterp: none NameList: Adobe Glyph List diff --git a/fonts/tahoma.sfd b/fonts/tahoma.sfd index 3d6b44ee13..917669e437 100644 --- a/fonts/tahoma.sfd +++ b/fonts/tahoma.sfd @@ -103,7 +103,7 @@ TtfTable: VDMX 1504 !=/YK EndTtf LangName: 1038 "" "" "Norm+AOEA-l" -LangName: 1033 "" "" "" "Wine Tahoma Regular" "" "Version 0.001" "" "(C) 2004 Larry Snyder Based on Bitstream Vera Sans (C) Bitstream Inc." "" "" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA+AAoA" "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "" "Wine Tahoma Regular" "" "Version 0.001" "" "(C) 2004 Larry Snyder Based on Bitstream Vera Sans (C) Bitstream Inc." "" "" "" "https://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA+AAoA" "https://www.gnu.org/licenses/lgpl.html" GaspTable: 3 8 0 16 1 65535 3 0 Encoding: UnicodeBmp UnicodeInterp: none diff --git a/fonts/tahomabd.sfd b/fonts/tahomabd.sfd index b132f9ab2c..d0c3493d38 100644 --- a/fonts/tahomabd.sfd +++ b/fonts/tahomabd.sfd @@ -103,7 +103,7 @@ TtfTable: VDMX 1504 !=/YK EndTtf LangName: 1038 "" "" "F+AOkA-lk+APYA-v+AOkA-r" "" "Tahoma F+AOkA-lk+APYA-v+AOkA-r" -LangName: 1033 "" "" "" "Wine Tahoma Bold" "" "Version 0.001" "" "(C) 2004 Larry Snyder Based on Bitstream Vera Sans (C) Bitstream Inc." "" "" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA+AAoA" "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "" "Wine Tahoma Bold" "" "Version 0.001" "" "(C) 2004 Larry Snyder Based on Bitstream Vera Sans (C) Bitstream Inc." "" "" "" "https://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA+AAoA" "https://www.gnu.org/licenses/lgpl.html" GaspTable: 3 8 0 16 1 65535 3 0 Encoding: UnicodeBmp UnicodeInterp: none diff --git a/fonts/wingding.sfd b/fonts/wingding.sfd index c46152b077..f426076f29 100644 --- a/fonts/wingding.sfd +++ b/fonts/wingding.sfd @@ -43,7 +43,7 @@ ShortTable: cvt 2 68 1297 EndShort -LangName: 1033 "" "" "" "" "" "" "" "" "" "" "" "http://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "http://www.gnu.org/licenses/lgpl.html" +LangName: 1033 "" "" "" "" "" "" "" "" "" "" "" "https://www.winehq.org" "" "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.+AAoACgAA-This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.+AAoACgAA-You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA+AAoA" "https://www.gnu.org/licenses/lgpl.html" Encoding: Symbol UnicodeInterp: none NameList: Adobe Glyph List
Signed-off-by: Austin English austinenglish@gmail.com --- loader/wine.de.UTF-8.man.in | 16 ++++++++-------- loader/wine.fr.UTF-8.man.in | 8 ++++---- loader/wine.man.in | 8 ++++---- loader/wine.pl.UTF-8.man.in | 16 ++++++++-------- 4 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/loader/wine.de.UTF-8.man.in b/loader/wine.de.UTF-8.man.in index 25dff945e9..847ac8a0a7 100644 --- a/loader/wine.de.UTF-8.man.in +++ b/loader/wine.de.UTF-8.man.in @@ -279,36 +279,36 @@ im obersten Ordner der Quellcodedistribution. .SH FEHLER .PP Statusberichte für viele Anwendungen sind unter -.I http://appdb.winehq.org +.I https://appdb.winehq.org verfügbar. Bitte fügen Sie Anwendungen, die Sie mit Wine nutzen, der Liste hinzu, sofern noch kein Eintrag existiert. .PP Fehler können unter -.I http://bugs.winehq.org +.I https://bugs.winehq.org gemeldet werden. Wenn Sie einen Fehler melden möchten, lesen Sie bitte vorher -.I http://wiki.winehq.org/Bugs +.I https://wiki.winehq.org/Bugs im .B wine -Quellcode, um zu sehen, welche Informationen benötigt werden. .PP Probleme und Hinweise mit/zu dieser Manpage können auch auf -.I http://bugs.winehq.org +.I https://bugs.winehq.org gemeldet werden. .SH VERFÜGBARKEIT Die aktuellste öffentliche Wine-Version kann auf -.I http://www.winehq.org/download +.I https://www.winehq.org/download bezogen werden. .PP Ein Schnappschuss des Entwicklungscodes kann via GIT besorgt werden, siehe dazu .I -http://www.winehq.org/site/git +https://wiki.winehq.org/Git_Wine_Tutorial .PP WineHQ, die Hauptseite der .B wine -Entwicklung, befindet sich auf -.IR http://www.winehq.org . +.IR https://www.winehq.org . Diese Website bietet viele Informationen und Ressourcen zu .BR wine . .PP @@ -317,7 +317,7 @@ Für nähere Informationen zur Entwicklung von können Sie sich als Abonnement bei der .B wine -Mailingliste auf -.I http://www.winehq.org/forums +.I https://www.winehq.org/forums eintragen. .SH "SIEHE AUCH" .BR wineserver (1),\ winedbg (1) diff --git a/loader/wine.fr.UTF-8.man.in b/loader/wine.fr.UTF-8.man.in index c2a2ae66c6..0016f16fa3 100644 --- a/loader/wine.fr.UTF-8.man.in +++ b/loader/wine.fr.UTF-8.man.in @@ -273,25 +273,25 @@ licence se trouve dans le fichier .SH BUGS .PP Un rapport sur la compatibilité de nombreuses applications est disponible sur la -.UR http://appdb.winehq.org +.UR https://appdb.winehq.org .B base de données d'applications de Wine .UE . N'hésitez pas à y ajouter des entrées pour les applications que vous exécutez actuellement, si nécessaire. .PP Les bugs peuvent être signalés (en anglais) sur le -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B système de suivi des problèmes de Wine .UE . .SH DISPONIBILITÉ La version publique la plus récente de Wine est disponible sur WineHQ, le -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B quartier général du développement de Wine .UE . .SH "VOIR AUSSI" .BR wineserver (1), .BR winedbg (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Documentation et support de Wine .UE . diff --git a/loader/wine.man.in b/loader/wine.man.in index 5482896284..ff37586d5f 100644 --- a/loader/wine.man.in +++ b/loader/wine.man.in @@ -287,27 +287,27 @@ in the top-level directory of the source distribution. .SH BUGS .PP A status report on many applications is available from the -.UR http://appdb.winehq.org +.UR https://appdb.winehq.org .B Wine Application Database .UE . Please add entries to this list for applications you currently run, if necessary. .PP Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY The most recent public version of .B wine is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wineserver (1), .BR winedbg (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE . diff --git a/loader/wine.pl.UTF-8.man.in b/loader/wine.pl.UTF-8.man.in index 1718d65561..a9792f7612 100644 --- a/loader/wine.pl.UTF-8.man.in +++ b/loader/wine.pl.UTF-8.man.in @@ -282,35 +282,35 @@ w głównym katalogu dystrybucyjnym źródła. .SH BŁĘDY .PP Raporty stanu działania programów są dostępne na stronie -.IR http://appdb.winehq.org . +.IR https://appdb.winehq.org . Jeżeli brakuje na liście aplikacji, której używasz, to nie wahaj się dodać jej samodzielnie. .PP Raporty błędów mogą być wysyłane do Wine Bugzilla -.I http://bugs.winehq.org +.I https://bugs.winehq.org Jeżeli chcesz zgłosić błąd zapoznaj się z -.I http://wiki.winehq.org/Bugs +.I https://wiki.winehq.org/Bugs w źródle .B wine , aby dowiedzieć się jakie informacje są niezbędne .PP Sugestie i problemy dotyczące tej instrukcji również przesyłaj do -.I http://bugs.winehq.org +.I https://bugs.winehq.org .SH DOSTĘPNOŚĆ Najaktualniejszą publiczną wersję .B wine można pobrać ze strony -.I http://www.winehq.org/download +.I https://www.winehq.org/download .PP Najaktualnieszy zrzut kodu można pobrać przez GIT. Aby dowiedzieć się jak to zrobić, odwiedź stronę .I -http://www.winehq.org/site/git +https://wiki.winehq.org/Git_Wine_Tutorial .PP WineHQ, siedziba rozwoju .B wine , mieści się na stronie -.IR http://www.winehq.org . +.IR https://www.winehq.org . Strona ta zawiera wiele informacji o .BR wine . .PP @@ -319,7 +319,7 @@ Po dalsze informacje na temat rozwoju zapisz się na listę mailingową .B wine na stronie -.I http://www.winehq.org/forums +.I https://www.winehq.org/forums
.SH "ZOBACZ TAKŻE" .BR wineserver (1),
Signed-off-by: Austin English austinenglish@gmail.com --- po/wine.pot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/po/wine.pot b/po/wine.pot index f9d759c566..a48bc44ed7 100644 --- a/po/wine.pot +++ b/po/wine.pot @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: Wine\n" -"Report-Msgid-Bugs-To: http://bugs.winehq.org%5Cn" +"Report-Msgid-Bugs-To: https://bugs.winehq.org%5Cn" "POT-Creation-Date: N/A\n" "PO-Revision-Date: N/A\n" "Last-Translator: Automatically generated\n" @@ -113,7 +113,7 @@ msgid "" "install it for you.\n" "\n" "Note: it is recommended to use your distribution's packages instead. See <a " -"href="http://wiki.winehq.org/Gecko%5C%22%3Ehttp://wiki.winehq.org/Gecko</a> for " +"href="https://wiki.winehq.org/Gecko%5C%22%3Ehttps://wiki.winehq.org/Gecko</a> for " "details." msgstr ""
@@ -152,7 +152,7 @@ msgid "" "it for you.\n" "\n" "Note: it is recommended to use your distribution's packages instead. See <a " -"href="http://wiki.winehq.org/Mono%5C%22%3Ehttp://wiki.winehq.org/Mono</a> for " +"href="https://wiki.winehq.org/Mono%5C%22%3Ehttps://wiki.winehq.org/Mono</a> for " "details." msgstr ""
@@ -13855,7 +13855,7 @@ msgstr "" #: winedbg.rc:58 msgid "" "This can be caused by a problem in the program or a deficiency in Wine. You " -"may want to check the <a href="http://appdb.winehq.org%5C%22%3EApplication " +"may want to check the <a href="https://appdb.winehq.org%5C%22%3EApplication " "Database</a> for tips about running this application." msgstr ""
@@ -13871,7 +13871,7 @@ msgstr "" msgid "" "If this problem is not present under Windows and has not been reported yet, " "you can save the detailed information to a file using the "Save As" " -"button, then <a href="http://wiki.winehq.org/Bugs%5C%22%3Efile a bug report</a> " +"button, then <a href="https://wiki.winehq.org/Bugs%5C%22%3Efile a bug report</a> " "and attach that file to the report." msgstr ""
Signed-off-by: Austin English austinenglish@gmail.com --- server/wineserver.de.UTF-8.man.in | 4 ++-- server/wineserver.fr.UTF-8.man.in | 6 +++--- server/wineserver.man.in | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/server/wineserver.de.UTF-8.man.in b/server/wineserver.de.UTF-8.man.in index 26d0debf9e..df10c7aff8 100644 --- a/server/wineserver.de.UTF-8.man.in +++ b/server/wineserver.de.UTF-8.man.in @@ -98,13 +98,13 @@ ist Alexandre Julliard. Viele andere Personen haben neue Funktionen hinzugefügt und Fehler behoben. Details finden Sie in der Datei Changelog. .SH FEHLER Wenn Sie einen Fehler finden, melden Sie ihn bitte im -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine Bugtracker .UE . .SH VERFÜGBARKEIT .B wineserver ist Teil der Wine-Distribution, verfügbar im WineHQ, dem -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Hauptquartier der Wine-Entwicklung .UE . .SH "SIEHE AUCH" diff --git a/server/wineserver.fr.UTF-8.man.in b/server/wineserver.fr.UTF-8.man.in index 22893b2e52..a78fe84437 100644 --- a/server/wineserver.fr.UTF-8.man.in +++ b/server/wineserver.fr.UTF-8.man.in @@ -98,18 +98,18 @@ est Alexandre Julliard. Beaucoup d'autres personnes ont contribué des nouvelles et des corrections de bugs. Pour une liste complète, consultez l'historique git. .SH BUGS Les bugs peuvent être signalés (en anglais) sur le -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B système de suivi des problèmes de Wine .UE . .SH DISPONIBILITÉ .B wineserver fait partie de la distribution de Wine, disponible depuis WineHQ, le -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B quartier général des développeurs de Wine .UE . .SH "VOIR AUSSI" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Documentation et support de Wine .UE . diff --git a/server/wineserver.man.in b/server/wineserver.man.in index 82136a38e7..b10907b51b 100644 --- a/server/wineserver.man.in +++ b/server/wineserver.man.in @@ -98,19 +98,19 @@ is Alexandre Julliard. Many other people have contributed new features and bug fixes. For a complete list, see the git commit logs. .SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B wineserver is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- tools/c2man.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/tools/c2man.pl b/tools/c2man.pl index e4056849f7..c736c842b8 100755 --- a/tools/c2man.pl +++ b/tools/c2man.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -w # -# Generate API documentation. See http://www.winehq.org/docs/winedev-guide/api-docs for details. +# Generate API documentation. See https://www.winehq.org/docs/winedev-guide/api-docs for details. # # Copyright (C) 2000 Mike McCormack # Copyright (C) 2003 Jon Griffiths @@ -1367,7 +1367,7 @@ sub output_api_header($) if ($opt_output_format eq "h") { print OUTPUT "<!-- Generated file - DO NOT EDIT! -->\n"; - print OUTPUT "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\n"; + print OUTPUT "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"https://www.w3.org/TR/html4/strict.dtd\">\n"; print OUTPUT "<HTML>\n<HEAD>\n"; print OUTPUT "<LINK REL="StyleSheet" href="apidoc.css" type="text/css">\n"; print OUTPUT "<META NAME="GENERATOR" CONTENT="tools/c2man.pl">\n"; @@ -1394,7 +1394,7 @@ sub output_api_footer($) { print OUTPUT "<hr><p><i class="copy">Copyright © ".$year." The Wine Project.". " All trademarks are the property of their respective owners.". - " Visit <a href="http://www.winehq.org%5C%22%3EWineHQ</a> for license details.". + " Visit <a href="https://www.winehq.org%5C%22%3EWineHQ</a> for license details.". " Generated $date.</i></p>\n</body>\n</html>\n"; } elsif ($opt_output_format eq "s" || $opt_output_format eq "x") @@ -1620,9 +1620,9 @@ sub output_api_comment($) { if ($opt_output_format eq "h") { - # Link to the file in WineHQ cvs - s/^(Implemented in ")(.+?)(".)/$1$2$3 http://source.winehq.org/source/$2/g; - s/^(Declared in ")(.+?)(".)/$1$2$3 http://source.winehq.org/source/include/$2/g; + # Link to the file in WineHQ git + s/^(Implemented in ")(.+?)(".)/$1$2$3 https://source.winehq.org/source/$2/g; + s/^(Declared in ")(.+?)(".)/$1$2$3 https://source.winehq.org/source/include/$2/g; } # Highlight strings s/(".+?")/$fmt[2]$1$fmt[3]/g;
Signed-off-by: Austin English austinenglish@gmail.com --- tools/widl/widl.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/widl/widl.man.in b/tools/widl/widl.man.in index 9259afdfef..d8b665ebe4 100644 --- a/tools/widl/widl.man.in +++ b/tools/widl/widl.man.in @@ -135,7 +135,7 @@ Debug level \fIn\fR is a bitmask with the following meaning: * 0x20 Preprocessor yacc trace .SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AUTHORS @@ -148,10 +148,10 @@ Dan Hipschman. .B widl is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- tools/winebuild/winebuild.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/winebuild/winebuild.man.in b/tools/winebuild/winebuild.man.in index d99fb5752b..564f3128a6 100644 --- a/tools/winebuild/winebuild.man.in +++ b/tools/winebuild/winebuild.man.in @@ -487,14 +487,14 @@ It is not yet possible to use a PE-format dll in an import specification; only Wine dlls can be imported. .PP Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B winebuild is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" @@ -502,6 +502,6 @@ the .BR winegcc (1), .BR wrc (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- tools/winedump/winedump.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/winedump/winedump.man.in b/tools/winedump/winedump.man.in index d8dbd956ba..a915ff4922 100644 --- a/tools/winedump/winedump.man.in +++ b/tools/winedump/winedump.man.in @@ -214,7 +214,7 @@ C++ name demangling is not fully in sync with the implementation in msvcrt. It might be useful to submit your C++ name to the testsuite for msvcrt. .PP Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AUTHORS @@ -225,12 +225,12 @@ Michael Stefaniuc <mstefani at redhat dot com> .B winedump is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1) .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- tools/winegcc/winegcc.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/winegcc/winegcc.man.in b/tools/winegcc/winegcc.man.in index b4fc12d992..5bbb2fd58f 100644 --- a/tools/winegcc/winegcc.man.in +++ b/tools/winegcc/winegcc.man.in @@ -87,7 +87,7 @@ result, the -static, --static, and -Wl,-static options will generate an error. .PP Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AUTHORS @@ -97,7 +97,7 @@ was written by Dimitrie O. Paun. .B winegcc is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" @@ -106,6 +106,6 @@ the .BR wrc (1), .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- tools/winemaker/winemaker.de.UTF-8.man.in | 6 +++--- tools/winemaker/winemaker.fr.UTF-8.man.in | 6 +++--- tools/winemaker/winemaker.man.in | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/tools/winemaker/winemaker.de.UTF-8.man.in b/tools/winemaker/winemaker.de.UTF-8.man.in index 388a5168f3..8b2f1445e1 100644 --- a/tools/winemaker/winemaker.de.UTF-8.man.in +++ b/tools/winemaker/winemaker.de.UTF-8.man.in @@ -240,7 +240,7 @@ die Anwendung enthält: Sie muss entweder im aktuellen Verzeichnis oder im \fBwinemaker\fR unterstützt noch keine Messagedateien und deren Compiler. .PP Fehler können im -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine Bugtracker .UE gemeldet werden. @@ -253,12 +253,12 @@ André Hentschel .SH VERFÜGBARKEIT .B winemaker ist Teil der Wine-Distribution, verfügbar im WineHQ, dem -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Hauptquartier der Wine-Entwicklung .UE . .SH SIEHE AUCH .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine-Dokumentation und Support .UE . diff --git a/tools/winemaker/winemaker.fr.UTF-8.man.in b/tools/winemaker/winemaker.fr.UTF-8.man.in index 75ed9fd012..b0b1da15e0 100644 --- a/tools/winemaker/winemaker.fr.UTF-8.man.in +++ b/tools/winemaker/winemaker.fr.UTF-8.man.in @@ -266,7 +266,7 @@ ne prend pas encore en charge les fichiers de messages, ni le compilateur de messages. .PP Les bugs peuvent être signalés (en anglais) sur le -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B système de suivi des problèmes de Wine .UE . .SH AUTEURS @@ -277,12 +277,12 @@ Dimitrie O. Paun André Hentschel .SH DISPONIBILITÉ \fBwinemaker\fR fait partie de la distribution de Wine, qui est disponible sur WineHQ, le -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B quartier général du développement de Wine .UE . .SH VOIR AUSSI .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Documentation et support de Wine .UE . diff --git a/tools/winemaker/winemaker.man.in b/tools/winemaker/winemaker.man.in index 9d03e6579f..5572cdd62b 100644 --- a/tools/winemaker/winemaker.man.in +++ b/tools/winemaker/winemaker.man.in @@ -225,7 +225,7 @@ executable: it must either be in the current directory or in the \fBwinemaker\fR does not support message files and the message compiler yet. .PP Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AUTHORS @@ -238,12 +238,12 @@ André Hentschel .B winemaker is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH SEE ALSO .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- tools/wmc/po.c | 2 +- tools/wmc/wmc.man.in | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/wmc/po.c b/tools/wmc/po.c index b604ac75e6..6db02c8a72 100644 --- a/tools/wmc/po.c +++ b/tools/wmc/po.c @@ -418,7 +418,7 @@ static po_file_t create_po_file(void) po_message_set_msgid( msg, "" ); po_message_set_msgstr( msg, "Project-Id-Version: Wine\n" - "Report-Msgid-Bugs-To: http://bugs.winehq.org%5Cn" + "Report-Msgid-Bugs-To: https://bugs.winehq.org%5Cn" "POT-Creation-Date: N/A\n" "PO-Revision-Date: N/A\n" "Last-Translator: Automatically generated\n" diff --git a/tools/wmc/wmc.man.in b/tools/wmc/wmc.man.in index 39356d6074..242604c601 100644 --- a/tools/wmc/wmc.man.in +++ b/tools/wmc/wmc.man.in @@ -104,20 +104,20 @@ implemented because it is a, well, non-informative format change. It is recognized on the commandline for some form of compatibility. .PP Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B wmc is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .BR wrc (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- tools/wrc/po.c | 2 +- tools/wrc/wrc.man.in | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/wrc/po.c b/tools/wrc/po.c index 7b09f106a8..c72a422f94 100644 --- a/tools/wrc/po.c +++ b/tools/wrc/po.c @@ -569,7 +569,7 @@ static po_file_t create_po_file(void) po_message_set_msgid( msg, "" ); po_message_set_msgstr( msg, "Project-Id-Version: Wine\n" - "Report-Msgid-Bugs-To: http://bugs.winehq.org%5Cn" + "Report-Msgid-Bugs-To: https://bugs.winehq.org%5Cn" "POT-Creation-Date: N/A\n" "PO-Revision-Date: N/A\n" "Last-Translator: Automatically generated\n" diff --git a/tools/wrc/wrc.man.in b/tools/wrc/wrc.man.in index 3c4683f896..c671ad7382 100644 --- a/tools/wrc/wrc.man.in +++ b/tools/wrc/wrc.man.in @@ -211,19 +211,19 @@ generation of the FONTDIR yet. The user must supply the FONTDIR resource in the source to match the FONT resources. .PP Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B wrc is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- programs/iexplore/iexplore.inf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/iexplore/iexplore.inf b/programs/iexplore/iexplore.inf index 1886352b28..68c17e34de 100644 --- a/programs/iexplore/iexplore.inf +++ b/programs/iexplore/iexplore.inf @@ -26,11 +26,11 @@ HKCR,"CLSID%CLSID_InternetExplorerManager%\LocalServer32",,,"""%16422%\Internet
[Settings.Reg] -HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.winehq.org" -HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"http://www.google.com" +HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"https://www.winehq.org" +HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"https://www.google.com" HKCU,"Software\Microsoft\Internet Explorer\Settings","Text Color",2,"0,0,0" HKCR,"Applications\iexplore.exe\shell\open\command",,2,"""%16422%\Internet Explorer\iexplore.exe"" %1" -HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.winehq.org" +HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"https://www.winehq.org" HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe",,,"%16422%\Internet Explorer\iexplore.exe" HKLM,"Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe","Path",,"%16422%\Internet Explorer;"
Signed-off-by: Austin English austinenglish@gmail.com --- programs/msiexec/msiexec.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/msiexec/msiexec.man.in b/programs/msiexec/msiexec.man.in index f24c2269d1..28b3963117 100644 --- a/programs/msiexec/msiexec.man.in +++ b/programs/msiexec/msiexec.man.in @@ -110,19 +110,19 @@ Same as \fB/h\fR.
.SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B msiexec is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- programs/notepad/notepad.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/notepad/notepad.man.in b/programs/notepad/notepad.man.in index 1dda5169a4..9f17d29d74 100644 --- a/programs/notepad/notepad.man.in +++ b/programs/notepad/notepad.man.in @@ -10,19 +10,19 @@ is the Wine text editor, designed to be compatible with its Microsoft Windows co It supports ANSI, UTF-8 and UTF-16 files, and can read (but not write) files with Unix line endings. .SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B notepad is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- programs/regedit/regedit.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/regedit/regedit.man.in b/programs/regedit/regedit.man.in index 06c0395816..bd86c66766 100644 --- a/programs/regedit/regedit.man.in +++ b/programs/regedit/regedit.man.in @@ -31,19 +31,19 @@ Prints a help message. Any other options are ignored. Create registry from \fIfile.reg\fR (unimplemented). .SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B regedit is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- programs/regsvr32/regsvr32.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/regsvr32/regsvr32.man.in b/programs/regsvr32/regsvr32.man.in index 173e586187..6263faefa0 100644 --- a/programs/regsvr32/regsvr32.man.in +++ b/programs/regsvr32/regsvr32.man.in @@ -19,19 +19,19 @@ Call DllInstall passing it an optional \fIcmdline\fR. When used with \fB/u\fR ca Do not call DllRegisterServer; this option must be used with \fB/i\fR. .SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B regsvr32 is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- programs/wineboot/wineboot.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/wineboot/wineboot.man.in b/programs/wineboot/wineboot.man.in index a5c7b53dd9..870e611fd6 100644 --- a/programs/wineboot/wineboot.man.in +++ b/programs/wineboot/wineboot.man.in @@ -27,19 +27,19 @@ Shutdown only, don't reboot. Update the WINEPREFIX. .SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B wineboot is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- programs/winecfg/winecfg.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/winecfg/winecfg.man.in b/programs/winecfg/winecfg.man.in index 4fa677e3e3..522d2a0e81 100644 --- a/programs/winecfg/winecfg.man.in +++ b/programs/winecfg/winecfg.man.in @@ -11,19 +11,19 @@ among others. Many of these settings can be made on a per application basis, for riched20.dll for wordpad.exe, but not for notepad.exe. .SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B winecfg is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- programs/wineconsole/wineconsole.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/wineconsole/wineconsole.man.in b/programs/wineconsole/wineconsole.man.in index 9c389891cc..0e9895da0e 100644 --- a/programs/wineconsole/wineconsole.man.in +++ b/programs/wineconsole/wineconsole.man.in @@ -14,19 +14,19 @@ If \fIuser\fR is chosen, a new window will be created for the console. The \fIcu wineconsole try to setup the current terminal as a Wine console. .SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B wineconsole is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- programs/winedbg/winedbg.man.in | 6 +++--- programs/winedbg/winedbg.rc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/programs/winedbg/winedbg.man.in b/programs/winedbg/winedbg.man.in index d107166f3d..ea4dc28071 100644 --- a/programs/winedbg/winedbg.man.in +++ b/programs/winedbg/winedbg.man.in @@ -400,19 +400,19 @@ The first version was written by Eric Youngdale. See Wine developers list for the rest of contributors. .SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B winedbg is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE . diff --git a/programs/winedbg/winedbg.rc b/programs/winedbg/winedbg.rc index 7514f9de93..2cfaf9e992 100644 --- a/programs/winedbg/winedbg.rc +++ b/programs/winedbg/winedbg.rc @@ -53,7 +53,7 @@ BEGIN to close. We are sorry for the inconvenience.", IDC_STATIC_TXT1,27,10,224,30 CONTROL "This can be caused by a problem in the program or a deficiency in Wine. \ - You may want to check the <a href="http://appdb.winehq.org%5C%22%3EApplication Database</a> \ + You may want to check the <a href="https://appdb.winehq.org%5C%22%3EApplication Database</a> \ for tips about running this application.", IDC_STATIC_TXT2,"SysLink",0,27,60,224,100 DEFPUSHBUTTON "Close", IDOK, 205, 151, 60, 16, WS_TABSTOP @@ -68,7 +68,7 @@ BEGIN EDITTEXT IDC_CRASH_TXT, 4, 4, 392, 272, ES_MULTILINE | ES_READONLY | WS_HSCROLL | WS_VSCROLL, WS_TABSTOP CONTROL "If this problem is not present under Windows and has not been reported yet, \ you can save the detailed information to a file using the "Save As" button, \ - then <a href="http://wiki.winehq.org/Bugs%5C%22%3Efile a bug report</a> \ + then <a href="https://wiki.winehq.org/Bugs%5C%22%3Efile a bug report</a> \ and attach that file to the report.", IDC_STATIC_TXT2,"SysLink",0,6,285,388,32 DEFPUSHBUTTON "Close", IDOK, 326, 320, 70, 16, WS_TABSTOP
Signed-off-by: Austin English austinenglish@gmail.com --- programs/winefile/winefile.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/winefile/winefile.man.in b/programs/winefile/winefile.man.in index afa47989ca..0221f16704 100644 --- a/programs/winefile/winefile.man.in +++ b/programs/winefile/winefile.man.in @@ -15,19 +15,19 @@ You can pass winefile either a Unix or Win32 path, for example:
.SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B winefile is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- programs/winemine/winemine.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/winemine/winemine.man.in b/programs/winemine/winemine.man.in index 27fe2102f1..6ce68b4f00 100644 --- a/programs/winemine/winemine.man.in +++ b/programs/winemine/winemine.man.in @@ -9,19 +9,19 @@ is the Wine Minesweeper game. The object of the game is to try to find all the h uncovering the tiles to see how many mines each tile is adjacent to, without uncovering a mine. .SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B winemine is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .
Signed-off-by: Austin English austinenglish@gmail.com --- programs/winepath/winepath.man.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/programs/winepath/winepath.man.in b/programs/winepath/winepath.man.in index 5fc5012a0a..5548e40044 100644 --- a/programs/winepath/winepath.man.in +++ b/programs/winepath/winepath.man.in @@ -31,19 +31,19 @@ shows winepath help message and exit. shows version information and exit. .SH BUGS Bugs can be reported on the -.UR http://bugs.winehq.org +.UR https://bugs.winehq.org .B Wine bug tracker .UE . .SH AVAILABILITY .B winepath is part of the Wine distribution, which is available through WineHQ, the -.UR http://www.winehq.org/ +.UR https://www.winehq.org/ .B Wine development headquarters .UE . .SH "SEE ALSO" .BR wine (1), .br -.UR http://www.winehq.org/help +.UR https://www.winehq.org/help .B Wine documentation and support .UE .