From 06c287d000a76d1668beeaf99719e98679291ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Wed, 31 Aug 2016 21:22:37 +0000 Subject: [PATCH] [README] - Show our URLs using https. - Add a "FAQ" section to point to the corresponding website URL; feel free to improve the section! svn path=/trunk/; revision=72527 --- reactos/README | 2 +- reactos/boot/bootdata/readme.txt | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/reactos/README b/reactos/README index 5c8f655eddb..dcb2d9bddd6 100644 --- a/reactos/README +++ b/reactos/README @@ -14,7 +14,7 @@ The ReactOS project, although currently focused on Windows Server 2003 compatibility, is always keeping an eye toward compatibility with Windows Vista and future Windows NT releases. -More information is available at: http://www.reactos.org +More information is available at: https://www.reactos.org 2. Building ReactOS ------------------- diff --git a/reactos/boot/bootdata/readme.txt b/reactos/boot/bootdata/readme.txt index 6866b5466b2..1c810937a08 100644 --- a/reactos/boot/bootdata/readme.txt +++ b/reactos/boot/bootdata/readme.txt @@ -10,7 +10,7 @@ ReactOS compatible with applications and drivers written for the Microsoft® Windows™ NT family of operating systems (NT4, 2000, XP, 2003, Vista, Seven). -More information is available at: http://www.reactos.org +More information is available at: https://www.reactos.org 2. Relationship with the WINE project @@ -41,7 +41,7 @@ others in the future. 5. Is ReactOS legal? ---------------------------------------- +-------------------- Yes we are. All the code of ReactOS has been written from scratch by our developers. @@ -56,13 +56,22 @@ exposed by the operating system. 6. Tutorials ------------ -Developer and User Tutorials: http://www.reactos.org/wiki +Developer and User Tutorials: https://www.reactos.org/wiki The tutorials contain more information on the project, compiling and testing ReactOS - amongst other topics. Contributors to the project are always welcome. -7. Author ---------- +7. Frequently Asked Questions +----------------------------- -This document was written by Jason Filby (jasonfilby@yahoo.com). +Some of your questions may be answered in: https://www.reactos.org/joining/faqs +In addition, the ReactOS forum: https://www.reactos.org/forum/ may contain +complementary, yet non-official, information. + + +8. Authors +---------- + +This document was originally written by Jason Filby (jasonfilby@yahoo.com) +and is now occasionally updated by various contributors.