Jump to content

TPG

Members
  • Content count

    61
  • Joined

  • Last visited

Community Reputation

0 Neutral

Contact Methods

  • Website URL
    http://www.giammo.com
  • ICQ
    0

Profile Information

  • Gender
    Male
  • Location
    Silver Spring, Maryland
  1. I am somewhat disquieted by the entire proposal to enhance the TMG gedcom export capability to accommodate the specific gedcom import facilities of other genealogy programs. I'm not sure why I am disturbed, since most of the tweeks added (e.g. the new initial underscore tags) would be ignored in a more general setting. But I do believe that it sets a bad precedent of junking up the standard TMG gedcom export capability with special features when perhaps cleaner options might exist. I am uncomfortable with the feature of TMG becoming dependent on the import conventions of other genealogy programs. In any case, the gedcom modifications proposed would seem to only approximate the natural import requirements of the specific importing program. I also ignores other competing products' import requirements. Rather, I would suggest that we rely on separate standalone programs to provide TMG output compatible with the import facilities of particular genealogy programs. These programs would, if necessary, read the TMG proprietary data files to produce the necessary input in whatever format was needed by the importing program. This is easily done as is shown by John Cardinal's TMG Utility and by the availability of the FoxPro OLE module underlying my WitnessTMG program. We could load up these individual standalone programs with as many features as desired and, if the associated genealogy program's import requirements change, only have to modify the individual program. TomH, while he was testing my witnessTMG program, urged me to adopt many of the suggestions he has made in this forum. I resisted incorporating the changes, partially on the grounds noted above. By the way, the modifications to the TMG export facility leaves intact what I consider to be the greatest deficiency in its gedcom export facility - namely the requirement that the owners of a joint event have to be married or at least be the joint parents of a child. Changing this to allow the event to appear as separate events under each individual should be relatively easy.
  2. Let me first establish some context in which witnessTMG was written. I wrote it originally for my own use and it was intended to massage the gedcom input for my own Progenitor 4 program by adding witness statements. Progenitor 4 is an elaborate and sophisticated genealogy display program that is ultimately an evolution of the original Progenitor 2 from the late 1990s. Progenitor 4 takes gedcom input and produces an entire website for uploading, much as Second Site does from TMG file input but without some of the bells and whistles. Some of the more minor design choices in witnessTMG were driven by the need to serve furnish input to Progenitor 4. (If you are interested in seeing the output from Progenitor 4, please go to http://www.crestline-enterprises.com/genealogy/giammoFamily/wg_Advanced.htm. I'd advise you to look at the GUIDE before proceeding to gain some familiarity with its capabilities.) Jim Byram and Tom Holden convinced me to revise and release witnessTMG, Tom Holden was also very helpful in testing the revisions and ascertaining that it ran with TMG version 9 project input files. Now, let me answer your specific questions - * Yes, the WITNESS statements are inserted as part of the INDI structure of the relevant individuals. * [Prin1] and [Prin2] are the "N:srnamedisp" full display names of the individuals. * I was aware of the limit of 90 characters, but did not believe that it would be a serious limitation - at least not in the application for which it was intended. Although the maximum size of each of the fields might cause an overflow of the 90 characters, the "role" and "eventtype" fields are relatively small and shouldn't make that much of a difference. Thus, I am reluctant to make use of the CAUS statement, which is also not how the gedcom standard envisions its use. * Your use of the NOTE field implies that witnessTMG would have to parse the [witness memo] and insert substitutions for the various sentence variables. That is beyond what I am willing to do.
  3. NOTE: This posting was also placed in the "Discontinuation of TMG" topic, where it is also relevant. Witness TMG Program Builds witness entries from TMG propritary project files and includes them in a compatible TMG generated GEDCOM file. The witnessTMG program asks that the TMG project be identified in the form of the core " . . . __.PJC" file of the project. It also asks for the input GEDCOM file to be identified. After the program processes and inserts the witness data, a new GEDCOM file is left in the program's folder as "newGEDCOM.ged". The generated witness statements are inserted as 1 EVEN 2 TYPE Witness: [role] in [eventtype] for [Prin1] and [Prin2] ** 2 DATE [date]* 2 PLACE [place]* * entry is omitted when [date] or [place] is blank. ** either or both [prin1] and [prin2] is omitted when blank. It was originally developed to use gedcoms produced by some earlier versions of TMG. It was then revised to handle gedcoms produced by TMG Version 8. Tom Holden, another contributer to this forum, has successfully tested it with gedcoms produced by TMG version 9. You may download the witnessTMG package via www.crestline-enterprises.com/witnessTMG. The WitnessTMG package is in the form of a zip file, whose only content is the "WitnessTMG.exe" program. One should extract the program from the zipped package and store in a convenient folder. You can run it from this folder, which becomes the folder containing the output "newGEDCOM.ged". IMPORTANT NOTE: In order for the WitnessTMG Program to be able to read the internal files of The Master Genealogist, one must first install the Microsoft VFPOLEDB facility before installing the WitnessTMG Program. This can be gotten from: http://www.microsoft.com/en-us/download/details.aspx?id=14839 I believe that one may choose either of the relevant installers to download, although I have used VFPOLEDBSetup.msi. After the VFPOLEDB facility has been installed, one may install the WitnessTMG Program. All that is strictly required is that the GEDCOM file have the same numbering conventions of the TMG file and that the TMG file include all individuals that occur in the GEDCOM file. This requirement is most easily satisfied if the TMG project is the project file itself used to generate the GEDCOM file or is a superset of that project file.
  4. The Discontinuation Of TMG

    WitnessTMG Program Builds witness entries from TMG propritary project files and includes them in a compatible TMG generated GEDCOM file. This version of "witnessTMG" is the same program that was first announced on the Rootsweb TMG forum. It has been revised to work with TMG version 8 or 9 files. The program asks that the TMG project be identified in the form of the core " . . . __.PJC" file of the project. It also asks for the input GEDCOM file to be identified. After the program processes and inserts the witness data, a new GEDCOM file is left in the program's folder as "newGEDCOM.ged". For reference purposes, the newly generated WITNESS statements are collected in a file named witnessOut.txt, stored in the same folder. The generated witness statements are inserted as: 1 EVEN 2 TYPE Witness: [role] in [eventtype] for [Prin1] and [Prin2] ** 2 DATE [date]* 2 PLACE [place]* * entry is omitted when [date] or [place] is blank. ** either or both [prin1] and [prin2] is omitted when blank. "witnessTMG" was originally developed to use gedcoms produced by some earlier versions of TMG. It was then revised to handle gedcoms produced by TMG Version 8. Tom Holden, another contributor to this forum, has successfully tested it with gedcoms produced by TMG version 9. You may download the witnessTMG package via www.crestline-enterprises.com/witnessTMG. The WitnessTMG package is in the form of a zip file, whose only content is the "WitnessTMG.exe" program. One should extract the program from the zipped package and store in a convenient folder. You can run it from this folder, which becomes the folder containing the output "newGEDCOM.ged". IMPORTANT NOTE: In order for the WitnessTMG Program to be able to read the internal files of The Master Genealogist, one must first install the Microsoft VFPOLEDB facility before installing the WitnessTMG Program. This can be gotten from: http://www.microsoft.com/en-us/download/details.aspx?id=14839 I believe that one may choose either of the relevant installers to download, although I have used VFPOLEDBSetup.msi. After the VFPOLEDB facility has been installed, one may install the WitnessTMG Program. All that is strictly required is that the GEDCOM file have the same numbering conventions of the TMG file and that the TMG file include all individuals that occur in the GEDCOM file. This requirement is most easily satisfied if the TMG project is the project file itself used to generate the GEDCOM file or is a superset of that project file.
  5. The Discontinuation Of TMG

    In your post directed at me, you snidely said: "Please describe any free software you supplied that helps TMG users." I have supplied a program, witnessTMG, in various forms. The program reads the TMG proprietary files and inserts the relevant WITNESS statements into a TMG generated gedcom. Notice of it was first posted to this forum long ago and has since been cited by Jim Byram. The latest revision has been posted to the Rootsweb TMG forum. I intend also to post the latest revision to this forum. I don't want to get into a contest regarding the cause of TMG's demise. It was you, however, who chose to blame a class of TMG users for its failure. In an earlier post, you said "TMG users who didn't upgrade are a leading cause of the demise of TMG". I believe this to be rather mean-spirited and narrow minded of you. I still don't believe that common users have any moral obligation to support any software product through the purchase of unneeded upgrades. The product and its upgrades should be priced to be self-supporting. If that prices the product and its upgrades out of competitiveness, then something is amiss. Perhaps TMG has always been mispriced - but that is not the users fault. Those users who do not religiously purchase each new version are making a simple economic decision based on the value of a particular upgrade to them vs. its cost. Regarding your support to WG, I am sure that you are to be commended. But the fact is that the nature and extent of this type of support was not sufficient to save TMG. Your Second Site program depends on a flourishing base of TMG users. Helping out on TMG conferences allows you to cultivate future Second Site users. Supplying your very useful TMG Utility could also well be viewed as shrewd advertisement. It is true that I do not know the exact gross sales from Second Site. But I sold almost 300 copies of a clearly inferior product, Progenitor 2, in an era when computers were much more limited and before there was a mature internet. It is hard for me to believe that you haven't sold many more copies of Second Site. If I am wrong, then let me know what the gross sales actually amounted to and, if they are less, I will openly apologize to you - and perhaps offer you some advice on how to market Second Site.
  6. The Discontinuation Of TMG

    While I have a lot of respect for John Cardinal, I think he is off base in blaming the demise of TMG on users who did not religiously upgrade to the most current versions. TMG, like other software, is a business proposition and upgrades have to justify their costs by providing new features, improved performance, etc. I only upgraded TMG on occasion, when I believed that the value of the accumulated changes justified the expense. For some time now, WG has not delivered the quality improvements commensurate with the price of upgrades. This has been especially true given the buggy nature of some of the upgrades. I had a fairly successful GEDCOM based software product for many years (Progenitor) but eventually realized that the expense of providing upgrades and other related maintenance activities could not be supported by new sales and the price I could charge for upgrades. I didn't blame anyone. I just folded the product after making almost $7,500 from it. John Cardinal made much more money from his Second Site connection to TMG. Perhaps he should have contributed part of that to the continued financial health of WG instead of blaming simple users.
  7. TMG Used to Be Fun

    You complain that genealogy with The Master Genealogist is no longer any fun. You have the wrong perspective on this whole issue. You should think of it as an opportunity to learn all the ins and outs of the operating system, details of folder naming, interpretation of obscure error messages, the quirks with various third party software that runs with everything else, etc. Then there's always the promise that the very next release will solve all your problems. What could be more fun than that?
  8. Terry: I still don't think the forums are counting views. Nor do I think that the count of replies is correct.
  9. I wrote to Bob Velke yesterday on this problem and he responded "We're working on it, Tom."
  10. Is anyone working to fix the "counting" problem? Who is responsible to look into matters such as this? I doubt that this is a serious problem, but I am concerned that it hasn't been fixed yet. While I personally am not up to speed on forum maintenance responsibilities, it would be nice to know who, if anyone, is working on this.
  11. On my MSIE v10 browser, neither the "views" nor the "responses" are being counted in the TMG v9 forum - at least for the last week or so.
  12. Footnote Issues

    I'm not sure that I understand your problem. If you are outputting a report to WordPerfect, you have control over the formatting of footnotes within WordPerfect. In WordPefect, click on format/styles. If you have generated footnotes, click on the footnote style, and then edit. You can then create whatever style suits you for your footnotes. But, perhaps I am misunderstanding you?
  13. Michael: Now that you've mentioned WordPerfect, perhaps you could venture an explanation what the difficulty was that held up its implementation. If I understand TMG's handling of WordPerfect, all that was necessary was the preparation of a WordPerfect compatible file containing the generated output report. TMG is not issuing any 64 bit print commands itself. This seems pretty vanilla to me - and almost nothing to do with 64 bit programming. WordPerfect has not changed its formatting requirements for a WordPerfect compatible file since WordPerfect version 6 ! (perhaps ten years ago?) The only conceivable connection with 64 bit programming would be the extraction of the TMG data behind the generated output report. But that had to be done for all other report formats, whose availability significantly preceded the availability of WordPerfect for TMG. Since any TMG report of a given type consists of identical TMG data, one would think that, once one has programmed a report type for Word, PDF, screen, etc. it would be virtually effortless to make the minor modifications for WordPerfect. Am I missing something here? I know you are "just a user like yourself", but I would appreciate your thoughts on the subject.
  14. I guess that I just didn't understand your use of the term "recognize". I took it to mean that ancestry.com didn't display any of the citations, but not that they didn't replicate the links to ancestry.com source records in some fashion or another. But, why then would you expect them to do so?
  15. If I might be excused for stating the obvious: 88 hours into an import with it being only 52% finished implies that something is seriously wrong! Jim Byram's comment that " The GenBridge part of the import is not particularly well optimized" is at best a gross understatement. Assuming that DaveR has not messed up the import parameters, then Wholey Genes should definitely treat it as a problem that needs to be addressed. If, on the other hand, DaveR has messed up the import parameters, then we should be asking him questions about how he has gone about the import - and not be discussing Second Site or other alternatives. Although I maintain my primarily data on a TMG file, I keep copies of several of my trees at ancestry.com and get a fair number of contacts via that route. I have written a side program that scans GEDCOMs to be uploaded to ancestry.com, compares them to the TMG data files, and then adds "witness" and some other information extracted from the TMG files to the GEDCOM before uploading it. The "witness" part works fairly well, but the Event Notes have to be automatically broken up into parts due to the limitations in ancestry.com. In some cases, the narrative portion of some of the GEDCOM tags are truncated by ancestry.com. I am, however, not very happy with that whole process. But, in general, it serves the purpose of giving other ancestry.com folk a better picture of what I have in my TMG file. "http://trees.ancestry.com/tree/45222664/person/6327322746" and "http://trees.ancestry.com/tree/45222664/person/6327322048" will give those of you on ancestry.com some idea of what I'm talking about. An aside to Terry Riegel - My experience with uploading GEDCOMs to ancestry.com is that they do recognize source citations. They replicate whatever is in the citation itself. What they don't do is provide a direct link to the source document itself. But this is quite understandable, since the TMG source citation itself doesn't contain any such link.
×