From de3907a7f2aac52c5d04dca466f4b024a81d744f Mon Sep 17 00:00:00 2001 From: David Drury Date: Mon, 21 Oct 2013 18:01:49 +0100 Subject: [PATCH] HTML validation fixes --- readme.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.html b/readme.html index 6e517172538..73e8fa002e8 100644 --- a/readme.html +++ b/readme.html @@ -1,3 +1,4 @@ + - webtrees ReadMe file @@ -59,7 +59,7 @@

CONTENTS

  • It works from standard GEDCOM files, and is therefore compatible with every major desktop application.
  • It aims to to be efficient and effective by using the right combination of third-party tools, design techniques and open standards.
  • -webtrees allows you to view and edit your genealogy on your website. It has full editing capabilities, full privacy functions, and supports multimedia like photos and document images. As an on line program, it fosters extended family participation and good ancestral recording habits, as it simplifies the process of collaborating with others working on your family lines. Your latest information is always on your web site and available for others to see, defined by viewing rules you set. For more information and to see working demos, visit http://webtrees.net/ . +webtrees allows you to view and edit your genealogy on your website. It has full editing capabilities, full privacy functions, and supports multimedia like photos and document images. As an on line program, it fosters extended family participation and good ancestral recording habits, as it simplifies the process of collaborating with others working on your family lines. Your latest information is always on your web site and available for others to see, defined by viewing rules you set. For more information and to see working demos, visit http://webtrees.net/ .

    webtrees is Open Source software that has been produced by people from many countries freely donating their time and talents to the project. All service, support, and future development is dependent on the time developers are willing to donate to the project, often at the expense of work, recreation, and family. Beyond the few donations received from users, developers receive no compensation for the time they spend working on the project. There is also no outside source of revenue to support the project. Please consider these circumstances when making support requests and consider volunteering your own time and skills to make the project even stronger and better.

    @@ -160,14 +160,14 @@

    CONTENTS

  • ANSI - imports OK, but is slow due to the translation into UTF8 as part of the import process.
  • MAC - imports OK, but is slow due to the translation into UTF8 as part of the import process.
  • DOS - imports OK, but is slow due to the translation into UTF8 as part of the import process.
  • -
  • ANSEL - currently will not import. Gives warning Error: cannot convert GEDCOM file from ANSEL encoding to UTF-8 encoding. Later releases of webtrees may include translation from ANSEL to UTF8, but this is not a simple process.ANSEL - currently will not import. Gives warning Error: cannot convert GEDCOM file from ANSEL encoding to UTF-8 encoding. Later releases of webtrees may include translation from ANSEL to UTF8, but this is not a simple process.

  • SECURITY

    back to top
    Security in webtrees means ensuring your site is safe from unwanted intrusions, hacking, or access to data and configuration files. The developers of webtrees regard security as an extremely important part of its development and have made every attempt to ensure your data is safe.

    -The area most at risk of intrusion would be the /data folder that contains your config.ini.php file, and various temporary files. If you are concerned there may be a risk there is a very simple test you can do: try to fetch config.ini.php by typing http:// url to your site /data/config.ini.php in your web browser. +The area most at risk of intrusion would be the /data folder that contains your config.ini.php file, and various temporary files. If you are concerned there may be a risk there is a very simple test you can do: try to fetch config.ini.php by typing http:// url to your site /data/config.ini.php in your web browser.

    The most likely result is an "access denied" message like this:
    @@ -209,7 +209,7 @@

    CONTENTS

    1. The files in the webtrees/data directory.
    2. The files in the webtrees/media directory.
    3. -
    4. The tables in the database. Freely available tools such as phpMyAdmin allow you to do this in one click.
    5. +
    6. The tables in the database. Freely available tools such as phpMyAdmin allow you to do this in one click.
    Remember that most web hosting services do NOT backup your data, and this is your responsibility.