Configuration Pages | |
adminmeta.php | For 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. |
calsettings.php | Settings for the calendar page. |
config.php | Database and other settings. You need to customize this before anything will work. |
customconfig.php | Custom 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.php | Same as footer.html, but built as a PHP file so it can include dynamic content. |
genlog.txt | Raw log data (starts empty). Must be made writeable (chmod 664). |
adminlog.txt | Raw log data for admin area (starts empty). Must be made writeable (chmod 664). |
importconfig.php | Import-related settings. |
logconfig.php | Log-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.php | Same as meta.html, but in PHP format. |
mapconfig.php | Settings related to the Google Maps integration. |
pedconfig.php | Settings 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.. |
templateconfig.php | Settings related to the template files. |
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.php | Same as topmenu.html, but built as a PHP file so it can include dynamic content. |
whatsnew.txt | Emtpy file for custom message on "What's New" page. Must be made writeable (chmod 664). |
PHP Scripts | |
addnewacct.php | Puts information from potential user in users table, notifies administrator. |
admin.php | Main administration menu page. |
admin/index.php | Redirects people to the new menu location at admin.php. |
admin_add2albumxml.php | Fetches media asynchonously for possible inclusion in an album. |
admin_addalbum.php | Adds new album record to the database. |
admin_addassoc.php | Adds new association record to the database. |
admin_addbranch.php | Adds new branch record to the database. |
admin_addcemetery.php | Adds new cemetery record to the database. |
admin_addcitation.php | Adds new citation record to the database. |
admin_addcollection.php | Adds new media collection record to the database. |
admin_addentity.php | Adds new state or country (for cemetery locations) to the database. |
admin_addevent.php | Adds new event record to the database. |
admin_addeventtype.php | Adds new event type record to the database. |
admin_addfamily.php | Adds new family record to the database. |
admin_addlanguage.php | Adds new language record to the database. |
admin_addmedia.php | Adds new media record to the database. |
admin_addnote.php | Adds new note record to the database. |
admin_addperson.php | Adds new individual record to the database. |
admin_addperson2.php | Adds new individual record to the database (short form). |
admin_addplace.php | Adds new place record to the database. |
admin_addrepo.php | Adds new repository record to the database. |
admin_addreport.php | Adds new report record to the database. |
admin_addsource.php | Adds new source record to the database. |
admin_addtlevent.php | Adds new timeline event record to the database. |
admin_addtree.php | Adds new tree record to the database. |
admin_adduser.php | Adds new user record to the database. |
admin_albums.php | Albums administration page. |
admin_associations.php | Displays associations for an individual. |
admin_backup.php | Creates a backup file of a database table. |
admin_branches.php | Branch administration page. |
admin_branchlabels.php | Labels branches within a tree. |
admin_branchmenu.php | Accepts user parameters for labeling branches. |
admin_branchoptions.php | Displays dropdown of available branches. |
admin_cemeteries.php | Cemetery administration page. |
admin_changetree.php | Moves a person, source or repository to a new tree. |
admin_changetreeform.php | Input form for selecting a new tree for a person, source or repository. |
admin_checkfile.php | Checks the existence of a file. |
admin_checkID.php | Utility that checks to see if an ID is unique. |
admin_citations.php | Displays citations for a selected event. |
admin_cleartree.php | Removes all data from the selected tree. |
admin_corner.php | Corner frame for TNG logo. |
admin_dataimport.php | Begins a GEDCOM import. |
admin_defphotos.php | Sets default photo for each person with photos. |
admin_deletealbum.php | Deletes an album record. |
admin_deleteassoc.php | Deletes an association record. |
admin_deletecitation.php | Deletes a citation record. |
admin_deleteentity.php | Deletes a state or country (cemetery locations). |
admin_deleteevent.php | Deletes an event record. |
admin_deletefile.php | Deletes a file. |
admin_deletenote.php | Deletes a note record. |
admin_deletereview.php | Deletes a tentative edit record. |
admin_deleteselected.php | Deletes entities checked from a list (photos, histories, etc.). |
admin_diagnostics.php | Displays TNG and PHP diagnostics. |
admin_editalbum.php | Displays an album record for editing. |
admin_editassoc.php | Displays an association record for editing. |
admin_editbranch.php | Displays a branch record for editing. |
admin_editcemetery.php | Displays a cemetery record for editing. |
admin_editcitation.php | Displays a citation record for editing. |
admin_editcollection.php | Displays a media collection record for editing. |
admin_editevent.php | Displays an event record for editing. |
admin_editeventtype.php | Displays an event type record for editing. |
admin_editfamily.php | Displays a family record for editing. |
admin_editlanguage.php | Displays a language record for editing. |
admin_editmedia.php | Displays a media record for editing. |
admin_editmedialink.php | Displays a media link record for editing. |
admin_editmore.php | Displays additional event information for editing. |
admin_editmostwanted.php | Displays Most Wanted records for editing and sorting. |
admin_editnote.php | Displays a note record for editing. |
admin_editnote2.php | Displays a note record for independent editing. |
admin_editperson.php | Displays a person record for editing. |
admin_editplace.php | Displays a place record for editing. |
admin_editrepo.php | Displays a repository record for editing. |
admin_editreport.php | Displays a report record for editing. |
admin_editsource.php | Displays a source record for editing. |
admin_edittlevent.php | Displays a timeline record for editing. |
admin_edittree.php | Displays a tree record for editing. |
admin_edituser.php | Displays a user record for editing. |
admin_eventtypes.php | Event types administration page. |
admin_export.php | Takes your export preferences prior to exporting a GEDCOM. |
admin_families.php | Family administration page. |
admin_filepicker.php | Displays contents of a TNG folder to allow easy picking of photos and other items. |
admin_findmwmedia.php | Displays summary of media records that match search criteria entered from the Most Wanted page. |
admin_findreview.php | Displays summary of tentative edit records ready for review that match search criteria. |
admin_gedcom2.php | Exports a complete GEDCOM for a tree. |
admin_gedimport.php | Imports new genealogical data (individuals and marriages) |
admin_gedimport_eventtypes.php | Dependency of gedimport.php (used when importing custom event types only). |
admin_genconfig.php | Displays the values of your system variables for editing. |
admin_generateID.php | Generates a unique person or family ID. |
admin_generatethumbs.php | Generate thumbnail images for existing photos. |
admin_geocode.php | Obtain geocode information for place records. |
admin_geocodeform.php | Form to launch geocoding utility. |
admin_getphotodetails.php | Retrieves information on a photo for Most Wanted editor. |
admin_importconfig.php | Displays the values of your import variables for editing. |
admin_languages.php | Language administration page. |
admin_leftbanner.php | Left navigational frame of admin set, displays menu items. |
admin_logconfig.php | Displays the values of your log variables for editing. |
admin_login.php | Prompts a user to log in. |
admin_mailusers.php | Form to initiate e-mail to users. |
admin_main.php | Main admin menu, displays in central frame. |
admin_makefolder.php | Attempts to create TNG folders (used during installation). Success depends on server setup. |
admin_mapconfig.php | Displays the values of your map-related variables for editing. |
admin_media.php | Media administration page. |
admin_mediaeventxml.php | Fetches event data asynchronously for use with media linking. |
admin_medialinksxml.php | Fetches entity data asynchronously for use with media linking. |
admin_mediaupload.php | Media mass upload page. |
admin_mediauploader.php | Processes mass uploads. |
admin_merge.php | Search for possible duplicate individuals and merge them on command. |
admin_mergeplaces.php | Merges place records. |
admin_mergeplacesajax.php | Performs place merge in background. |
admin_mergerepos.php | Search for possible duplicate repositories and merge them on command. |
admin_mergesources.php | Search for possible duplicate sources and merge them on command. |
admin_misc.php | Admin "Miscellaneous" menu. |
admin_modmanager.php | The Mod Manager. |
admin_mostwantedlist.php | Displays Most Wanted records for editing. |
admin_newalbum.php | Accepts information for new album record. |
admin_newbranch.php | Accepts information for new branch record. |
admin_newcemetery.php | Accepts information for new cemetery record. |
admin_newcollection.php | Accepts information for new media collection record. |
admin_newentity.php | Accepts information for new state or country record (cemetery locations). |
admin_newevent.php | Accepts information for new event record. |
admin_neweventtype.php | Accepts information for new event type record. |
admin_newfamily.php | Accepts information for new family record. |
admin_newlanguage.php | Accepts information for new language record. |
admin_newmedia.php | Accepts information for new media record. |
admin_newperson.php | Accepts information for new person record. |
admin_newperson2.php | Accepts information for new person record (short form). |
admin_newplace.php | Accepts information for new place record. |
admin_newrepo.php | Accepts information for new repository record. |
admin_newreport.php | Accepts information for new report record. |
admin_newsource.php | Accepts information for new source record. |
admin_newtlevent.php | Accepts information for new timeline event record. |
admin_newtree.php | Accepts information for new tree record. |
admin_newuser.php | Accepts information for new user record. |
admin_notes.php | Displays notes for a selected event. |
admin_notelist.php | Displays list of notes in the Admin/Miscellaneous section. |
admin_optimize.php | Optimizes a database table. |
admin_orderalbumform.php | Accepts entity to pass to sort utility. |
admin_orderalbums.php | Sorts album links for a designated entity. |
admin_ordermedia.php | Sorts media for a designated entity and media type. |
admin_ordermediaform.php | Accepts entity and media type to pass to sort utility. |
admin_pedconfig.php | Displays the values of your pedigree variables for editing. |
admin_people.php | Person administration page. |
admin_photoimport.php | Options for importing photos. |
admin_photoimporter.php | Imports photos. |
admin_phpinfo.php | Displays "PHP Info" page for your PHP installation. |
admin_pickcemetery.php | Small popup to facilitate cemetery selection. |
admin_places.php | Places administration page. |
admin_renumber.php | Resequences IDs. |
admin_renumbermenu.php | Option menu for resequencing. |
admin_reports.php | Reports administration page. |
admin_repositories.php | Repositories administration page. |
admin_restore.php | Restores a backed-up table. |
admin_review.php | Displays a tentative edit for administrative review. |
admin_reviewusers.php | Displays user records waiting for administrative review. |
admin_rightbanner.php | Top right frame of admin set, displays TNG version, language switcher and other menu items. |
admin_savelanguage.php | Processes a language switch. |
admin_savereview.php | Save changes made during a review of tentative edit submissions. |
admin_savewhatsnewmsg.php | Saves text to display on "What's New" page. |
admin_secondary.php | Indicates progress of secondary data maintenance processes (GENDEX creation, tracking lines of descent) |
admin_second_menu.php | Menu of secondary data processes. |
admin_sendmailusers | Sends e-mail to users. |
admin_setup.php | Configuration Setup page (the other one you need to worry about). |
admin_showbranch.php | Show individuals in a particular branch. |
admin_sources.php | Sources administration page. |
admin_tablecreate.php | Create all tables needed for application (WARNING: ALL PRE-EXISTING DATA WILL BE LOST!!) |
admin_templateconfig.php | Displays template settings for editing. |
admin_thumbnails.php | Form to initiate thumbnail generation. |
admin_timelineevents.php | Timeline events administration page. |
admin_trees.php | Trees administration page. |
admin_updatealbum.php | Saves changes to an album record. |
admin_updateassoc.php | Saves changes to an association record. |
admin_updatebranch.php | Saves changes to a branch record. |
admin_updatecemetery.php | Saves changes to a cemetery record. |
admin_updatecitation.php | Saves changes to a citation record. |
admin_updatecollection.php | Saves changes to a media collection record. |
admin_updateconfig.php | Saves changes to system variables. |
admin_updateevent.php | Saves changes to an event record. |
admin_updateeventtype.php | Saves changes to an event type record. |
admin_updatefamily.php | Saves changes to a family record. |
admin_updateimportconfig.php | Saves changes to import variables. |
admin_updatelanguage.php | Saves changes to a language record. |
admin_updatelogconfig.php | Saves changes to log variables. |
admin_updatemapconfig.php | Saves changes to map-related variables. |
admin_updatetemplateconfig.php | Saves changes to template-related variables. |
admin_updatemedia.php | Saves changes to a media record. |
admin_updatemore.php | Saves changes to an extended event record. |
admin_updatemostwanted.php | Saves changes to Most Wanted records. |
admin_updatenote.php | Saves changes to a note record. |
admin_updatenote2.php | Saves changes to a note record from the Admin/Miscellaneous section. |
admin_updatepedconfig.php | Saves changes to pedigree variables. |
admin_updateperson.php | Saves changes to a person record. |
admin_updateplace.php | Saves changes to a place record. |
admin_updaterepo.php | Saves changes to a repository record. |
admin_updatereport.php | Saves changes to a report record. |
admin_updateselectedeventtypes.php | Saves mass changes to event type records. |
admin_updateselectedmedia.php | Saves mass changes to media records. |
admin_updatesource.php | Saves changes to a source record. |
admin_updatetlevent.php | Saves changes to a timeline event record. |
admin_updatetree.php | Saves changes to a tree record. |
admin_updateuser.php | Saves changes to a user record. |
admin_users.php | Users administration page. |
admin_utilities.php | Backup, restore or optimize tables. |
admin_whatsnewmsg.php | Accepts text to be displayed on the "What's New" page. |
adminlib.php | Contains database, header functions. |
adminlog.php | Contains functions that perform logging in admin area. |
adminmaint.php | Stub to be displayed in Admin area during maintenance mode. |
adminshowlog.php | Shows administrative log. |
ahnentafel.php | Register ancestral report for an individual, where personID=###. |
ajx_addbookmark.php | Adds a site bookmark for the selected page. |
ajx_checknewuser.php | Checks to see if a user exists via ajax. |
ajx_delete.php | Deletes various record times via ajax. |
ajx_deletebookmark.php | Removes the selected site bookmark. |
ajx_editfamily.php | Displays a family record for editing in an overlay. |
ajx_editperson.php | Displays a person record for editing in an overlay. |
ajx_editprofile.php | Displays a user record for editing in an overlay. |
ajx_fampreview.php | Displays preview pane for a family record. |
ajx_getlastcite.php | Gets detail for last citation used. |
ajx_login.php | Login from an overlay. |
ajx_logxml.php | Fetches log data asynchonously. |
ajx_newfamily.php | Form to create a family record in an overlay. |
ajx_newperson.php | Form to create a person record in an overlay. |
ajx_pedjson.php | Fetches pedigree data asynchonously in JSON format. |
ajx_perspreview.php | Displays preview pane for a person record. |
ajx_placeconvert.php | Removes tree assignments from place records. |
ajx_savetentedit.php | Saves tentative edits for later review. |
ajx_showmediaxml.php | Fetches media asynchronously (for slideshow). |
ajx_slideshow.php | Runs the slide show. |
ajx_smallimage.php | Generates image previews. |
ajx_tentedit.php | Prompts user for tentative edits to displayed record. |
ajx_timelinexml.php | Fetches timeline event data asynchonously in XML format. |
ajx_tnginstall.php | Performs behind-the-scenes work during TNG installation from readme.html. |
ajx_updateorder.php | Saves changes to various records via ajax. |
ajx_updatuser.php | Saves user profile changes via ajax. |
albumlib.php | Library of album-related functions. |
api_checklogin.php | Basic authentication for API scripts. |
api_family.php | API to return data for a family (takes familyID and tree as args). |
api_library.php | Contains functions common to all API scripts |
api_person.php | API to return data for a person (takes personID and tree as args). |
anniversaries.php | Report of ndividuals matching user-entered date and event criteria. |
anniversaries2.php | Works in conjunction with anniversaries.php. Without this redirection, the original page will not properly refresh on submission. |
begin.php | Wrapper for including config.php. |
bookmarks.php | All site bookmarks for the computer you're at. |
branchlib.php | Queries used with branches. |
branchlibjs.php | Library of Javascript code and functions used with branches. |
browsealbums.php | List 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). |
browsemedia.php | Displays a list of all media. Add "?mediatype=sometype" to limit to one media type (i.e., "photos"). |
browsenotes.php | Displays a list of all notes. |
browsephotos.php (deprecated) | Displays a list of all photos (deprecated: please use browsemedia.php?mediatypeID=photos). |
browserepos.php | Displays a list of all repositories. |
browsesources.php | Displays a list of all sources. |
browsetrees.php | Displays list of all trees. |
calendar.php | Shows events for the selected month in a calendar layout. |
cemeteries.php | Displays list of all cemeteries (lets you drill down to find headstones). |
changelanguage.php | Displays a list of all languages you've set up and allows visitors to select their preference. |
checklogin.php | Behind-the-scenes check done on every page to see if user has logged in or not. |
class.phpmailer.php | General mail-related functions. |
class.smtp.php | SMTP mail-related functions. |
datelib.php | Text date-to-true date conversion functions. |
deepindex.php | Allows 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). |
deletelib.php | Library of functions used during deletions. |
descend.php | Displays graphical descendancy chart for personID=###. |
descendtext.php | Displays text-only descendancy chart for personID=###. |
desctracker.php | Displays a graphical descendancy chart for a line of descent defined in descend.php. |
end.php | Includes code to end each page. |
eventlib.php | Library of functions used to display events. |
eventlib_js.php | PHP-generated javascript for use with the event library. |
eventmicro.php | Event-related snippet used in multiple files. |
extrastree.php | Displays a list of all ancestors (where person=###) who have associated photos or histories. |
familygroup.php | Displays a family group sheet, where familyID=###. |
famsearch.php | Searches for and displays summaries for families who match the criteria entered in famsearchform.php. |
famsearchform.php | Search page to locate families. |
findalbummedia.php | Displays summary of media records that match search criteria (used when adding media to albums). |
findfamilyform.php | Accepts search criteria to locate matching families. |
findform.php | Displays summary of media records that match search criteria. |
finditems.php | Generic finder utility (people, families, sources, repos, places). |
findpersonform.php | Accepts search criteria to locate matching persons. |
findplaceform.php | Accepts search criteria to find matching places. |
findrepoform.php | Accepts search criteria to find matching repositories. |
findsourceform.php | Accepts search criteria to find matching sources. |
fpdf.php | FPDF library (to generate PDFs), written by Olivier Plathey. |
functions.php | Miscellaneous functions. |
gedcom.php | Creates GEDCOM for download. |
gedform.php | Form to request a GEDCOM file to download. |
gedimport_families.php | Dependency of gedimport.php (handles family records). |
gedimport_misc.php | Dependency of gedimport.php (miscellaneous functions). |
gedimport_people.php | Dependency of gedimport.php (handles individual records). |
gedimport_sources.php | Dependency of gedimport.php (handles source records). |
gedimport_trees.php | Dependency of gedimport.php (handles tree-related functions). |
genlib.php | Contains database, header, footer and menu functions. |
geocodelib.php | Common geocoding functions. |
getlang.php | Contains language preference functions. |
getperson.php | Displays individual information, data first, where personID=###. |
globallib.php | Contains functions common to both public and admin pages. |
google_marker.php | Generates pin image for display on map. |
googleearthbylatlong.php | Creates an XML file for entry into Google Earth on a set of coordinates. |
googlemapdrawthemap.php | Displays a clickable map in the Admin area. |
googlemaplib.php | Library of map-related functions for public area. |
googlemaplib2.php | Library of map-related functions for admin area. |
headstones.php | Displays list of all headstones for a given cemetery or locality. |
helplib.php | Contains functions for help screens. |
historytemplate.php | A template file for creating histories (copies must go one folder below the genealogy area). This file can safely be removed from your site. |
imageutils.php | PHP functions common to several photo-manipulating scripts. |
img_newwin.php | Opens the image viewer in a new window. |
img_viewer.php | The image viewer (normally runs in an iframe). |
index.php | Your 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.html | Your 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.php | Your 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!! |
log.php | Logs actions to the log file (genlog.txt). |
login.php | Prompts user to log in. |
logout.php | Logs a user out. |
maint.php | Stub to be displayed during maintenance mode. |
managemods.class.php | Library used by the Mod Manager. |
medialib.php | Library used by media-related scripts. |
mediatypes.php | A list of TNG mediatype definitions. |
micro_medialinks.php | Block of code used in several places for creating media links. |
mostwanted.php | Most Wanted report. |
newacctform.php | Form users can fill out to request a username/password login. |
niceditmsgs.php | Creates JavaScript code to hold NicEdit messages. |
pedbox.php | Fetches the photo used in the individual box on the pedigree and other charts. |
pedigree.php | Displays a graphical pedigree chart for an individual, where personID=###. |
pedigreetext.php | Displays a text-only pedigree chart for an individual, where personID=###. |
personlib.php | Contains functions common to all public pages that show events (like for people, families, sources and photos). |
photoblock.php | Contains code you can put on your home page to display a random photo. |
places-all.php | Shows all largest locality place names in the database. |
places-oneletter.php | Shows all place name localities beginning with a given character (passed from places.php). |
places.php | Shows all place localities in the database (first letters only), plus some other interesting stats. |
places100.php | Shows the top # places (ordered by number of localities), where topnum=#. |
placesearch.php | Searches for and displays summaries for individuals who match place name criteria. |
prefixes.php | Contains ID prefixes for individuals, families & sources. |
processlogin.php | Processes username and password entered by a user, performs login. |
processvars.php | Creates conventional variables from all superglobal arrays. |
pwdlib.php | Library of functions used with password encryption. |
randomphoto.php | Used by some of the templates to insert a random photo from your database on the site home page. |
readme.html | Installation guide and basic operating instructions. Can be removed after install is complete. |
register.php | Displays a modified register descendancy report for an individual, where personID=###. |
reglib.php | Contains functions common to both the Register and Ahnentafel reports. |
relateform.php | Page where visitors select two candidates for relationship chart. |
relationship.php | Charts relationship between two people (within a fixed number of generations). |
relationship2.php | Works in conjunction with relationship.php. Without this redirection, the original page will not properly refresh on submission. |
reports.php | Displays a list of all active reports. |
rpt_descend.php | Generates a PDF descendancy report. |
rpt_fam.php | Generates a PDF family group sheet. |
rpt_ind.php | Generates a PDF individual report. |
rpt_pdfform.php | Collections options for PDF charts. |
rpt_pedigree.php | Generates a PDF pedigree chart. |
rpt_utils.php | Library of functions used by the PDF charts. |
savelanguage.php | Saves the visitor's language preference. |
savelanguage2.php | Saves the visitor's language preference and returns them to the previous page. |
search.php | Searches for and displays summaries for individuals who match the criteria entered in searchform.php. |
searchform.php | Search page to locate individuals. |
sendlogin.php | Sends login information to e-mail address entered if a match is found. |
showalbum.php | Shows contents of an album, where albumID=###. |
showhistory.php | Shows a history record, where docID=###, if the history is stored in the database. Deprecated. |
showlog.php | Shows most recently logged actions. |
showmap.php | Shows map of a cemetery, where cemeteryID=###. |
showmedia.php | Shows a media item, where mediaID=###. |
showmedialib.php | A library of functions used by media- and slideshow-related scripts. |
showmediaxmllib.php | Library of functions used with the media slideshow. |
showrepo.php | Shows a repository record, where repoID=###. |
showreport.php | Shows a report, where reportID=###. |
showsource.php | Shows a source record, where sourceID=###. |
showtree.php | Shows detail for a tree, where treeID=###. |
statistics.php | Provides general database statistics. |
subroot.php | Stores sub-root location of config files (optional). |
suggest.php | Prompts user for suggested changes to viewed record. |
surnames-all.php | Shows all surnames in the database. |
surnames-oneletter.php | Shows all surnames beginning with a given character (passed from surnames.php). |
surnames.php | Shows all surnames in the database (first letters only), plus some other interesting stats. |
surnames100.php | Shows the top # surnames (ordered by occurence), where topnum=#. |
surnametable.php | API for displaying top surnames (used in surnames.php). |
tabledefs.php | Queries used to create the database tables. |
timeline.php | Does 'behind-the-scenes' work for timeline chart. |
timeline2.php | Displays timeline chart. |
tngdblib.php | Library of database functions. |
tngfiletypes.php | Definitions of some TNG file types. |
tngmaillib.php | Library of mail functions. |
tngpdf.php | Library of functions used with the PDF charts. |
tngrobots.php | Tells crawlers which files to index and which to ignore. |
tngrss.php | Outputs 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.php | Sends suggested edit from users to site owner. |
treelib.php | Queries to delete a tree and all dependent data. |
ufpdf.php | UTF-8 version of FPDF library (to generate PDFs), written by Olivier Plathey. |
version.php | Contains current version information. |
whatsnew.php | Report of new individuals, families, photos, histories and headstones. |
Text Pages (for each language folder) | |
admintext.php | Text messages for all administration pages. |
albums_help.php | Help for all album administration pages. |
alltext.php | Text messages common to both public and administration pages. |
assoc_help.php | Help for all association pages. |
backuprestore_help.php | Help for all backup/restore administration pages. |
branches_help.php | Help for all branch administration pages. |
cemeteries_help.php | Help for all cemetery administration pages. |
citations_help.php | Help for all citation administration pages. |
collections_help.php | Help for adding custom media types. |
config_help.php | Help for general configuration settings. |
cust_text.php | Reserved for custom text messages (starts empty). |
data_help.php | Help for all data import administration pages. |
events_help.php | Help for all events administration pages. |
eventtypes_help.php | Help for all event types administration pages. |
families_help.php | Help for all family administration pages. |
index_help.php | Help for main administration menu page. |
languages_help.php | Help for all language administration pages. |
logconfig_help.php | Help for log configuration settings. |
mapconfig_help.php | Help for map configuration settings. |
media_help.php | Help for all media administration pages. |
misc_help.php | Help for "Miscellaneous" administration pages. |
modmanager_help.php | Help for Mod Manager pages. |
more_help.php | Help for all "More" pages (additional information for events). |
mostwanted_help.php | Help for "most wanted" administration pages. |
notes_help.php | Help for all notes administration pages. |
pedconfig_help.php | Help for pedigree configuration settings. |
people_help.php | Help for all person administration pages. |
places_googlemap_help.php | Help for searching for places on the Google Maps areas. |
places_help.php | Help for all place administration pages. |
reports_help.php | Help for all report administration pages. |
repositories_help.php | Help for all repository administration pages. |
second_help.php | Help for all secondary processes pages. |
setup_help.php | Help for configuration setup menu page. |
sources_help.php | Help for all sources administration pages. |
templateconfig_help.php | Help for template configuration settings. |
text.php | Text messages for all public pages. |
tlevents_help.php | Help for all timeline event administration pages. |
trees_help.php | Help for all trees administration pages. |
users_help.php | Help for all users administration pages. |
Images - in the img folder | |
###.png | "Pin" images to indicate map locations (various "place levels"). |
admArrowDown.gif | Downward pointing arrow for sorting photos. |
admArrowUp.gif | Upward pointing arrow for sorting photos. |
admin_icon_sprites.png | Tray of icon images for Admin functions. |
albums_icon.gif | Icon for Albums. |
ArrowDown.gif | Downward pointing arrow for pedigree chart. Indicates more individual information is present. Also used on menus. |
arrowdown2.gif | Another ownward pointing arrow. |
ArrowLeft.gif | Left-facing arrow for pedigree and descendancy charts. Indicates additional generations are present. |
ArrowRight.gif | Right-facing arrow for pedigree chart. Indicates additional pedigree generations are present. |
background.gif | Background pattern for admin pages. |
backuprestore_icon.gif | Icon for Backup/Restore/Optimize Table Data. |
black.gif | Black one-pixel image used to create pedigree lines with text-only option. |
blank.gif | Blank image to correct transparency problem with PNG images. |
branches_icon.gif | Icon for Branches. |
cemeteries_icon.gif | Icon for Cemeteries. |
Chart.gif | Small pedigree image used to indicate a link to another pedigree chart. |
customeventtypes_icon.gif | Icon for Event Types. |
data_icon.gif | Icon for Data Import. |
dchart.gif | Small descendancy image used to indicate a link to a graphical representation of the descendancy report to that point. |
doc.gif | Small document icon used to indicate that an individual has at least one history linked to their record. |
documents_thumb.png | Default thumbnail for documents. |
earth.gif | Icon to indicate a link to Google Earth. |
families_icon.gif | Icon for Families. |
female.gif | Generic female default thumbnail. |
first_button.gif | Button indicating first in a series. |
green.gif | Icon indicating a green light. |
headstones_thumb.png | Default thumbnail for headstones. |
histories_thumb.png | Default thumbnail for histories. |
img_break.png | Used with image viewer |
img_close.gif | Close button on image viewer |
img_mag.gif | Magnifying class on image viewer |
img_magdown.gif | Magnifying class on image viewer: down |
img_magdownoff.gif | Magnifying class on image viewer: down (disabled) |
img_magoff.gif | Magnifying class on image viewer (disabled) |
img_magup.gif | Magnifying class on image viewer: up |
img_magupoff.gif | Magnifying class on image viewer: up (disabled) |
img_select.gif | Image viewer selector |
img_shadow.png | Image viewer shadow |
languages_icon.gif | Icon for Languages. |
last_button.gif | Button indicating last in a series. |
loadmap.gif | Big arrow for loading map on individual page. |
loading.gif | Loading indicator for mass media upload. |
male.gif | Generic male default thumbnail. |
media-prevbg.gif | Bubble behind image previews (IE only). |
media-prevbg.png | Bubble behind image previews. |
misc_icon.gif | Icon for Miscellaneous. |
modmgr_icon.gif | Icon for Mod Manager. |
next_button.gif | Button indicating next in a series. |
niceditoricons.gif | Tray of icon images used with NicEdit inline editor. |
orange.gif | Icon indicating an orange light. |
people_icon.gif | Icon for People. |
person-prevbg.gif | Bubble behind person previews (IE only) |
person-prevbg.png | Bubble behind person previews |
photo.gif | Small camera icon used to indicate that an individual has at least one photo linked to their record. |
photos_icon.gif | Icon for Photos. |
photos_thumb.png | Default thumbnail for photos. |
places_icon.gif | Icon for Places. |
prev_button.gif | Button indicating previous in a series. |
progressbar.gif | Progress bar for mass media upload. |
recordings_thumb.png | Default thumbnail for recordings. |
red.gif | Icon indicating a red light. |
reports_icon.gif | Icon for Reports. |
repos_icon.gif | Icon for Repositories. |
second_icon.gif | Icon for Secondary Processes. |
setup_icon.gif | Icon for Setup & Configuration. |
shadow50.png | Pin shadow for maps. |
sources_icon.gif | Icon for Sources. |
spacer.gif | Blank one-pixel image used as filler. |
spinner.gif | Animated image to indicate that something is happening in the background. |
tlevents_icon.gif | Icon for Timeline Events. |
tng_admin.gif | Small icon for administration. |
tng_aedit.gif | Small icon for editing (admin). |
tng_album.gif | Small icon for albums. |
tng_anote.gif | Small icon for notes (admin). |
tng_anote_on.gif | Small icon for notes (at least one exists). |
tng_assoc.gif | Small icon for associations (none present). |
tng_assoc_on.gif | Small icon for associations (at least one exists). |
tng_bmk.gif | Small icon for bookmarks. |
tng_bmk2.gif | A different small icon for bookmarks. |
tng_branch.gif | Small icon for labeling branches. |
tng_cal_altbirth.gif | Calendar icon for alternate birth event. |
tng_cal_bapt.gif | Calendar icon for baptism (LDS) event. |
tng_cal_birth.gif | Calendar icon for birth event. |
tng_cal_burial.gif | Calendar icon for burial event. |
tng_cal_death.gif | Calendar icon for alternate death event. |
tng_cal_div.gif | Calendar icon for alternate divorce event. |
tng_cal_educ.gif | Calendar icon for education event. |
tng_cal_emig.gif | Calendar icon for emigration event. |
tng_cal_endl.gif | Calendar icon for endowment (LDS) event. |
tng_cal_enga.gif | Calendar icon for engagement event. |
tng_cal_even.gif | Calendar icon for general event. |
tng_cal_marr.gif | Calendar icon for marriage event. |
tng_cal_seal.gif | Calendar icon for sealing (LDS) event. |
tng_check.gif | Small checkmark icon. |
tng_cite.gif | Small icon for citations (none present). |
tng_cite_on.gif | Small icon for citations (at least one exists). |
tng_clear.gif | Small icon for clearing trees. |
tng_close.gif | Small icon for "Close". |
tng_collapse.gif | Small arrow icon for "Collapse". |
tng_colorpicker.gif | Small icon for color selection. |
tng_contact.gif | Small icon for "Contact Us". |
tng_date.gif | Small icon for dates & anniversaries. |
tng_delete.gif | Small icon for delete action. |
tng_desc.gif | Small icon for descendancy. |
tng_doc.gif | Small icon for documents. |
tng_down.gif | Small icon for moving items down in a list. |
tng_edit.gif | Small icon for editing. |
tng_edit2.gif | Another small icon for editing (used on pedigree chart). |
tng_expand.gif | Small arrow icon for "Expand". |
tng_families.gif | Small icon for family search page. |
tng_female.gif | Small icon to indicate displayed individual is a female. |
tng_find.gif | Small icon for find pages. |
tng_ged.gif | Small icon for GEDCOM download. |
tng_help.gif | Small icon for menu guide. |
tng_hist.gif | Small icon for histories. |
tng_home.gif | Small icon for home page. |
tng_home2.gif | Slightly larger icon for home page. |
tng_hs.gif | Small icon for headstones. |
tng_icon_sprites.gif | Tray of icon images used with public menus. |
tng_ind.gif | Small icon for individual record page. |
tng_left.gif | Small icon for moving items left from one list to another. |
tng_log.gif | Small icon for login/logout. |
tng_log2.gif | Slightly larger icon for login. |
tng_logout.gif | Small icon for logout. |
tng_male.gif | Small icon to indicate displayed individual is a male. |
tng_media.gif | Small icon for media. |
tng_minus.gif | Small icon for collapsing a hidden block. |
tng_more.gif | Small icon for more info on an event (none present). |
tng_more_on.gif | Small icon for more info on an event (at least one exists). |
tng_mw.gif | Small icon for "Most Wanted" page. |
tng_names.gif | |
tng_new.gif | Small icon for "What's New" page. |
tng_note.gif | Small icon for notes. |
tng_optimize.gif | Small icon for optimizing tables. |
tng_ped.gif | Small icon for pedigree. |
tng_photo.gif | Small icon for photos. |
tng_place.gif | Small icon for places. |
tng_plus.gif | Small icon for expanding a hidden block. |
tng_print.gif | Small icon for printer-friendly link. |
tng_rec.gif | Small icon for recordings. |
tng_rel.gif | Small icon for relationship chart. |
tng_repo.gif | Small icon for repositories. |
tng_restore.gif | Small icon for restoring tables. |
tng_right.gif | Small icon for moving items right from one list to another. |
tng_rpt.gif | Small icon for reports. |
tng_save.gif | Small icon for exporting a GEDCOM. |
tng_search.gif | Small icon for search action. |
tng_search2.gif | Slightly larger icon for search action. |
tng_search_small.gif | Very small icon for place searching. |
tng_small_icon_sprites.gif | Tray of small icon images used with "core icons" (basic options at top of page). |
tng_sort_asc.gif | Small arrow icon indicating ascending sort. |
tng_sort_desc.gif | Small arrow icon indicating descending sort. |
tng_src.gif | Small icon for sources. |
tng_stats.gif | Small icon for statistics. |
tng_temple.gif | Small icon for LDS temple codes. |
tng_test.gif | Small icon for testing a page. |
tng_time.gif | Small icon for timeline. |
tng_up.gif | Small icon for moving items up in a list. |
tng_video.gif | Small icon for videos. |
tnglogo.gif | TNG logo. |
tngtab.png | Image used with inactive tabs. |
tngtabactive.png | Image used with active tabs. |
trees_icon.gif | Icon for Trees. |
users_icon.gif | Icon for Users. |
videos_thumb.png | Default icon for videos. |
white.gif | Small "pin" image for use in legend. |
JavaScript files - in the js folder | |
admin.js | Functions used in Admin files. |
albums.js | Functions used with albums. |
anchorposition.js | Required for color picker. |
canvas-to-blob.min.js | Library for the media mass upload. |
colorpicker2.js | More required for color picker. |
cors/jquery.postmessage-transport.js | Library for the media mass upload. |
cors/jquery.xdr-transport.js | Library for the media mass upload. |
dataimport.js | Functions used with GEDCOM import. |
datevalidation.js | Makes sure entered dates are in a valid format. |
dragdrop.js | Part of the Scriptaculous Javascript library. |
effects.js | Part of the Scriptaculous Javascript library. |
eventtypes.js | Library for event types administration. |
img_utils.js | Functions used with the image viewer. |
img_viewer.js | More functions used with the image viewer. |
jquery.fileupload-fp.js | Library for the media mass upload. |
jquery.fileupload.js | Library for the media mass upload. |
jquery.fileupload-ui.js | Library for the media mass upload. |
jquery.iframe-transport.js | Library for the media mass upload. |
jquery.ui.widget.js | Library for the media mass upload. |
getperson.js | Functions for the individual page. |
litbox.js | Library used to create modal dialog windows. |
load-image.min.js | Library for the media mass upload. |
main.js | Library for the media mass upload. |
mediafind.js | Library for media-related functions. |
mediautils.js | Library for media-related functions. |
mergeplaces.js | Functions used with the place merge utility. |
mostwanted.js | Functions used while editing Most Wanted list. |
net.js | AJAX library functions. |
nicedit.js | Library for NicEdit. |
popupwindow.js | Functions for color selection popup. |
prototype.js | The Prototype ajax library. |
reports.js | Routines common to new/edit report screens. |
rpt_utils.js | For PDF popup form. |
scriptaculous.js | The Scriptaculous Javascript library. |
selectutils.js | Routines common to several admin screens. |
slideshow.js | Functions that run the media slideshow. |
tentedit.js | Functions used with tentative editing. |
timeline.js | Library for the timeline page. |
tmpl.js | Library for the media mass upload (specifically, a templating utility). |
tngmenuhover.js | Library for TNG menus. |
tngpededit.js | Functions used when editing within the pedigree chart. |
tngpedigree.js | Library for AJAX pedigree chart. |
users.js | Functions used in Users. |
Style Sheets - in the css folder | |
bootstrap.css | Style used on the mass media upload page. |
calendar.css | Style used exclusively on the calendar page. |
cemeteries.css | Style used exclusively on the cemeteries page. |
img_viewer.css | Style used exclusively by the image viewer. |
jquery.fileupload-ui.css | Style used on the mass media upload page. |
jquery.fileupload-ui-noscript.css | Style used on the mass media upload page. |
genstyle.css | Presentational rules and guidelines. |
media.css | Style used in showmedia.php and related files. |
mytngstyle.css | If you know enough about style sheets and want to add your own style rules, add them here. |
templatestyle.css | Template-specific style rules (blank in the default version). |
timeline.css | Style used exclusively on the timeline page. |
tngprint.css | Printer-friendly style sheet. |
tngtabs1.css | Style sheet used to display page tabs. |
tngtabs2.css | Alternate style sheet for displaying page tabs (same colors as template #4). |
Font files (for PDF generation, in font folder) | |
courier.php | Courier |
courierb.php | Courier Bold |
courierbi.php | Courier Bold Italics |
helvetica.php | Helvetica |
helveticab.php | Helvetica Bold |
helveticabi.php | Helvetica Bold Italics |
helveticai.php | Helvetica Italics |
symbol.php | Symbol |
times.php | Times Roman |
timesb.php | Times Roman Bold |
timesbi.php | Times Roman Bold Italics |
timesi.php | Times Roman Italics |
Other | |
license.txt | Your license agreement. |
livingupdate.php | Utility to flag living individuals (left over from v4 upgrade). |
switchcolor.php | Creates new tab background images according to the color numbers you enter. |