Appendix


Description of Files

Configuration Pages
admin/adminmeta.phpFor HTML or scripting language to be included in the HEAD section of each Admin page. Blank to start with, except for the style sheet declaration and a statement to keep search engines from indexing your Admin pages. Customization is optional.
config.phpDatabase and other settings. You need to customize this before anything will work.
customconfig.phpCustom settings (starts empty).
footer.html (deprecated)HTML to be included at the bottom of each page. Blank to start with except for some text crediting me as the author of TNG. You may use a different file, but you must specify the new file in the General Settings.
footer.phpSame as footer.html, but built as a PHP file so it can include dynamic content.
genlog.txtRaw log data (starts empty). Must be made writeable (chmod 664).
admin/genlog.txtRaw log data for admin area (starts empty). Must be made writeable (chmod 664).
genstyle.cssPresentational rules and guidelines.
genstyle2.cssAn alternate style sheet. Rename to genstyle.css before using.
importconfig.phpImport-related settings.
logconfig.phpLog-related settings.
meta.html (deprecated)For HTML or scripting language to be included in the HEAD section of each page. Blank to start with, except for the style sheet declaration. Customization is optional. You may use a different file, but you must specify the new file in the General Settings.
meta.phpSame as meta.html, but in PHP format.
mapconfig.phpSettings related to the Google Maps integration.
mytngstyle.cssIf you know enough about style sheets and want to add your own style rules, add them here.
pedconfig.phpSettings for the pedigree charts. You will likely want to customize these in order to more closely integrate the charts with the rest of your site..
tngtabs1.cssStyle sheet used to display page tabs.
tngtabs2.cssAlternate style sheet for displaying page tabs (same colors as template #4).
templatestyle.cssTemplate-specific style rules (blank in the default version).
topmenu.html (deprecated)HTML to be included at top of each page. Blank to start with except for the <BODY> tag. I recommend you put your site navigation here. You may use a different file, but you must specify the new file in the General Settings.
topmenu.phpSame as topmenu.html, but built as a PHP file so it can include dynamic content.
whatsnew.txtEmtpy file for custom message on "What's New" page. Must be made writeable (chmod 664).
 
Public Pages
addbookmark.phpAdds a site bookmark for the selected page.
addnewacct.phpPuts information from potential user in users table, notifies administrator.
ahnentafel.phpRegister ancestral report for an individual, where personID=###.
anniversaries.phpReport of ndividuals matching user-entered date and event criteria.
anniversaries2.phpWorks in conjunction with anniversaries.php. Without this redirection, the original page will not properly refresh on submission.
begin.phpWrapper for including config.php.
bookmarks.phpAll site bookmarks for the computer you're at.
browsealbums.phpList of all albums.
browsedocs.php (deprecated)List of all histories (deprecated: please use browsemedia.php?mediatypeID=histories)
browseheadstones.php (deprecated)List of all headstones (deprecated: please use browsemedia.php?mediatypeID=headstones).
browserinfo.phpDetermines the client's browser.
browsemedia.phpDisplays a list of all media. Add "?mediatype=sometype" to limit to one media type (i.e., "photos").
browsenotes.phpDisplays a list of all notes.
browsephotos.php (deprecated)Displays a list of all photos (deprecated: please use browsemedia.php?mediatypeID=photos).
browserepos.phpDisplays a list of all repositories.
browsesources.phpDisplays a list of all sources.
browsetrees.phpProvides general database statistics.
browsetrees-old.phpPre-v4 method of displaying list of all trees.
cemeteries.phpDisplays list of all cemeteries (lets you drill down to find headstones).
changelanguage.phpDisplays a list of all languages you've set up and allows visitors to select their preference.
checklogin.phpBehind-the-scenes check done on every page to see if user has logged in or not.
deletebookmark.phpRemoves the selected site bookmark.
descend.phpDisplays graphical descendancy chart for personID=###.
descendtext.phpDisplays text-only descendancy chart for personID=###.
desctracker.phpDisplays a graphical descendancy chart for a line of descent defined in descend.php.
dragdrop.jsPart of the Scriptaculous Javascript library.
effects.jsPart of the Scriptaculous Javascript library.
end.phpIncludes code to end each page.
extrastree.phpDisplays a list of all ancestors (where person=###) who have associated photos or histories.
familygroup.phpDisplays a family group sheet, where familyID=###.
findperson.phpDisplays a short summary of person records that match search criteria.
findpersonform.phpAccepts search criteria to locate matching persons.
fpdf.phpFPDF library (to generate PDFs), written by Oliver Plathey.
fpdf_cellfit.phpextension of FPDF library.
functions.phpMiscellaneous functions.
gedcom.phpCreates GEDCOM for download.
gedform.phpForm to request a GEDCOM file to download.
genlib.phpContains database, header, footer and menu functions.
getlang.phpContains language preference functions.
getperson.jsJavascript functions for the individual page.
getperson.phpDisplays individual information, data first, where personID=###.
globallib.phpContains functions common to both public and admin pages.
headstones.phpDisplays list of all headstones for a given cemetery or locality.
historytemplate.phpA template file for creating histories (copies must go one folder below the genealogy area). This file can safely be removed from your site.
index.phpYour very basic home page (just in case you don't have one), with links to all the pages in this section. Please make it better!!
index_html.htmlYour very basic home page (just in case you don't have one), with links to all the pages in this section, but this one is HTML. To use, rename to index.html and remove index.php. Please make it better!!
index_plus_header_footer.phpYour very basic home page (just in case you don't have one), with links to all the pages in this section. Please make it better!!
litbox.jsJavascript library used to create modal dialog windows.
log.phpLogs actions to the log file (genlog.txt).
login.phpPrompts user to log in.
logout.phpLogs a user out.
logxml.phpFetches log data asynchonously.
maint.phpStub to be displayed during maintenance mode.
mediatypes.phpA list of TNG mediatype definitions.
mostwanted.phpMost Wanted report.
net.jsAJAX library functions.
newacctform.phpForm users can fill out to request a username/password login.
pdfform.phpCollections options for PDF charts.
pedigree.phpDisplays a graphical pedigree chart for an individual, where personID=###.
pedigreetext.phpDisplays a text-only pedigree chart for an individual, where personID=###.
pedxml.phpFetches pedigree data asynchonously in XML format.
personlib.phpContains functions common to all public pages that show events (like for people, families, sources and photos).
photoblock.phpContains code you can put on your home page to display a random photo.
places.phpShows all place localities in the database (first letters only), plus some other interesting stats.
placesearch.phpSearches for and displays summaries for individuals who match place name criteria.
places100.phpShows the top # places (ordered by number of localities), where topnum=#.
places-all.phpShows all largest locality place names in the database.
places-oneletter.phpShows all place name localities beginning with a given character (passed from places.php).
processlogin.phpProcesses username and password entered by a user, performs login.
prototype.jsThe Prototype ajax library.
readme.htmlInstallation guide and basic operating instructions. Can be removed after install is complete.
register.phpDisplays a modified register descendancy report for an individual, where personID=###.
reglib.phpContains functions common to both the Register and Ahnentafel reports.
relateform.phpPage where visitors select two candidates for relationship chart.
relationship.phpCharts relationship between two people (within a fixed number of generations).
relationship2.phpWorks in conjunction with relationship.php. Without this redirection, the original page will not properly refresh on submission.
reports.phpDisplays a list of all active reports.
rpt_descend.phpGenerates a PDF descendancy report.
rpt_ind.phpGenerates a PDF individual report.
rpt_pedigree.phpGenerates a PDF pedigree chart.
rpt_utils.jsJavascript for PDF popup form.
savelanguage.phpSaves the visitor's language preference.
savelanguage2.phpSaves the visitor's language preference and returns them to the previous page.
savetentedit.phpSaves tentative edits for later review.
scriptaculous.jsThe Scriptaculous Javascript library.
search.phpSearches for and displays summaries for individuals who match the criteria entered in searchform.php.
searchform.phpSearch page to locate individuals.
sendlogin.phpSends login information to e-mail address entered if a match is found.
showalbum.phpShows contents of an album, where albumID=###.
showhistory.phpShows a history record, where docID=###, if the history is stored in the database.
showlog.phpShows most recently logged actions.
showmap.phpShows map of a cemetery, where cemeteryID=###.
showmedia.phpShows a media item, where mediaID=###.
showmedialib.phpA library of functions used by showmedia.php and showmediaxml.php.
showmediaxml.phpFetches media asynchronously (for slideshow).
showrepo.phpShows a repository record, where repoID=###.
showreport.phpShows a report, where reportID=###.
showsource.phpShows a source record, where sourceID=###.
showtree.phpShows detail for a tree, where treeID=###.
smallimage.phpGenerates image previews.
slideshow.jsThe Javascript functions that run the media slideshow.
subroot.phpStores sub-root location of config files (optional).
suggest.phpPrompts user for suggested changes to viewed record.
surnames.phpShows all surnames in the database (first letters only), plus some other interesting stats.
surnames100.phpShows the top # surnames (ordered by occurence), where topnum=#.
surnames-all.phpShows all surnames in the database.
surnames-oneletter.phpShows all surnames beginning with a given character (passed from surnames.php).
tentedit.jsJavascript functions used with tentative editing.
tentedit.phpPrompts user for tentative edits to displayed record.
timeline.phpDoes 'behind-the-scenes' work for timeline chart.
timeline2.phpDisplays timeline chart.
tngfiletypes.phpDefinitions of some TNG file types.
tngmenuhover.jsJavascript library for TNG menus.
tngpedigree.jsJavascript library for AJAX pedigree chart.
tngprint.cssPrinter-friendly style sheet.
tngrss.phpOutputs contents of "What's New" page in RSS newsreader format. When subscribing, you can get the feed to appear in alternate languages if you append "&lang=yourlanguage" (where "yourlanguage" is the name of the language as you have set it up in TNG) to the URL.
tngsendmail.phpSends suggested edit from users to site owner.
tngrobots.phpTells crawlers which files to index and which to ignore.
version.phpContains current version information.
whatsnew.phpReport of new individuals, families, photos, histories and headstones.
 
Administration Pages
(must go in the 'admin' folder)
add2albumxml.phpFetches media asynchonously for possible inclusion in an album.
addalbum.phpAdds new album record to the database.
addassoc.phpAdds new association record to the database.
addbranch.phpAdds new branch record to the database.
addcemetery.phpAdds new cemetery record to the database.
addcitation.phpAdds new citation record to the database.
addcollection.phpAdds new media collection record to the database.
addentity.phpAdds new state or country (for cemetery locations) to the database.
addevent.phpAdds new event record to the database.
addeventtype.phpAdds new event type record to the database.
addfamily.phpAdds new family record to the database.
addlanguage.phpAdds new language record to the database.
addmedia.phpAdds new media record to the database.
addnote.phpAdds new note record to the database.
addperson.phpAdds new individual record to the database.
addperson2.phpAdds new individual record to the database (short form).
addplace.phpAdds new place record to the database.
addrepo.phpAdds new repository record to the database.
addreport.phpAdds new report record to the database.
addsource.phpAdds new source record to the database.
addtlevent.phpAdds new timeline event record to the database.
addtree.phpAdds new tree record to the database.
adduser.phpAdds new user record to the database.
adminlib.phpContains database, header functions.
adminlog.phpContains functions that perform logging in admin area.
adminshowlog.phpShows administrative log.
albums.jsJavascript functions used with albums.
albums.phpAlbums administration page.
AnchorPosition.jsJavascript required for color picker.
associations.phpDisplays associations for an individual.
backup.phpCreates a backup file of a database table.
backuprestore.phpSelect a table to back up or restore.
branches.phpBranch administration page.
branchlabels.phpLabels branches within a tree.
branchlib.phpQueries used with branches.
branchlibjs.phpLibrary of Javascript code and functions used with branches.
branchmenu.phpAccepts user parameters for labeling branches.
branchoptions.phpDisplays dropdown of available branches.
cemeteries.phpCemetery administration page.
checkID.phpUtility that checks to see if an ID is unique.
checklogin.phpBehind-the-scenes check done on every page to see if user has logged in or not.
citations.phpDisplays citations for a selected event.
ColorPicker2.jsMore Javascript required for color picker.
corner.phpCorner frame for TNG logo.
dataimport.phpBegins a GEDCOM import.
datevalidation.jsMakes sure entered dates are in a valid format.
datelib.phpText date-to-true date conversion functions.
deepindex.phpAllows linking to individual admin pages within frames environment.
defphotos.phpSets default photo for each person with photos.
deleteajax.phpDeletes various record times via ajax. Replaces deletealbum.php, deletelanguage.php, deletemedia.php, deletetlevent.php, deleteperson.php, deletefamily.php, deletesource.php, deleterepo.php, deleteplace.php, deletecemetery.php, deleteuser.php, deletebranch.php, deleteeventtype.php, deletereport.php, deletetree.php
deleteassoc.phpDeletes an association record.
deletecitation.phpDeletes a citation record.
deleteentity.phpDeletes a state or country (cemetery locations).
deleteevent.phpDeletes an event record.
deletelib.phpLibrary of functions used during deletions.
deletenote.phpDeletes a note record.
deletereview.phpDeletes a tentative edit record.
deleteselected.phpDeletes entities checked from a list (photos, histories, etc.).
diagnostics.phpDisplays TNG and PHP diagnostics.
editalbum.phpDisplays an album record for editing.
editassoc.phpDisplays an association record for editing.
editbranch.phpDisplays a branch record for editing.
editcemetery.phpDisplays a cemetery record for editing.
editcollection.phpDisplays a media collection record for editing.
editcitation.phpDisplays a citation record for editing.
editconfig.phpDisplays the values of your system variables for editing.
editevent.phpDisplays an event record for editing.
editeventtype.phpDisplays an event type record for editing.
editfamily.phpDisplays a family record for editing.
editimportconfig.phpDisplays the values of your import variables for editing.
editlanguage.phpDisplays a language record for editing.
editlogconfig.phpDisplays the values of your log variables for editing.
editmapconfig.phpDisplays the values of your map-related variables for editing.
editmedia.phpDisplays a media record for editing.
editmedialink.phpDisplays a media link record for editing.
editmore.phpDisplays additional event information for editing.
editmostwanted.phpDisplays Most Wanted records for editing and sorting.
editnote.phpDisplays a note record for editing.
editpedconfig.phpDisplays the values of your pedigree variables for editing.
editperson.phpDisplays a person record for editing.
editplace.phpDisplays a place record for editing.
editrepo.phpDisplays a repository record for editing.
editreport.phpDisplays a report record for editing.
editsource.phpDisplays a source record for editing.
edittlevent.phpDisplays a timeline record for editing.
edittree.phpDisplays a tree record for editing.
edituser.phpDisplays a user record for editing.
eventtypes.jsJavascript library for event types administration.
eventtypes.phpEvent types administration page.
export.phpTakes your export preferences prior to exporting a GEDCOM.
families.phpFamily administration page.
filepicker.phpDisplays contents of a TNG folder to allow easy picking of photos and other items.
findalbummedia.phpDisplays summary of media records that match search criteria.
findform.phpDisplays summary of media records that match search criteria.
findfamily2.phpDisplays summary of family records that match search criteria.
findfamilyform.phpAccepts search criteria to locate matching families.
findperson.phpDisplays longer summary of person records that match search criteria.
findpersonform.phpAccepts search criteria to locate matching persons.
findplaceform.phpAccepts search criteria to find matching places.
findplace.phpDisplays longer summary of place records that match search criteria.
findrepo.phpDisplays summary of repository records that match search criteria.
findrepoform.phpAccepts search criteria to find matching repositories.
findreview.phpDisplays summary of tentative edit records ready for review that match search criteria.
findsource.phpDisplays summary of source records that match search criteria.
findsourceform.phpAccepts search criteria for to find matching sources.
gedcom2.phpExports a complete GEDCOM for a tree.
gedimport.phpImports new genealogical data (individuals and marriages)
gedimport_eventtypes.phpDependency of gedimport.php (used when importing custom event types only).
gedimport_families.phpDependency of gedimport.php (handles family records).
gedimport_misc.phpDependency of gedimport.php (miscellaneous functions).
gedimport_people.phpDependency of gedimport.php (handles individual records).
gedimport_sources.phpDependency of gedimport.php (handles source records).
gedimport_trees.phpDependency of gedimport.php (handles tree-related functions).
generateID.phpGenerates a unique person or family ID.
generatethumbs.phpGenerate thumbnail images for existing photos.
getphotodetails.phpRetrieves information on a photo for Most Wanted editor.
imageutils.phpPHP functions common to several photo-manipulating scripts.
index.phpMain administration menu page (one of only two here you need to worry about).
languages.phpLanguage administration page.
leftbanner.phpLeft navigational frame of admin set, displays menu items.
login.phpPrompts a user to log in.
logout.phpLogs a user out.
mailusers.phpForm to initiate e-mail to users.
main.phpMain admin menu, displays in central frame.
makefolder.phpAttempts to create TNG folders (used during installation). Success depends on server setup.
media.phpMedia administration page.
mediaeventxml.phpFetches event data asynchronously for use with media linking.
mediafind.jsJavascript library for media-related functions.
mediautils.jsJavascript library for media-related functions.
merge.phpSearch for possible duplicate individuals and merge them on command.
mergeplaces.phpMerges place records.
mergeplacesajax.phpPerforms place merge in background.
mergerepos.phpSearch for possible duplicate repositories and merge them on command.
mergesources.phpSearch for possible duplicate sources and merge them on command.
mostwanted.jsJavascript functions used while editing Most Wanted list.
mostwantedlist.phpDisplays Most Wanted records for editing.
newalbum.phpAccepts information for new album record.
newbranch.phpAccepts information for new branch record.
newcemetery.phpAccepts information for new cemetery record.
newcollection.phpAccepts information for new media collection record.
newentity.phpAccepts information for new state or country record (cemetery locations).
newevent.phpAccepts information for new event record.
neweventtype.phpAccepts information for new event type record.
newfamily.phpAccepts information for new family record.
newlanguage.phpAccepts information for new language record.
newmedia.phpAccepts information for new media record.
newperson.phpAccepts information for new person record.
newperson2.phpAccepts information for new person record (short form).
newplace.phpAccepts information for new place record.
newrepo.phpAccepts information for new repository record.
newreport.phpAccepts information for new report record.
newsource.phpAccepts information for new source record.
newtlevent.phpAccepts information for new timeline event record.
newtree.phpAccepts information for new tree record.
newuser.phpAccepts information for new user record.
notes.phpDisplays notes for a selected event.
optimize.phpOptimizes a database table.
ordermedia.phpSort media for a designated entity and media type.
ordermediaform.phpAccepts entity and media type to pass to sort utility.
orderphotos.jsMiscellaneous Javascript functions for orderphotos.php.
people.phpPerson administration page.
photoimport.phpOptions for importing photos.
photoimporter.phpImports photos.
phpinfo.phpDisplays "PHP Info" page for your PHP installation.
places.phpPlaces administration page.
PopupWindow.jsJavascript functions for color selection popup.
prefixes.phpContains ID prefixes for individuals, families & sources.
processlogin.phpProcesses username and password entered by a user, performs login.
renumber.phpResequences IDs.
renumbermenu.phpOption menu for resequencing.
reports.jsJavascript routines common to new/edit report screens.
reports.phpReports administration page.
repositories.phpRepositories administration page.
restore.phpRestores a backed-up table.
review.phpDisplays a tentative edit for administrative review.
reviewusers.phpDisplays user records waiting for administrative review.
rightbanner.phpTop right frame of admin set, displays TNG version, language switcher and other menu items.
savelanguage_admin.phpProcesses a language switch.
secondary.phpIndicates progress of secondary data maintenance processes (GENDEX creation, tracking lines of descent)
second_menu.phpMenu of secondary data processes.
selectutils.jsJavascript routines common to several admin screens.
sendmailusersSends e-mail to users.
setup.phpConfiguration Setup page (the other one you need to worry about).
showbranch.phpShow individuals in a particular branch.
sources.phpSources administration page.
tablecreate.phpCreate all tables needed for application (WARNING: ALL PRE-EXISTING DATA WILL BE LOST!!)
thumbnails.phpForm to initiate thumbnail generation.
timelineevents.phpTimeline events administration page.
trees.phpTrees administration page.
updatealbum.phpSaves changes to an album record.
updateassoc.phpSaves changes to an association record.
updatebranch.phpSaves changes to a branch record.
updatecemetery.phpSaves changes to a cemetery record.
updatecitation.phpSaves changes to a citation record.
updatecollection.phpSaves changes to a media collection record.
updateconfig.phpSaves changes to system variables.
updateevent.phpSaves changes to an event record.
updateeventtype.phpSaves changes to an event type record.
updatefamily.phpSaves changes to a family record.
updateimportconfig.phpSaves changes to import variables.
updatelanguage.phpSaves changes to a language record.
updatelogconfig.phpSaves changes to log variables.
updatemapconfig.phpSaves changes to map-related variables.
updatemedia.phpSaves changes to a media record.
updatemore.phpSaves changes to an extended event record.
updatemostwanted.phpSaves changes to Most Wanted records.
updatenote.phpSaves changes to a note record.
updateorder.phpSaves changes to various records via ajax.
updatepedconfig.phpSaves changes to pedigree variables.
updateperson.phpSaves changes to a person record.
updateplace.phpSaves changes to a place record.
updaterepo.phpSaves changes to a repository record.
updatereport.phpSaves changes to a report record.
updateselectedeventtypes.phpSaves mass changes to event type records.
updateselectedmedia.phpSaves mass changes to media records.
updatesource.phpSaves changes to a source record.
updatetlevent.phpSaves changes to a timeline event record.
updatetree.phpSaves changes to a tree record.
updateuser.phpSaves changes to a user record.
users.phpUsers administration page.
whatsnewmsg.phpAccepts text to be displayed on the "What's New" page.
 
Text Pages
(must go in the 'English' folder)
admintext.phpText messages for all administration pages.
albums_help.phpHelp for all album administration pages.
alltext.phpText messages common to both public and administration pages.
assoc_help.phpHelp for all association pages.
backuprestore_help.phpHelp for all backup/restore administration pages.
branches_help.phpHelp for all branch administration pages.
cemeteries_help.phpHelp for all cemetery administration pages.
citations_help.phpHelp for all citation administration pages.
config_help.phpHelp for general configuration settings.
cust_text.phpReserved for custom text messages (starts empty).
data_help.phpHelp for all data import administration pages.
events_help.phpHelp for all events administration pages.
eventtypes_help.phpHelp for all event types administration pages.
families_help.phpHelp for all family administration pages.
index_help.phpHelp for main administration menu page.
logconfig_help.phpHelp for log configuration settings.
media_help.phpHelp for all media administration pages.
more_help.phpHelp for all "More" pages (additional information for events).
notes_help.phpHelp for all notes administration pages.
pedconfig_help.phpHelp for pedigree configuration settings.
people_help.phpHelp for all person administration pages.
places_help.phpHelp for all place administration pages.
reports_help.phpHelp for all report administration pages.
repositories_help.phpHelp for all repository administration pages.
second_help.phpHelp for all secondary processes pages.
setup_help.phpHelp for configuration setup menu page.
sources_help.phpHelp for all sources administration pages.
text.phpText messages for all public pages.
tlevents_help.phpHelp for all timeline event administration pages.
trees_help.phpHelp for all trees administration pages.
users_help.phpHelp for all users administration pages.
 
Images
ArrowDown.gifDownward pointing arrow for pedigree chart. Indicates more individual information is present. Also used on menus.
ArrowLeft.gifLeft-facing arrow for pedigree and descendancy charts. Indicates additional generations are present.
ArrowRight.gifRight-facing arrow for pedigree chart. Indicates additional pedigree generations are present.
background.gifBackground pattern for admin pages.
black.gifBlack one-pixel image used to create pedigree lines with text-only option.
Chart.gifSmall pedigree image used to indicate a link to another pedigree chart.
dchart.gifSmall descendancy image used to indicate a link to a graphical representation of the descendancy report to that point.
doc.gifSmall document icon used to indicate that an individual has at least one history linked to their record.
media-prevbg.gifBubble behind image previews (IE only).
media-prevbg.pngBubble behind image previews.
photo.gifSmall camera icon used to indicate that an individual has at least one photo linked to their record.
spacer.gifBlank one-pixel image used as filler.
spinner.gifAnimated image to indicate that something is happening in the background.
tng_hist.gifSmall icon for histories.
tng_admin.gifSmall icon for administration.
tng_album.gifSmall icon for albums.
tng_bmk.gifSmall icon for bookmarks.
tng_bmk2.gifA different small icon for bookmarks.
tng_close.gifSmall icon for "Close".
tng_collapse.gifSmall arrow icon for "Collapse".
tng_contact.gifSmall icon for "Contact Us".
tng_date.gifSmall icon for dates & anniversaries.
tng_desc.gifSmall icon for descendancy.
tng_doc.gifSmall icon for documents.
tng_edit.gifSmall icon for editing.
tng_expand.gifSmall arrow icon for "Expand".
tng_female.gifSmall icon to indicate displayed individual is a female.
tng_ged.gifSmall icon for GEDCOM download.
tng_help.gifSmall icon for menu guide.
tng_hist.gifSmall icon for histories.
tng_home.gifSmall icon for home page.
tng_home2.gifSlightly larger icon for home page.
tng_hs.gifSmall icon for headstones.
tng_ind.gifSmall icon for individual record page.
tng_log.gifSmall icon for login/logout.
tng_log2.gifSlightly larger icon for login.
tng_logout.gifSmall icon for logout.
tng_male.gifSmall icon to indicate displayed individual is a male.
tng_media.gifSmall icon for media.
tng_minus.gifSmall icon for collapsing a hidden block.
tng_mw.gifSmall icon for "Most Wanted" page.
tng_new.gifSmall icon for "What's New" page.
tng_note.gifSmall icon for notes.
tng_ped.gifSmall icon for pedigree.
tng_photo.gifSmall icon for photos.
tng_place.gifSmall icon for places.
tng_plus.gifSmall icon for expanding a hidden block.
tng_rec.gifSmall icon for recordings.
tng_rel.gifSmall icon for relationship chart.
tng_rpt.gifSmall icon for reports.
tng_search.gifSmall icon for search action.
tng_search2.gifSlightly larger icon for search action.
tng_search_small.gifVery small icon for place searching.
tng_src.gifSmall icon for sources.
tng_sort_asc.gifSmall arrow icon indicating ascending sort.
tng_sort_desc.gifSmall arrow icon indicating descending sort.
tng_stats.gifSmall icon for statistics.
tng_time.gifSmall icon for timeline.
tng_video.gifSmall icon for videos.
tngtab.pngImage used with inactive tabs.
tngtabactive.pngImage used with active tabs.
admin/albums_icon.gifIcon for Albums.
admin/ArrowUp.gifUpward pointing arrow for sorting photos.
admin/ArrowDown.gifDownward pointing arrow for sorting photos.
admin/backuprestore_icon.gifIcon for Backup/Restore/Optimize Table Data.
admin/branches_icon.gifIcon for Branches.
admin/cemeteries_icon.gifIcon for Cemeteries.
admin/customeventtypes_icon.gifIcon for Event Types.
admin/data_icon.gifIcon for Data Import.
admin/families_icon.gifIcon for Families.
admin/first_button.gifButton indicating first in a series.
admin/green.gifIcon indicating a green light.
admin/headstones_icon.gifIcon for Headstones.
admin/histories_icon.gifIcon for Histories.
admin/languages_icon.gifIcon for Languages.
admin/last_button.gifButton indicating last in a series.
admin/next_button.gifButton indicating next in a series.
admin/orange.gifIcon indicating an orange light.
admin/people_icon.gifIcon for People.
admin/photos_icon.gifIcon for Photos.
admin/places_icon.gifIcon for Places.
admin/prev_button.gifButton indicating previous in a series.
admin/red.gifIcon indicating a red light.
admin/reports_icon.gifIcon for Reports.
admin/repos_icon.gifIcon for Repositories.
admin/second_icon.gifIcon for Secondary Processes.
admin/setup_icon.gifIcon for Setup & Configuration.
admin/sources_icon.gifIcon for Sources.
admin/tlevents_icon.gifIcon for Timeline Events.
admin/tng_assoc.gifSmall icon for associations (none present).
admin/tng_assoc_on.gifSmall icon for associations (at least one exists).
admin/tng_branch.gifSmall icon for labeling branches.
admin/tng_cite.gifSmall icon for citations (none present).
admin/tng_cite_on.gifSmall icon for citations (at least one exists).
admin/tng_clear.gifSmall icon for clearing trees.
admin/tng_colorpicker.gifSmall icon for color selection.
admin/tng_delete.gifSmall icon for delete action.
admin/tng_down.gifSmall icon for moving items down in a list.
admin/tng_edit.gifSmall icon for edit action.
admin/tng_left.gifSmall icon for moving items left from one list to another.
admin/tng_more.gifSmall icon for more info on an event (none present).
admin/tng_more_on.gifSmall icon for more info on an event (at least one exists).
admin/tng_note.gifSmall icon for notes (none present).
admin/tng_note_on.gifSmall icon for notes (at least one exists).
admin/tng_optimize.gifSmall icon for optimizing tables.
admin/tng_restore.gifSmall icon for restoring tables.
admin/tng_right.gifSmall icon for moving items right from one list to another.
admin/tng_save.gifSmall icon for exporting a GEDCOM.
admin/tng_test.gifSmall icon for testing a page.
admin/tng_up.gifSmall icon for moving items up in a list.
admin/tnglogo.gifTNG logo.
admin/trees_icon.gifIcon for Trees.
admin/users_icon.gifIcon for Users.
 
Google Maps Integration files
###.png"Pin" images to indicate map locations (various "place levels").
blank.gifBlank image to correct transparency problem with PNG images.
earth.gifIcon to indicate a link to Google Earth.
googleearthbylatlong.phpCreates an XML file for entry into Google Earth on a set of coordinates.
googlemapdrawthemap.phpDisplays a clickable map in the Admin area.
googlemaplib.phpLibrary of map-related functions for public area.
googlemaplib2.phpLibrary of map-related functions for admin area.
numbered_marker.phpGenerates pin image for display on map.
pieng.jsA Javascript library used to fix a problem with PNG images not being transparent in some versions of Internet Explorer.
white.gifSmall "pin" image for use in legend.
 
Font files (for PDF generation)
courier.phpCourier
helvetica.phpHelvetica
helveticab.phpHelvetica Bold
helveticabi.phpHelvetica Bold Italics
symbol.phpSymbol
times.phpTimes Roman
timesb.phpTimes Roman Bold
timesbi.phpTimes Roman Bold Italics
timesi.phpTimes Roman Italics
 
Other
license.txtYour license agreement.
livingupdate.phpUtility to flag living individuals (left over from v4 upgrade).
setpermissions1.phpAttempts to set permissions on configuration files (used during setup). Success depends on server setup.
switchcolor.phpCreates new tab background images according to the color numbers you enter.
admin/deepindex.phpAllows you to link to an Admin page beyond the home page and keep the navigation framework intact by passing a "page" parameter (ie, deepindex.php?page=photos.php).
admin/setpermissions2.phpAttempts to set permissions on configuration files (used during setup). Success depends on server setup.
admin/surnameconvert400.phpConverts surnames to prefix + rest of name (left over from v4 upgrade).
admin/surnameunconvert400.phpConverts surnames from prefix + rest of name back to former format (left over from v4 upgrade).