From da644f9c2bcad68e49b84985168f74e5eebf034a Mon Sep 17 00:00:00 2001 From: Matthew Noorenberghe Date: Sat, 22 Feb 2014 14:31:54 -0800 Subject: Update support for dir=auto in the README * Gecko has had support since version 20. * Internet Explorer is the only major modern browser not to support this attribute value and Blink now exists so just mention lack of support in IE. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a72851281e..04cfcb0114 100644 --- a/README.md +++ b/README.md @@ -95,14 +95,13 @@ To install **webtrees**, you need: We will do our best to support others such as Opera and Internet Explorer, though not their earlier versions. Currently many things do not work well in IE7, and some not in IE8 either. We strongly recommend anyone using these - obsolete browsers upgrade as soon as possible. We are also aware that IE and - Opera browsers provide poor RTL language support generally, so cannot recommend - those for sites requiring RTL languages. + obsolete browsers upgrade as soon as possible. We are also aware that IE + provides poor RTL language support generally, so cannot recommend it for + sites requiring RTL languages. * To view sites that contain both left-to-right and right-to-left text (e.g. English data on Hebrew pages), you will need to use a browser that provides - support for the HTML5 **dir="auto"** attribute. At present, only browsers based on - the WebKit engine (Chrome and Safari) have this. The Gecko (Firefox) and - Presto (Opera) engines promise to provide this soon. + support for the HTML5 **dir="auto"** attribute. At present, Internet Explorer + (11 and lower) do not support this. * HTML Frames. Note that **webtrees** uses cookies to track login sessions. Sites that make **webtrees** pages available inside an HTML Frames will encounter problems with login for versions 7, 8, and 9 of Internet Explorer. IE users -- cgit v1.3 From 1ad46916cd54c88d5f91ad6ba513ecc720d83492 Mon Sep 17 00:00:00 2001 From: Matthew Noorenberghe Date: Sat, 22 Feb 2014 15:07:51 -0800 Subject: README typo fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04cfcb0114..90789b3e4a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ 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 +photos and document images. As an online 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 @@ -141,7 +141,7 @@ administration page, where you'll need to select one of the following options: * CREATE a new, empty GEDCOM file * TRANSFER your existing PGV data straight into **webtrees**, using the PGV-to-**webtrees** wizard described in section 9 below: - [Converting form phpgedview](#phpgedview) + [Converting from phpgedview](#converting-from-phpgedview) There are *lots* of configuration options. You'll probably want to review the privacy settings first. Don't worry too much about all the other options - the -- cgit v1.3