vefies.blogg.se

Webtrees download
Webtrees download











webtrees download
  1. Webtrees download update#
  2. Webtrees download code#
  3. Webtrees download download#

I have written a desktop app which uses the aforementioned ADO.NET provider to test for and report discrepancies in the following: (1) broken media links, (2) non-privatized SSNs, (3) orphaned place details, (4) un-used place details, (5) un-used places, (6) un-used media items and (7) duplicate media items. The RM4 database sanity test noted above is illustrative. Let me elaborate a bit and then we can explore whether it would be useful. Trying to distill the logic of my various SQLite queries to something which is both (1) compatible with the focus of your wiki and (2) presentable is a significant undertaking. I use SQLite Developer mainly in developing and debugging queries.

Webtrees download code#

I get into RM SQLite databases two ways: (1) for some purposes I use the SQLite Developer app but mostly, (2) I use some homebrew code with the ADO.NET provider library. The only link between these and RM4 SQLite is that they share the same master media library, so no more about them here.

Webtrees download update#

The connection with the GenWeb site is primarily the latter’s Cemeteries and Burials, Photo Albums and Places portals, the homebrew MySQL database which these portals employ, their links into the previously described media library and the homebrew code used to update the MySQL database. My personal genealogy data baseline is my RM4 desktop database. I do not routinely edit the webtrees database via its web interface, though that is what webtrees and its predecessor, phpGedView, were designed to do. My webtrees site is updated frequently from the RM4 database by first sanity testing it, manually tracking down and correcting discrepancies in it, backing it up, exporting it to GEDCOM, processing the GEDCOM through a bunch of transformation steps and finally importing the transformed GEDCOM into the site database. I have a whole bunch of homebrew code used to manage this mess, and a good bit of it directly queries the RM4 SQLite database for an array of sanity testing and data transformation between the various end uses.

webtrees download

My RM4 database currently links into about 7500 items in this media library. The media library file tree is organized with top level directories representing some 75 repositories, mostly public record repositories, with sub tree branches mimicking the repository filing system but with some ad hoc repository branches also. All of these activities share parts of a large, currently ~11Gb, media library. One website is my own webtrees based family history portal located at and the other is the Northampton County, North Carolina GenWeb site located at, for which I am site coordinator. The computer based parts of my genealogy activity center around a desktop RM4 database (I haven’t actually switched to RM5 yet because of some of the headaches associated with the media handling re-design) and two websites which I operate.

webtrees download

I do the preprocessing/cleanup before export to GEDCOM in preparation for importing the latter into a webtrees database for a public website which I operate. which I can then resolve directly in RM4 (or RM5). I long ago developed a SQLITE based preprocessing program which reads the RM4 database (or RM5 for that matter) and does a whole bunch of sanity tests, including locating any duplicate or unused places, place details, media files, etc.

Webtrees download download#

Tom has made a deployable version of his RMSanity application along with its source code and it’s available for download on this page.

webtrees download

He developed some procedures using SQLite and Visual Basic that he runs against his RM database prior to exporting a GEDCOM for upload to the sites. He talks about the relationship between his RM4 database and media collection and two websites he operates, one a webtrees, the other GenWeb, both worth a visit. The following paragraphs are extracted from private messages from Tom, davistom1, who kindly agreed to their being brought onto a page for wider dissemination.













Webtrees download