Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML validation fixes #12

Merged
merged 1 commit into from
Oct 21, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions readme.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<!--
Copyright (C) 2013 webtrees Development Team. All rights reserved.

Expand All @@ -7,7 +8,6 @@
http://webtrees.net/mediawiki/index.php/Main_Page

-->
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head><meta charset="UTF-8">
<title>webtrees ReadMe file</title>
Expand Down Expand Up @@ -59,7 +59,7 @@ <h2>CONTENTS</h2>
<li>It works from standard GEDCOM files, and is therefore compatible with every major desktop application.</li>
<li>It aims to to be efficient and effective by using the right combination of third-party tools, design techniques and open standards.</li>
</ul>
<b>webtrees</b> 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 <a href="http://webtrees.net/">http://webtrees.net/ </a>.
<b>webtrees</b> 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 <a href="http://webtrees.net/">http://webtrees.net/ </a>.
<br><br>
<b>webtrees</b> 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.
<br><br>
Expand Down Expand Up @@ -160,14 +160,14 @@ <h2>CONTENTS</h2>
<li>ANSI - imports OK, but is slow due to the translation into UTF8 as part of the import process.</li>
<li>MAC - imports OK, but is slow due to the translation into UTF8 as part of the import process.</li>
<li>DOS - imports OK, but is slow due to the translation into UTF8 as part of the import process.</li>
<li>ANSEL - currently will not import. Gives warning <em>Error: cannot convert GEDCOM file from ANSEL encoding to UTF-8 encoding.</em> Later releases of <b>webtrees</b> may include translation from ANSEL to UTF8, but this is not a simple process.</li?
<li>ANSEL - currently will not import. Gives warning <em>Error: cannot convert GEDCOM file from ANSEL encoding to UTF-8 encoding.</em> Later releases of <b>webtrees</b> may include translation from ANSEL to UTF8, but this is not a simple process.</li>
</ul>
<hr>
<!-- SECURITY -->
<div style="float:left;"><a id="security"><h3>SECURITY</h3></a></div><div class="back"><a href="#top">back to top</a></div><div style="clear:both;"></div>
<b>Security in <i>webtrees</i> means ensuring your site is safe from unwanted intrusions, hacking, or access to data and configuration files. The developers of <i>webtrees</i> regard security as an extremely important part of its development and have made every attempt to ensure your data is safe.</b>
<br><br>
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 <b>config.ini.php</b> by typing <b>http:// </b><i>url to your site</i><b> /data/config.ini.php</b> 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 <b>config.ini.php</b> by typing <b>http:// </b><i>url to your site</i><b> /data/config.ini.php</b> in your web browser.
<br><br>
The most likely result is an "access denied" message like this:
<div style="border:solid black 1px; padding:10px; margin: 10px;">
Expand Down Expand Up @@ -209,7 +209,7 @@ <h2>CONTENTS</h2>
<ol>
<li>The files in the webtrees/data directory.</li>
<li>The files in the webtrees/media directory.</li>
<li>The tables in the database. Freely available tools such as phpMyAdmin allow you to do this in one click.</li>
<li>The tables in the database. Freely available tools such as phpMyAdmin allow you to do this in one click.</li>
</ol>
Remember that most web hosting services do NOT backup your data, and this is your responsibility.
<hr>
Expand Down