From 35d2f8767c2478c3d12e4ccb468ac46efddc5384 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 4 Oct 2024 19:10:14 +0200 Subject: [PATCH] documentation: Update URLs to point to the Gitlab Wiki. --- ANNOUNCE.md | 10 ++++++---- MAINTAINERS | 10 +++++----- README.md | 19 ++++++++++--------- documentation/README-de.md | 11 ++++++----- documentation/README-es.md | 18 ++++++++---------- documentation/README-fi.md | 11 +++++------ documentation/README-fr.md | 21 +++++++++------------ documentation/README-hu.md | 6 +++--- documentation/README-it.md | 14 ++++++-------- documentation/README-ja.md | 14 +++++++------- documentation/README-ko.md | 10 +++++----- documentation/README-nl.md | 15 ++++++++------- documentation/README-no.md | 21 +++++++++------------ documentation/README-pt.md | 6 +++--- documentation/README-pt_br.md | 18 ++++++++---------- documentation/README-ru.md | 14 ++++++++------ documentation/README-sv.md | 15 ++++++++------- documentation/README-tr.md | 15 ++++++--------- documentation/README-uk.md | 14 ++++++-------- documentation/README-zh_cn.md | 12 +++++------- loader/wine.de.UTF-8.man.in | 35 ++++------------------------------- loader/wine.pl.UTF-8.man.in | 30 +----------------------------- 22 files changed, 136 insertions(+), 203 deletions(-) diff --git a/ANNOUNCE.md b/ANNOUNCE.md index 4ccfa9c8cdb..aa62a27c83d 100644 --- a/ANNOUNCE.md +++ b/ANNOUNCE.md @@ -9,14 +9,16 @@ What's new in this release: The source is available at Binary packages for various distributions will be available -from +from the respective [download sites][1]. -You will find documentation on +You will find documentation [here][2]. Wine is available thanks to the work of many people. -See the file [AUTHORS][1] for the complete list. +See the file [AUTHORS][3] for the complete list. -[1]: https://gitlab.winehq.org/wine/wine/-/raw/wine-9.18/AUTHORS +[1]: https://gitlab.winehq.org/wine/wine/-/wikis/Download +[2]: https://gitlab.winehq.org/wine/wine/-/wikis/Documentation +[3]: https://gitlab.winehq.org/wine/wine/-/raw/wine-9.18/AUTHORS ---------------------------------------------------------------- diff --git a/MAINTAINERS b/MAINTAINERS index 134ad7254a6..6d22ae52d49 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3,10 +3,10 @@ List of Wine subsection maintainers When submitting patches to Wine, the guidelines at - should be followed. This file -contains a list of maintainers for subsections of Wine. If you have -questions about your work in an area of Wine, you may find a list of -knowledgeable people here. + +should be followed. This file contains a list of maintainers for +subsections of Wine. If you have questions about your work in an area +of Wine, you may find a list of knowledgeable people here. Many areas of Wine don't have a specific maintainer, although there may be people with knowledge of those areas. If an area is not listed here @@ -403,7 +403,7 @@ F: */ Stable Branch M: Michael Stefaniuc -W: https://wiki.winehq.org/StableRules +W: https://gitlab.winehq.org/wine/wine/-/wikis/Stable-Rules Staging Branch M: Alistair Leslie-Hughes diff --git a/README.md b/README.md index 28ab8fe7299..54253c50793 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,10 @@ support kernel threads may be supported in the future. **Optional support libraries**: Configure will display notices when optional libraries are not found - 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. + on your system. See https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine + 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. ## COMPILATION @@ -107,7 +107,7 @@ Windows source code under Unix. To see compile configuration options, do `./configure --help`. -For more information, see https://wiki.winehq.org/Building_Wine +For more information, see https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine ## SETUP @@ -153,15 +153,16 @@ a bug. 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 https://www.winehq.org/FAQ +- **FAQ**: The Wine FAQ is located at https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: The Wine Wiki is located at https://wiki.winehq.org +- **Wiki**: The Wine Wiki is located at https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: Wine development is hosted at https://gitlab.winehq.org - **Mailing lists**: - There are several mailing lists for Wine users and developers; - see https://www.winehq.org/forums for more information. + There are several mailing lists for Wine users and developers; see + https://gitlab.winehq.org/wine/wine/-/wikis/Forums for more + information. - **Bugs**: Report bugs to Wine Bugzilla at https://bugs.winehq.org Please search the bugzilla database to check whether your diff --git a/documentation/README-de.md b/documentation/README-de.md index c303aebdb5c..9b49669598b 100644 --- a/documentation/README-de.md +++ b/documentation/README-de.md @@ -94,7 +94,7 @@ Umständen in der Zukunft unterstützt. Der Configure-Aufruf zeigt am Ende optionale Bibliotheken an, die von Wine benutzt werden können, aber auf Ihrem System nicht gefunden wurden. Tipps zum Installieren fehlender Pakete finden Sie unter: - https://wiki.winehq.org/Recommended_Packages + https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine Unter 64-Bit-Plattformen benötigen Sie auch die 32-Bit-Versionen dieser Bibliotheken. @@ -117,7 +117,7 @@ unter Unix zu kompilieren und zu verlinken. Mit `./configure --help` können Sie sich Konfigurations-Optionen für die Kompilierung anzeigen lassen. -Weitere Informationen finden Sie unter https://wiki.winehq.org/Building_Wine +Weitere Informationen finden Sie unter https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine ## SETUP @@ -164,15 +164,16 @@ wenn Sie den Fehler melden. Applikations-Datenbank, Bugtracker. Das ist vermutlich der beste Ausgangspunkt. -- **FAQ**: Die FAQ zu Wine befindet sich unter https://www.winehq.org/FAQ +- **FAQ**: Die FAQ zu Wine befindet sich unter https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: Das Wine-Wiki finden Sie unter https://wiki.winehq.org +- **Wiki**: Das Wine-Wiki finden Sie unter https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **Mailing-Listen**: Es gibt mehrere Mailing-Listen für Wine-Anwender und -Entwickler; - Schauen Sie sich dazu bitte https://www.winehq.org/forums an. + Schauen Sie sich dazu bitte + https://gitlab.winehq.org/wine/wine/-/wikis/Forums an. - **Fehler**: Melden Sie Fehler bitte an Wine-Bugzilla unter https://bugs.winehq.org Schauen Sie bitte erst in der Bugzilla-Datenbank nach, ob Ihr Problem diff --git a/documentation/README-es.md b/documentation/README-es.md index ec552039abc..54e8b4db1e9 100644 --- a/documentation/README-es.md +++ b/documentation/README-es.md @@ -76,13 +76,11 @@ podrían obtener soporte en el futuro. **Librerías de soporte adicionales**: Configure mostrará advertencias cuando las librerías opcionales no se encuentren disponibles en su sistema. - Visite https://wiki.winehq.org/Recommended_Packages para recomendaciones - acerca de que paquetes debe instalar. - En plataformas de 64-bit, si se está compilando Wine 32-bits (es la - compilación por defecto), debe estar seguro de tener instaladas las librerías - de desarrollo de 32-bits; visite https://wiki.winehq.org/WineOn64bit para más - detalles. Si usted desea un entorno Wine 64-bits puro (o una mezcla de 32-bits - y 64-bits), vaya a https://wiki.winehq.org/Wine64 para más detalles. + Visite https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine + para recomendaciones acerca de que paquetes debe instalar. En + plataformas de 64-bit, si se está compilando Wine 32-bits (es la + compilación por defecto), debe estar seguro de tener instaladas las + librerías de desarrollo de 32-bits. ## COMPILACIÓN @@ -151,15 +149,15 @@ recibirá un log de error que debe adjuntar en caso de reportar un fallo. partida. - **FAQ**: Las preguntas frecuentes de Wine se encuentran en - https://www.winehq.org/FAQ + https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: https://wiki.winehq.org +- **Wiki**: https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **Listas de correo**: Hay varias listas de correo, tanto para usuarios como desarrolladores; - Vaya a https://www.winehq.org/forums para más información. + Vaya a https://gitlab.winehq.org/wine/wine/-/wikis/Forums para más información. - **Bugs**: Reporte fallos en el Bugzilla de Wine, https://bugs.winehq.org Por favor, antes de enviar un informe de fallo busque en la base de diff --git a/documentation/README-fi.md b/documentation/README-fi.md index be0788947c8..e5e960c4009 100644 --- a/documentation/README-fi.md +++ b/documentation/README-fi.md @@ -82,7 +82,7 @@ muillekin käyttöjärjestelmille, joissa on tarvittava tuki säikeille. **Valinnaisia tukikirjastoja**: configure-skripti näyttää varoituksia, kun valinnaisia kirjastoja puuttuu. - Osoitteessa https://wiki.winehq.org/Recommended_Packages on tietoa, mitkä + Osoitteessa https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine on tietoa, mitkä paketit ovat hyödyksi. 64-bittisissä järjestelmissä täytyy varmistaa, että kirjastoista on asennettu 32-bittiset versiot. @@ -104,8 +104,7 @@ kääntämiseen Unixissa. Komento `./configure --help` näyttää asetuksia ja valintoja, joita käännösprosessiin voi lisätä. -Lisätietoja on osoitteessa https://wiki.winehq.org/Building_Wine - +Lisätietoja on osoitteessa https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine ## ASENNUS @@ -148,15 +147,15 @@ mukaan, jos raportoi virheestä. Täältä kannattaa yleensä aloittaa. - **Kysymyksiä**: - Sivulle https://www.winehq.org/FAQ on koottu kysymyksiä ja vastauksia. + Sivulle https://gitlab.winehq.org/wine/wine/-/wikis/FAQ on koottu kysymyksiä ja vastauksia. -- **Wiki**: Wine Wiki on osoitteessa https://wiki.winehq.org/. +- **Wiki**: Wine Wiki on osoitteessa https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: Winen kehitykseen voi osallistua sivustolla https://gitlab.winehq.org - **Postituslistat**: Winen käyttäjille ja kehittäjille on joitakin postituslistoja, - sivulla https://www.winehq.org/forums kerrotaan niistä lisää. + sivulla https://gitlab.winehq.org/wine/wine/-/wikis/Forums kerrotaan niistä lisää. - **Virheet**: Ilmoita virheistä Winen Bugzillaan, https://bugs.winehq.org/. diff --git a/documentation/README-fr.md b/documentation/README-fr.md index 3ea63a4e698..830d60d60eb 100644 --- a/documentation/README-fr.md +++ b/documentation/README-fr.md @@ -84,13 +84,11 @@ futur. **Bibliothèques optionnelles** : « configure » affiche des messages quand des bibliothèques optionnelles ne sont pas détectées sur votre système. - Consultez https://wiki.winehq.org/Recommended_Packages (en anglais) pour - des indications sur les paquets logiciels que vous devriez installer. - Sur les plates-formes 64 bits, si vous compilez Wine pour le mode 32 bits - (mode par défaut), les versions 32 bits de ces bibliothèques doivent être - installées. Voyez https://wiki.winehq.org/WineOn64bit pour les détails. - Si vous désirez un Wine 64 bits pur (ou une configuration mixte - 32/64 bits), consultez https://wiki.winehq.org/Wine64. + Consultez https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine + (en anglais) pour des indications sur les paquets logiciels que vous + devriez installer. Sur les plates-formes 64 bits, si vous compilez + Wine pour le mode 32 bits (mode par défaut), les versions 32 bits de + ces bibliothèques doivent être installées. ## COMPILATION @@ -110,8 +108,7 @@ compiler et lier du code source Windows sous Unix. Pour voir les options de compilation, tapez `./configure --help`. -Pour plus d'information consultez https://wiki.winehq.org/Building_Wine - +Pour plus d'information consultez https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine ## INSTALLATION @@ -163,15 +160,15 @@ d'attacher à un éventuel rapport de bogue. point de départ. - **FAQ** : La Foire aux Questions de Wine se trouve sur - https://www.winehq.org/FAQ + https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki** : Le wiki Wine est situé sur https://wiki.winehq.org +- **Wiki** : Le wiki Wine est situé sur https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: Le développement de Wine est hébergé sur https://gitlab.winehq.org - **Listes de diffusion** : Il existe plusieurs listes de diffusion pour les utilisateurs et - les développeurs Wine ; voyez https://www.winehq.org/forums pour de + les développeurs Wine ; voyez https://gitlab.winehq.org/wine/wine/-/wikis/Forums pour de plus amples informations. - **Bogues** : diff --git a/documentation/README-hu.md b/documentation/README-hu.md index 81fd9a89c93..06db4d200c5 100644 --- a/documentation/README-hu.md +++ b/documentation/README-hu.md @@ -145,15 +145,15 @@ Felhívás: a fájl eléséi útja is hozzá lesz adva a path-hez, ha a teljes n alkalmazás adatbázis, és hibakövetés. Ez talán a legjobb kiindulási pont. -- **GYIK**: A Wine GYIK itt található: https://www.winehq.org/FAQ +- **GYIK**: A Wine GYIK itt található: https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: https://wiki.winehq.org +- **Wiki**: https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **Levelezõlisták**: Elérhetõ néhány levelezõlista a Wine fejlesztõk számára; nézze meg a - https://www.winehq.org/forums címet a további információhoz. + https://gitlab.winehq.org/wine/wine/-/wikis/Forums címet a további információhoz. - **Hibák**: Wine hibabejelentés a Bugzilla-n keresztül itt: https://bugs.winehq.org Kérem hibabejelentés küldése elõtt ellenõrizze, hogy az ön problémája diff --git a/documentation/README-it.md b/documentation/README-it.md index 86fc44f58b3..ef5950ae006 100644 --- a/documentation/README-it.md +++ b/documentation/README-it.md @@ -74,13 +74,10 @@ che forniscono kernel threads potrebbero essere supportati in futuro. **Librerie opzionali di supporto**: Configure notificherà a video quando le librerie opzionali non sono - trovate sul sistema. Leggere https://wiki.winehq.org/Recommended_Packages + trovate sul sistema. Leggere https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine per suggerimenti sui pacchetti da installare. Su piattaforme a 64-bit, per compilare Wine a 32-bit (predefinito), - assicurarsi di installare la versione a 32-bit di queste librerie; - leggere https://wiki.winehq.org/WineOn64bit per i dettagli. Per avere - Wine solo 64-bit (o un setup di Wine misto tra 32-bit e 64-bit), - leggere https://wiki.winehq.org/Wine64 per maggiori informazioni. + assicurarsi di installare la versione a 32-bit di queste librerie. ## COMPILAZIONE @@ -147,15 +144,16 @@ di segnalazione del problema. delle applicazioni, rintracciamento di bug. Questo è probabilmente il miglior punto di partenza. -- **FAQ**: Le FAQ di Wine si trovano all'indirizzo https://www.winehq.org/FAQ +- **FAQ**: Le FAQ di Wine si trovano all'indirizzo https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: Il Wiki di Wine si trova all'indirizzo https://wiki.winehq.org +- **Wiki**: Il Wiki di Wine si trova all'indirizzo https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **Mailing list**: Esistono diverse mailing list per utenti e sviluppatori di Wine; - visitare https://www.winehq.org/forums per ulteriori informazioni. + visitare https://gitlab.winehq.org/wine/wine/-/wikis/Forums per + ulteriori informazioni. - **Bugs**: Segnalare i bug su Wine Bugzilla all'indirizzo https://bugs.winehq.org Si prega di controllare il database di Bugzilla per verificare che diff --git a/documentation/README-ja.md b/documentation/README-ja.md index f11544c6067..627bf65f4c4 100644 --- a/documentation/README-ja.md +++ b/documentation/README-ja.md @@ -89,9 +89,9 @@ Wineをコンパイルし実行するには、以下のうち一つを持って **オプションのサポートライブラリ**: configureはオプションのライブラリがシステム上に見つからなかったときに通知を 表示します。インストールすべきパッケージについてのヒントについては - を参照してください。64ビットプ - ラットフォームでは、これらライブラリの32ビットバージョンをインストールした - ことをよく確認してください。 + を参照し + てください。64ビットプラットフォームでは、これらライブラリの32ビット + バージョンをインストールしたことをよく確認してください。 ## コンパイル @@ -110,7 +110,7 @@ make コンパイル設定オプションを見るには、`./configure --help`を行なってください。 -更なる情報はを参照してください。 +更なる情報はを参照してください。 ## 設定 @@ -157,15 +157,15 @@ Wineは完璧ではないので、いくつかのプログラムはクラッシ WineHQから入手できます。多様なWineガイド、アプリケーションデータベース、 バグ追跡。これはおそらく最良の出発点です。 -- **FAQ**: Wine FAQはにあります +- **FAQ**: Wine FAQはにあります -- **Wiki**: Wine Wikiはにあります +- **Wiki**: Wine Wikiはにあります - **Gitlab**: - **メーリングリスト**: Wineユーザと開発者のためのいくつかのメーリングリストがあります。 - 詳細についてはを参照してください。 + 詳細についてはを参照してください。 - **バグ**: にあるWine Bugzillaでバグを報告してください。 バグ報告を投稿する前に問題が既知や修正済みかどうかを調べるために diff --git a/documentation/README-ko.md b/documentation/README-ko.md index 2f4bd8f3919..310f4deb722 100644 --- a/documentation/README-ko.md +++ b/documentation/README-ko.md @@ -82,7 +82,7 @@ Wine을 실행하려면 커널 차원의 스레드 지원이 필요하기 때문 **선택적 지원 라이브러리**: configure는 빌드 시스템에서 찾을 수 없는 선택적 라이브러리를 표시해 - 줍니다. https://wiki.winehq.org/Recommended_Packages 에서 설치해야 하는 + 줍니다. https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine 에서 설치해야 하는 패키지에 대한 힌트를 얻을 수 있습니다. 64비트 플랫폼에서는 이러한 라이브러리의 32비트 버전을 설치해야 합니다. @@ -103,7 +103,7 @@ make 컴파일 설정 옵션을 보려면 `./configure --help` 명령을 사용합니다. -자세한 내용은 https://wiki.winehq.org/Building_Wine 을 참조하십시오. +자세한 내용은 https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine 을 참조하십시오. ## 설정 @@ -149,15 +149,15 @@ Wine은 아직 완성 단계에 도달하지 못했기 때문에 프로그램이 사이트에서 얻을 수 있습니다. 정보를 찾을 때 대개 이 사이트가 최고의 출발점이 됩니다. -- **FAQ**: Wine FAQ는 https://www.winehq.org/FAQ 에 있습니다. +- **FAQ**: Wine FAQ는 https://gitlab.winehq.org/wine/wine/-/wikis/FAQ 에 있습니다. -- **위키**: Wine 위키는 https://wiki.winehq.org 에 있습니다. +- **위키**: Wine 위키는 https://gitlab.winehq.org/wine/wine/-/wikis/ 에 있습니다. - **Gitlab**: https://gitlab.winehq.org - **메일링 리스트**: Wine 사용자와 개발자를 위해 메일링 리스트가 운영되고 있습니다. 더 - 자세한 정보는 https://www.winehq.org/forums 를 참조하기 바랍니다. + 자세한 정보는 https://gitlab.winehq.org/wine/wine/-/wikis/Forums 를 참조하기 바랍니다. - **Bugs**: https://bugs.winehq.org 의 Wine Bugzilla에 버그를 보고하십시오. 버그 보고서를 제출하기 전에 같은 문제가 이미 제출된 적이 있는지 diff --git a/documentation/README-nl.md b/documentation/README-nl.md index 2968b86938e..67160ee1b96 100644 --- a/documentation/README-nl.md +++ b/documentation/README-nl.md @@ -92,9 +92,10 @@ toekomst ook ondersteund worden. **Optionele bibliotheken**: Tijdens het uitvoeren van ./configure wordt er aangegeven of de optionele bibliotheken zijn gevonden op het systeem. Bekijk - https://wiki.winehq.org/Building_Wine voor meer informatie over welke - pakketten er geïnstalleerd zouden moeten worden. Op 64-bit systemen - moeten ook de 32-bit versies van deze pakketten geïnstalleerd worden. + https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine voor meer + informatie over welke pakketten er geïnstalleerd zouden moeten + worden. Op 64-bit systemen moeten ook de 32-bit versies van deze + pakketten geïnstalleerd worden. ## COMPILEREN @@ -114,7 +115,7 @@ broncode te compileren en te linken in Unix. Voor alle opties tijdens het compileren, voer `./configure --help` uit. -Voor meer informatie bekijk: https://wiki.winehq.org/Building_Wine +Voor meer informatie bekijk: https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine ## SETUP @@ -162,15 +163,15 @@ fout wordt gerapporteerd. handleidingen, programma database, bug tracking. Dit is waarschijnlijk de beste plek om te beginnen. -- **FAQ**: Veel vragen over Wine zijn te vinden op https://www.winehq.org/FAQ +- **FAQ**: Veel vragen over Wine zijn te vinden op https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: De Wine-Wiki staat op https://wiki.winehq.org +- **Wiki**: De Wine-Wiki staat op https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **Mail-lijsten**: Er zijn meerdere mail-lijsten voor gebruikers en ontwikkelaars van - Wine. Bekijk https://www.winehq.org/forums voor meer informatie. + Wine. Bekijk https://gitlab.winehq.org/wine/wine/-/wikis/Forums voor meer informatie. - **Fouten**: Op https://bugs.winehq.org kunnen fouten gemeld worden aan de Wine Bugzilla. Doorzoek eerst de database van bugzilla om te kijken of diff --git a/documentation/README-no.md b/documentation/README-no.md index 383901a1740..cb7438670c1 100644 --- a/documentation/README-no.md +++ b/documentation/README-no.md @@ -72,15 +72,12 @@ støtter kjernetråder støttes kanskje i framtiden. flex 2.5.33 eller nyere og bison er også nødvendig. **Valgfrie støttebiblioteker**: - configure-skriptet viser meldinger når valgfrie biblioteker ikke blir - funnet. Se https://wiki.winehq.org/Recommended_Packages for info om - hvilke pakker du bør installere. - På 64 bit-systemer trenger du 32 bit-versjoner av disse bibliotekene - hvis du skal bygge Wine som et 32 bit-program (standard); - se https://wiki.winehq.org/WineOn64bit for flere detaljer. - Hvis du ønsker å bygge Wine som et 64 bit-program (eller et oppsett - med blandet 32 bit og 64 bit) kan du lese mer på - https://wiki.winehq.org/Wine64 + configure-skriptet viser meldinger når valgfrie biblioteker ikke + blir funnet. Se + https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine for info + om hvilke pakker du bør installere. På 64 bit-systemer trenger du + 32 bit-versjoner av disse bibliotekene hvis du skal bygge Wine som + et 32 bit-program (standard). ## BYGGING @@ -139,15 +136,15 @@ når du rapporterer en feil. https://www.winehq.org/ : diverse veiledere, en programdatabase og feilsporing. Dette er antakelig det beste stedet å begynnne. -- **Svar**: Wines spørsmål og svar finnes på https://www.winehq.org/FAQ +- **Svar**: Wines spørsmål og svar finnes på https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: Wines Wiki er tilgjengelig på https://wiki.winehq.org +- **Wiki**: Wines Wiki er tilgjengelig på https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **E-postlister**: Det finnes flere e-postlister for Wine-utviklere og -brukere; - besøk https://www.winehq.org/forums for mer informasjon. + besøk https://gitlab.winehq.org/wine/wine/-/wikis/Forums for mer informasjon. - **Feil**: Rapporter feil til Wines Bugzilla på https://bugs.winehq.org Søk i Bugzilla-databasen og se om probelmet allerede er funnet diff --git a/documentation/README-pt.md b/documentation/README-pt.md index 6b4540ef668..7a72c89d031 100644 --- a/documentation/README-pt.md +++ b/documentation/README-pt.md @@ -159,14 +159,14 @@ http://home.nexgo.de/andi.mohr/download/decorrupt_explorer dados de aplicações, localizaçao de erros. Isto é provavelmente o melhor ponto de começo. -- **FAQ**: A Wine FAQ está localizada em https://www.winehq.org/FAQ +- **FAQ**: A Wine FAQ está localizada em https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: https://wiki.winehq.org +- **Wiki**: https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **Mailing Lists**: Há algumas mailing list para responsaveis pelo desenvolvimento Wine; ver em - https://www.winehq.org/forums para mais informação. + https://gitlab.winehq.org/wine/wine/-/wikis/Forums para mais informação. - **IRC** Ajuda online está disponivel em `#WineHQ` on irc.libera.chat. diff --git a/documentation/README-pt_br.md b/documentation/README-pt_br.md index c3419104133..c3bd8bce0b7 100644 --- a/documentation/README-pt_br.md +++ b/documentation/README-pt_br.md @@ -76,13 +76,10 @@ ter suporte no futuro. **Bibliotecas de suporte opcionais**: O script configure irá mostrar diversas mensagens quando bibliotecas opcionais não forem encontradas no seu sistema. - Veja https://wiki.winehq.org/Recommended_Packages para dicas sobre - pacotes que você pode instalar. + Veja https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine para + dicas sobre pacotes que você pode instalar. Em plataformas de 64 bits, se compilar Wine como 32 bits (padrão), você - precisa assegurar que as versões 32 bits das bibliotecas estão instaladas, - veja https://wiki.winehq.org/WineOn64bit para mais detalhes. - Se você quer um verdadeiro Wine de 64 bits (ou uma configuração mista de - 32 e 64 bits) veja https://wiki.winehq.org/Wine64 para mais detalhes. + precisa assegurar que as versões 32 bits das bibliotecas estão instaladas. ## COMPILAÇÃO @@ -148,16 +145,17 @@ poderá anexar ao bug que for criar. de dados de aplicações, rastreamento de erros. Este é provavelmente o melhor ponto para começar. -- **FAQ**: O FAQ (perguntas frequentes) do Wine está em https://www.winehq.org/FAQ +- **FAQ**: O FAQ (perguntas frequentes) do Wine está em https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: O wiki do Wine está disponível em https://wiki.winehq.org +- **Wiki**: O wiki do Wine está disponível em https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **Listas de discussão**: Há diversas listas de mensagens para usuários e colaboradores no - desenvolvimento do Wine; veja https://www.winehq.org/forums para - mais informação. + desenvolvimento do Wine; veja + https://gitlab.winehq.org/wine/wine/-/wikis/Forums para mais + informação. - **Bugs**: Relate erros ao Bugzilla do Wine em https://bugs.winehq.org Por favor, pesquise a base de dados do bugzilla para verificar diff --git a/documentation/README-ru.md b/documentation/README-ru.md index 7540c6300d8..7205c5e02bb 100644 --- a/documentation/README-ru.md +++ b/documentation/README-ru.md @@ -75,7 +75,7 @@ make **Дополнительные библиотеки**: Конфигурационный скрипт выведет список дополнительных библиотек, которые не были найдены в вашей системе. Ознакомьтесь с перечнем необходимых пакетов по адресу - https://wiki.winehq.org/Recommended_Packages. При работе на 64-битных платформах + https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine. При работе на 64-битных платформах убедитесь, что у вас установлены 32-битные версии этих библиотек. ## КОМПИЛЯЦИЯ @@ -95,7 +95,7 @@ make Для вывода конфигурационных настроек введите `./configure --help`. -За дополнительной информацией обратитесь к https://wiki.winehq.org/Building_Wine +За дополнительной информацией обратитесь к https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine ## УСТАНОВКА @@ -139,15 +139,17 @@ Wine не идеален, поэтом некоторые программы м https://www.winehq.org/: различные руководства Wine, база данных приложений, база данных ошибок. Вероятно лучше всего начать с этого сайта. -- **FAQ**: Wine FAQ расположен на https://www.winehq.org/FAQ +- **FAQ**: Wine FAQ расположен на https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: Wine Wiki расположен на https://wiki.winehq.org +- **Wiki**: Wine Wiki расположен на https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **Рассылки**: - Имеется несколько рассылок для пользователей и разработчиков Wine, - обратитесь по адресу https://www.winehq.org/forums за дополнительной информацией. + Имеется несколько рассылок для пользователей и разработчиков + Wine, обратитесь по адресу + https://gitlab.winehq.org/wine/wine/-/wikis/Forums за + дополнительной информацией. - **Ошибки**: Сообщайте об ошибках в Wine Bugzilla по адресу https://bugs.winehq.org Прежде чем отправлять сообщение об ошибке проверьте, может эта ошибка diff --git a/documentation/README-sv.md b/documentation/README-sv.md index 0481fb6db16..e6622c9774b 100644 --- a/documentation/README-sv.md +++ b/documentation/README-sv.md @@ -81,9 +81,10 @@ stöder kerneltrådar kommer eventuellt att stödjas i framtiden. **Valfria stödbibliotek**: configure-skriptet visar varningar när valfria bibliotek inte hittats. - Se https://wiki.winehq.org/Recommended_Packages för information om vilka - paket du bör installera. På 64-bitars system måste du säkerställa att du - installerar 32-bitars versionerna av dessa bibliotek. + Se https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine för + information om vilka paket du bör installera. På 64-bitars system + måste du säkerställa att du installerar 32-bitars versionerna av + dessa bibliotek. ## KOMPILERING @@ -102,7 +103,7 @@ Windows-källkod i Unix. Kör `./configure --help` för att se inställningar och val vid kompilering. -För mer information se https://wiki.winehq.org/Building_Wine +För mer information se https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine ## INSTALLATION @@ -146,15 +147,15 @@ rapporterar ett fel. https://www.winehq.org/ : diverse guider, en programdatabas samt felspårning. Detta är antagligen det bästa stället att börja. -- **Frågor**: Frågor och svar om Wine finns samlade på https://www.winehq.org/FAQ +- **Frågor**: Frågor och svar om Wine finns samlade på https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: Wines Wiki finns på https://wiki.winehq.org +- **Wiki**: Wines Wiki finns på https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **E-postlistor**: Det finns flera e-postlistor för Wine-användare och -utvecklare; se - https://www.winehq.org/forums för mer information. + https://gitlab.winehq.org/wine/wine/-/wikis/Forums för mer information. - **Fel**: Rapportera fel till Wines Bugzilla på https://bugs.winehq.org Sök i Bugzilla-databasen för att se om problemet redan finns diff --git a/documentation/README-tr.md b/documentation/README-tr.md index 8b27cc9299d..10e0b3d3eff 100644 --- a/documentation/README-tr.md +++ b/documentation/README-tr.md @@ -78,13 +78,9 @@ de gelecekte desteklenebilir. **Seçeneğe bağlı destek kitaplıkları**: Yapılandırılırken, eğer seçeneğe bağlı paketler bulunamadıysa, bildirim alacaksınız. Yüklemeniz gereken paketler hakkında ipuçları için, - https://wiki.winehq.org/Recommended_Packages adresini ziyaret ediniz. + https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine adresini ziyaret ediniz. 64 bit üzerinde, eğer Wine'yi 32 bit (varsayılan) olarak derleyecekseniz, - bazı kitaplıklarin 32 bit sürümlerinin yüklü olduğundan emin olunuz; - ayrıntılar için https://wiki.winehq.org/WineOn64bit adresini ziyaret - ediniz. Eğer gerçek bir 64 bit Wine kurulumu (veya 32-64 bit karışık) - isterseniz, bilgi için https://wiki.winehq.org/Wine64 adresini ziyaret - ediniz. + bazı kitaplıklarin 32 bit sürümlerinin yüklü olduğundan emin olunuz. ## DERLEME @@ -148,15 +144,16 @@ bildirirken eklemelisiniz. başlangıç noktasıdır. - **SSS** Wine hakkında sıkça sorulan sorulara buradan ulaşabilirsiniz: - https://www.winehq.org/FAQ + https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki**: https://wiki.winehq.org +- **Wiki**: https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **E-posta listeleri**: Wine geliştiricileri için birtakım e-posta listeleri bulunmaktadır. - Daha fazla bilgi için https://www.winehq.org/forums adresine gidiniz. + Daha fazla bilgi için https://gitlab.winehq.org/wine/wine/-/wikis/Forums + adresine gidiniz. - **Hatalar**: Karşılaştığınız hataları https://bugs.winehq.org adresinden Wine diff --git a/documentation/README-uk.md b/documentation/README-uk.md index d2aa1dcd1de..41b00e3c939 100644 --- a/documentation/README-uk.md +++ b/documentation/README-uk.md @@ -74,12 +74,9 @@ make **Додаткові бібліотеки підтримки**: Конфігураційний скрипт виведе список додаткових бібліотек, які не були знайдені у вашій системі. Ознайомтеся з переліком потрібних пакетів за - адресою https://wiki.winehq.org/Recommended_Packages. + адресою https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine. На 64-бітних платформах ви повинні переконатися, що у вас встановлені - 32-бітні версії цих бібліотек; за більш детальною інформацією зверніться - до https://wiki.winehq.org/WineOn64bit. Якщо вам потрібен 64-бітний Wine - (чи змішаний 32-бітний та 64-бітний встановлювач Wine), дивіться - https://wiki.winehq.org/Wine64 за більш детальною інформацією. + 32-бітні версії цих бібліотек. ## ЗБИРАННЯ @@ -141,15 +138,16 @@ Wine знаходиться в процесі розробки, тому дея https://www.winehq.org/: різні керівництва Wine, база даних додатків, база даних помилок. Ймовірно найкраще почати з цього сайту. -- **FAQ** Wine FAQ розташований на https://www.winehq.org/FAQ +- **FAQ** Wine FAQ розташований на https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **Wiki** Wine Wiki розташована на https://wiki.winehq.org +- **Wiki** Wine Wiki розташована на https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **Списки розсилання**: Є кілька розсилок для користувачів і розробників Wine; - дивіться https://www.winehq.org/forums для додаткової інформації. + дивіться https://gitlab.winehq.org/wine/wine/-/wikis/Forums + для додаткової інформації. - **Помилки(баги)**: Повідомляйте про помилки у Wine Bugzilla на https://bugs.winehq.org diff --git a/documentation/README-zh_cn.md b/documentation/README-zh_cn.md index 824ba03a971..65bc85f12cf 100644 --- a/documentation/README-zh_cn.md +++ b/documentation/README-zh_cn.md @@ -71,12 +71,10 @@ make **可选的支持库**: 当可选的函数库无法在您的系统中找到时,configure 会显示对应的提示信息。 - 请查看 https://wiki.winehq.org/Recommended_Packages 以了解您应当安装的 + 请查看 https://gitlab.winehq.org/wine/wine/-/wikis/Building-Wine 以了解您应当安装的 软件包的信息。 在 64 位平台上,如果以 32 位的方式编译 Wine(这是默认情况),您必须确保 - 对应函数库的 32 位版本已被安装;请查看 https://wiki.winehq.org/WineOn64bit - 以了解详情。如果您想安装一个真正的 64 位 Wine(或者一个混合 32 位 Wine 和 - 64 位 Wine 的版本),请参阅 https://wiki.winehq.org/Wine64 以了解具体内容。 + 对应函数库的 32 位版本已被安装。 ## 编译 @@ -134,15 +132,15 @@ Wine 不是十全十美的,所以某些程序可能会崩溃。如果这样的 上面找到。包括:各类 Wine 相关的向导、应用程序数据库(AppDB)、 漏洞跟踪系统等等。这个网站可能是您最佳的起始之处。 -- **FAQ**: Wine 常见问题位于 https://www.winehq.org/FAQ +- **FAQ**: Wine 常见问题位于 https://gitlab.winehq.org/wine/wine/-/wikis/FAQ -- **维基**: Wine 维基位于 https://wiki.winehq.org +- **维基**: Wine 维基位于 https://gitlab.winehq.org/wine/wine/-/wikis/ - **Gitlab**: https://gitlab.winehq.org - **邮件列表**: 存在数个服务于 Wine 用户和开发者的邮件列表; - 请查看 https://www.winehq.org/forums 以了解更多信息。 + 请查看 https://gitlab.winehq.org/wine/wine/-/wikis/Forums 以了解更多信息。 - **Bugs**: 请向位于 https://bugs.winehq.org 的 Wine Bugzilla 提交 bug。 请在提交漏洞报告前先在 bugzilla 数据库中进行搜索,检查 diff --git a/loader/wine.de.UTF-8.man.in b/loader/wine.de.UTF-8.man.in index a4e94d71a9e..ea3786c69e0 100644 --- a/loader/wine.de.UTF-8.man.in +++ b/loader/wine.de.UTF-8.man.in @@ -274,39 +274,12 @@ Statusberichte für viele Anwendungen sind unter .PP Fehler können unter .I https://bugs.winehq.org -gemeldet werden. Wenn Sie einen Fehler melden möchten, lesen Sie -bitte vorher -.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 https://bugs.winehq.org gemeldet werden. .SH VERFÜGBARKEIT -Die aktuellste öffentliche Wine-Version kann auf -.I https://www.winehq.org/download +Die aktuellste öffentliche Wine-Version kann auf WineHQ, +.UR https://www.winehq.org/ +die Hauptseite der wine-Entwicklung +.UE , bezogen werden. -.PP -Ein Schnappschuss des Entwicklungscodes kann via GIT besorgt werden, -siehe dazu -.I -https://www.winehq.org/git -.PP -WineHQ, die Hauptseite der -.B wine --Entwicklung, befindet sich auf -.IR https://www.winehq.org . -Diese Website bietet viele Informationen und Ressourcen zu -.BR wine . -.PP -Für nähere Informationen zur Entwicklung von -.B wine -können Sie sich als Abonnement bei der -.B wine --Mailingliste auf -.I https://www.winehq.org/forums -eintragen. .SH "SIEHE AUCH" .BR wineserver (1),\ winedbg (1) diff --git a/loader/wine.pl.UTF-8.man.in b/loader/wine.pl.UTF-8.man.in index 8ca46681d6e..a66ae999190 100644 --- a/loader/wine.pl.UTF-8.man.in +++ b/loader/wine.pl.UTF-8.man.in @@ -278,39 +278,11 @@ dodać jej samodzielnie. .PP Raporty błędów mogą być wysyłane do Wine Bugzilla .I https://bugs.winehq.org -Jeżeli chcesz zgłosić błąd zapoznaj się z -.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 https://bugs.winehq.org .SH DOSTĘPNOŚĆ Najaktualniejszą publiczną wersję .B wine można pobrać ze strony -.I https://www.winehq.org/download -.PP -Najaktualnieszy zrzut kodu można pobrać przez GIT. Aby dowiedzieć się -jak to zrobić, odwiedź stronę -.I -https://www.winehq.org/git -.PP -WineHQ, siedziba rozwoju -.B wine -, mieści się na stronie -.IR https://www.winehq.org . -Strona ta zawiera wiele informacji o -.BR wine . -.PP -Po dalsze informacje na temat rozwoju -.B wine -zapisz się na listę mailingową -.B wine -na stronie -.I https://www.winehq.org/forums - +.I https://www.winehq.org .SH "ZOBACZ TAKŻE" .BR wineserver (1), .BR winedbg (1)