-- phpMyAdmin SQL Dump
-- version 2.11.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jan 22, 2009 at 09:39 PM
-- Server version: 5.0.51
-- PHP Version: 5.2.5
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `genealogy`
--
-- --------------------------------------------------------
--
-- Table structure for table `tng_faqs`
--
CREATE TABLE `tng_faqs` (
`faqID` int(11) NOT NULL auto_increment,
`question` text NOT NULL,
`answer` text NOT NULL,
`adddate` date NOT NULL default '0000-00-00',
PRIMARY KEY (`faqID`),
KEY `adddate` (`adddate`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
--
-- Dumping data for table `tng_faqs`
--
INSERT INTO `tng_faqs` (`faqID`, `question`, `answer`, `adddate`) VALUES
(1, 'What do I do if I find a mistake?', 'If you find a mistake of any kind, please feel free to email me at admin@robertsfamilytree.org, and I will fix the issue as time permits. I have been very careful to keep the records as accurate as possible, but when working from different sources, those may not always be right', '2008-04-16'),
(2, 'Can I have a copy of your entire database?', 'NO!!!, This database is a compilation of many thousands of hours of work. Any attempt to steal the info will be met with harsh terms. \r\n\r\nIf you are a family member, contact me, and I "may" make exceptions as I see fit.', '2008-04-16'),
(3, 'Can I contribute to your database?', 'I am happy to review well documented submissions, and under many circumstances, will include the information in the database if it appears to be valid. However we make no promises about timeliness, and the final editorial judgment is ours.', '2008-04-16'),
(4, 'What if I have or find information that is not in your database?', 'Please do not assume that we have information that is not listed on this database, Please contact me as soon as possible, and tell me about your information. The chances are pretty good that I am unaware of the omission and would love to fix it, or at least know about it to research it. Please remember to send females with their maiden names (where available), and the place of birth can be just as important as the date in researching records.', '2008-04-16'),
(5, 'You don''t list [person''s name] in your database. Do you have any information on him or her?', 'Keep checking back. I am constantly adding new people and more information. I have a MOUNTAIN of information to go thru just to get my fathers research into the database.', '2008-04-16'),
(6, 'Will you send me a copy of one of the documents mentioned on your website?', 'I will try to provide scans of original documents for individuals born before 1904, for individuals born after 1904, I generally have “hard” copies of all this information, so you can always contact me if you want me to send you a copy.', '2008-04-16'),
(7, 'A piece of information - name, date, whatever - listed in one of your transcriptions is wrong in the original document. Will you please correct it?', 'Most emphatically, No. A transcription is a verbatim copying of an original document, mistakes and all. While I am happy to add a valid correction as a note, under no circumstances will I alter a transcription that I believe to be an accurate copy of the original.', '2008-04-16'),
(8, 'What do I do if I have documents that I want to have on the website?', 'I really love having visual aids for folks, and I really would love to have some of these documents... \r\nEither photocopy it for me, and send it via regular mail. then I can scan it and display it on this website with your permission of course. \r\nor scan it (.jpg works best), don''t forget to include written permission to post it on this website.\r\n', '2008-04-16'),
(9, 'Where did you get all of this information?', 'The majority of this information came from the research of my father. If I have the source it will be scanned in and added to this database. If there is a scanned copy of it, contact me and I can send you a better copy of the scanned image as requested.', '2008-04-16'),
(10, 'Is this database free?', 'Yes. Actually there is no charge to any user for access to the The Roberts Family Genealogy Pages Website or Database. However, there are significant costs incurred to create and maintain The Roberts Family Genealogy Pages Website and database for the benefit of the users.\r\n\r\n\r\nWhile it does not cost the user to access the information in the database, it does cost the author a substantial amount of money to make it available. If anyone wishes to make contributions of money or computer equipment to help defray these expenses, please send an email to me to help keep this site available.\r\n', '2008-04-16');