Archive for April, 2006

Syndication Style Guide

Saturday, April 15th, 2006

One of the best editorial practices I know is to have a checklist for yourself. I enjoy writing Reality TV articles, and so have created this list of suggestions for making your article as usable as possible. I assume you already know how to write! These guidelines are to help you get your articles picked […]

Add introductory text to Individual

Wednesday, April 12th, 2006

I changed TNG so that I can write out text that’s intended to introduce the person or family. I use event type ‘Introduction’, and type the text into that event’s notes.
I edited the style sheet to add class .introduction.
I edited getperson.php to catch and display the event.
I edited personlib.php to add function buildIntroduction, which is […]

Family record with no spouses

Monday, April 10th, 2006

TNG chokes on a family where the parents are unknown and unknown, RID of 0 and 0. mkdesc.pl reports the problem, so clean it up and re-import the gedcom file into TNG.

Add new function

Monday, April 10th, 2006

It’s pretty easy to add a new function. I added desc_toc.php, and linked it in index.php and topmenu.html. To be done properly, I should have added the menu text to English/text.php.
In this case I’m simply including an html page which will be generated by an outside perl script. I miss the ability to generate a […]

Symbolic link to coppermine area

Sunday, April 9th, 2006

In TNG, you can browse the ‘photos’ subfolder on the server, to pick up the photo and thumbnail of interest. A symbolic link to the coppermine/albums folder works nicely. When the time comes, a symlink to the albums/genealogy/headstones folder should work for headstones.
The result is that the original import into the coppermine gallery creates the […]

Using the buffer-output function in wordpress

Sunday, April 9th, 2006

See the writeup on the output buffer function here:
Buffering output
in the wordpress wiki. In my case, I have pages which are basically “table of contents pages” for the subpages. So, I’m enhancing the general page template to collect the list of subpages (if any). And then, if there ARE any (i.e., it’s a non-empty string), […]

Edits to RevvedUp theme code

Saturday, April 8th, 2006

The file ads.php needs to have the variable burninr changed to revvedup so that the top sidebar ads display. I’ve notified the author.