From 88ffb5ee7fb1a0bdfa8d0af9ad5282d7dbff130c Mon Sep 17 00:00:00 2001 From: Rob Peters Date: Fri, 26 Jul 2013 00:00:15 +0000 Subject: Move font size to style area --- readme.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.html b/readme.html index d3ece1e357..ae5f2c5f53 100644 --- a/readme.html +++ b/readme.html @@ -46,7 +46,7 @@

LICENSE

back to top
* webtrees: Web based Family History software
- * Copyright (C) 2012 webtrees development team.
+ * Copyright (C) 2013 webtrees development team.
*
* Derived from PhpGedView - Copyright (C) 2002 to 2010 PGV Development Team.
*
@@ -89,20 +89,20 @@ To install webtrees, you need:
  • MySQL 5.0.13 or later. Note that webtrees can share a single database with other applications, by choosing a unique table prefix during configuration. If the number of databases is not restricted, you can set up a database purely for use by webtrees and create a separate user and password for only your genealogy.
  • -
  • Internet browser compatability. webtrees supports the use of most current versions of open-source browsers such as Firefox, Chrome, and Safari. 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 IE6, and some not in IE7 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.
  • +
  • Internet browser compatability. webtrees supports the use of most current versions of open-source browsers such as Firefox, Chrome, and Safari. 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.
  • 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.
  • 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 should review the Privacy settings Tools / Internet Options for more details.

  • INSTALLATION

    back to top
    -Installing webtrees is really easy. All you need is a webserver with PHP and MySQL. Almost every web hosting service provides these. +Installing webtrees is really easy. All you need is a webserver with PHP and MySQL. Almost every web hosting service provides these, but be sure to confirm that those supplied meet or exceed the minimum system requirements.

      -
    1. Download the latest version of webtrees available from http://launchpad.net/webtrees
    2. +
    3. Download webtrees-1.3.2.zip from http://launchpad.net/webtrees
    4. Unzip the files and upload them to an empty directory on your web server.
    5. Open your web browser and type the URL for your webtrees site (for example, http://www.yourserver.com/webtrees) into the address bar.
    6. -
    7. The webtrees setup wizard will start automatically. This will ask you a few questions about your server, and then generate a configuration file for you. At the end of the setup you will be asked to upload the configuration file to the webserver. This is a security check to make sure only the site owner can configure it.
    8. +
    9. The webtrees setup wizard will start automatically. Simply follow the steps, answering each question as you proceed. (See '''Step Six''' procedure below.)

    That's it!

    However, before you can use webtrees, you need one (or possibly more) GEDCOM (family tree) files. If you have been doing your research using a desktop program such as Family Tree Maker, you can use it's "save as GEDCOM" function to create a GEDCOM file. If you are starting from scratch, then webtrees can create a GEDCOM file for you. Alternatively, you can import data directly from PhpGedView. -- cgit v1.3