Web Gedcom Viewer is a full Web-based Gedcom viewer that uses MySQL or SQLite on the backend and Perl as the frontend with templates for easy HTML manipulation. Gedcom files are in the standard format exported by family tree/genealogy applications.
Be the first to post a text review of Web Gedcom Viewer. Rate and review a project by clicking thumbs up or thumbs down in the right column.
2003-12-19 09:40 imaginos * VERSION: ment to put a major and minor and release 2003-12-19 09:38 imaginos * VERSION: updated version info 2003-12-19 09:30 imaginos * images/victorian/: admin.gif, guestbook.gif, home.gif, login.gif, logout.gif: fixed up the images a bit 2003-12-19 09:03 imaginos * backend.pm: cleaned up some variable contantenation 2003-12-19 09:02 imaginos * index.cgi: should be passing in a arrayref 2003-12-19 07:33 imaginos * backend.pm, index.cgi: mod_perl is choking on the constants, went back to classic stype globals 2003-12-19 07:28 imaginos * index.cgi: make sure the header is properly formed 2003-12-19 07:28 imaginos * htaccess: updated to perlrun 2003-12-07 13:38 imaginos * backend.pm, index.cgi, sql/CreateDatabase.mysql, sql/CreateDatabase.sqlite, sql/SQL.pm, templates/victorian/guestbook.tmpl, templates/dark/guestbook.tmpl, templates/standard/guestbook.tmpl: finished up preliminary guestbook 2003-12-07 11:13 imaginos * images/victorian/guestbook.gif: new image for guestbook 2003-12-07 11:13 imaginos * backend.pm, index.cgi, sql/SQL.pm, templates/dark/Footer.tmpl, templates/dark/admin.tmpl, templates/standard/Footer.tmpl, templates/standard/admin.tmpl, templates/victorian/Footer.tmpl, templates/victorian/admin.tmpl: reworm the perms a bit, create space for a guestbook 2003-12-07 10:58 imaginos * config/genealogy.pm: moving to a more constant way of perms 2003-12-06 17:42 imaginos * sql/: CreateDatabase.mysql, CreateDatabase.sqlite: added guestbook table 2003-12-05 11:47 imaginos * index.cgi, sql/CreateDatabase.mysql, sql/CreateDatabase.sqlite, sql/SQL.pm, templates/dark/Footer.tmpl, templates/standard/Footer.tmpl, templates/victorian/Footer.tmpl: added cookie support 2003-12-05 00:06 imaginos * backend.pm, sql/SQL.pm: admin area is working again 2003-12-04 23:51 imaginos * sql/CreateDatabase.mysql: fix mysql table setup a bit 2003-12-04 23:45 imaginos * backend.pm, index.cgi, config/genealogy.pm, sql/CreateDatabase.mysql, sql/CreateDatabase.sqlite, sql/SQL.pm: update to a more real cookie system, to allow a counter and various other things, admin is now currently broken 2003-10-19 11:06 imaginos * ChangeLog, VERSION: preparing for release 1.23.002 2003-10-19 11:01 imaginos * templates/victorian/: individual.tmpl, search.tmpl: dont allow wrapping on these templates, looks nicer this way 2003-10-19 11:00 imaginos * sql/SQL.pm: initialize the values so we have the exact data we're expecting. found that i can't trust that the db's being used will initialize the values in the db correctly 2003-03-11 23:09 imaginos * backend.pm: be sure we have a family id to insert 2003-03-11 23:05 imaginos * index.cgi: remove defined stuff on index.cgi 2003-03-11 23:04 imaginos * backend.pm: create unique family id's, don't trust gedcom to do this 2003-03-08 15:08 imaginos * backend.pm: no family info would cause an eternal loop, discovered by Jared Roach <jedroach@alumni.washington.edu> 2003-01-22 22:43 imaginos * backend.pm: abuse of defined() 2003-01-22 22:23 imaginos * backend.pm: should be defined, but probably 0 2003-01-14 15:05 imaginos * VERSION: change up the version to 1.23 series 2003-01-14 15:04 imaginos * config/genealogy.pm: make mysql default viewer 2003-01-14 15:03 imaginos * INSTALL, INSTALL.mysql, INSTALL.sqlite, ReadMe, config/genealogy.pm, sql/CreateDatabase.sqlite, sql/SQL.pm, sql/genealogy.pl: added support for SQLite 2002-10-30 23:35 imaginos * ChangeLog: Updated ChangeLog 2002-10-05 18:32 imaginos * backend.pm: reading past individuals into families which caused a screwup when using unknown gedfiles, inserted weird users 2002-08-04 21:17 imaginos * sql/SQL.pm: mistype on fetchrow 2002-07-20 16:18 imaginos * .OLDChangeLog, ChangeLog, INSTALL, VERSION, config/genealogy.pm: preparing for next release 2002-07-20 16:14 imaginos * sql/: CreateDatabase.mysql, CreateDatabase.sql: rename CreateDatabase.sql to CreateDatabase.mysql 2002-07-20 16:11 imaginos * config/genealogy.pm: updated config to match 2002-07-20 16:10 imaginos * backend.pm, index.cgi, config/genealogy.pm, sql/CreateDatabase.sql, sql/genealogy.pl: Moved all the sql calls to a single file ( SQL.pm ) 2002-07-20 16:07 imaginos * sql/SQL.pm: centralized sql code for easy porting to different databases 2002-06-27 23:53 imaginos * VERSION, backend.pm, index.cgi, config/genealogy.pm, sql/genealogy.pl: made this more object orientated to hopefully make it work with modperl better 2002-05-13 08:46 imaginos * backend.pm: gedcom 5.5 workaround with spouse married name 2002-04-11 09:28 imaginos * backend.pm: small bug fixes 2002-04-10 12:27 imaginos * COPYING, ReadMe: forgot to add license 2002-03-06 21:40 imaginos * ChangeLog, VERSION: [no log message] 2002-03-05 16:10 imaginos * INSTALL, templates/dark/Footer.tmpl, templates/dark/admin.tmpl, templates/standard/Footer.tmpl, templates/standard/admin.tmpl, templates/victorian/Footer.tmpl, templates/victorian/admin.tmpl: commit final changes 2002-02-28 15:01 imaginos * backend.pm, index.cgi, config/genealogy.pm, sql/CreateDatabase.sql, templates/dark/admin.tmpl, templates/standard/admin.tmpl, templates/victorian/admin.tmpl: introduced a bitwise permission system for anon visitors 2002-02-28 00:56 imaginos * ChangeLog, VERSION: new release 2002-02-28 00:50 imaginos * backend.pm: damn glibc2.2 opendir modperl bug, glob() workaround 2002-02-23 21:58 imaginos * ChangeLog, VERSION: release of 1.20.002 2002-02-23 11:11 imaginos * backend.pm: found small bug in gedcom downloading using mod_perl 2002-02-20 20:11 imaginos * backend.pm: cleanup upload tool 2002-02-20 19:48 imaginos * VERSION: [no log message] 2002-02-20 19:47 imaginos * backend.pm, config/genealogy.pm, sql/CreateDatabase.sql, templates/dark/login.tmpl, templates/standard/login.tmpl, templates/victorian/login.tmpl: cleanup admin area 2002-02-20 02:33 imaginos * sql/CreateDatabase.sql: woops 2002-02-20 02:03 imaginos * ChangeLog: [no log message] 2002-02-20 02:02 imaginos * SKINS, VERSION, images/victorian/admin.gif, images/victorian/background.jpg, images/victorian/bottomlinks.jpg, images/victorian/clearline.gif, images/victorian/divider.jpg, images/victorian/divider1.jpg, images/victorian/home.gif, images/victorian/left.gif, images/victorian/line.gif, images/victorian/line2.gif, images/victorian/line3.gif, images/victorian/login.gif, images/victorian/logout.gif, images/victorian/right.gif, images/victorian/search.gif, templates/dark/Main.tmpl, templates/dark/tree.tmpl, templates/standard/Main.tmpl, templates/standard/tree.tmpl, templates/victorian/Footer.tmpl, templates/victorian/Header.tmpl, templates/victorian/Main.tmpl, templates/victorian/admin.tmpl, templates/victorian/editid.tmpl, templates/victorian/error.tmpl, templates/victorian/individual.tmpl, templates/victorian/login.tmpl, templates/victorian/marriage.tmpl, templates/victorian/search.tmpl, templates/victorian/surname.tmpl, templates/victorian/tree.tmpl, templates/victorian/upload.tmpl: new victorian skin added 2002-02-19 18:25 imaginos * ChangeLog, VERSION, images/standard/clearline.gif, images/standard/line.gif, images/standard/line2.gif, images/standard/line3.gif: Closer to the 1.20.001 release 2002-02-19 18:15 imaginos * SKINS, VERSION, images/clearline.gif, images/line.gif, images/line2.gif, images/line3.gif, templates/dark/Header.tmpl, templates/dark/tree.tmpl, templates/standard/tree.tmpl: adjusting skins and such 2002-02-19 18:14 imaginos * images/dark/: clearline.gif, line.gif, line2.gif, line3.gif: [no log message] 2002-02-19 17:54 imaginos * AUTHORS, SKINS: new files 2002-02-19 17:45 imaginos * ChangeLog, VERSION, backend.pm, index.cgi, config/genealogy.pm, sql/CreateDatabase.sql, templates/Footer.tmpl, templates/Header.tmpl, templates/Main.tmpl, templates/admin.tmpl, templates/editid.tmpl, templates/error.tmpl, templates/individual.tmpl, templates/login.tmpl, templates/marriage.tmpl, templates/search.tmpl, templates/surname.tmpl, templates/tree.tmpl, templates/upload.tmpl, templates/dark/Footer.tmpl, templates/dark/Header.tmpl, templates/dark/Main.tmpl, templates/dark/admin.tmpl, templates/dark/editid.tmpl, templates/dark/error.tmpl, templates/dark/individual.tmpl, templates/dark/login.tmpl, templates/dark/marriage.tmpl, templates/dark/search.tmpl, templates/dark/surname.tmpl, templates/dark/tree.tmpl, templates/dark/upload.tmpl, templates/standard/Footer.tmpl, templates/standard/Header.tmpl, templates/standard/Main.tmpl, templates/standard/admin.tmpl, templates/standard/editid.tmpl, templates/standard/error.tmpl, templates/standard/individual.tmpl, templates/standard/login.tmpl, templates/standard/marriage.tmpl, templates/standard/search.tmpl, templates/standard/surname.tmpl, templates/standard/tree.tmpl, templates/standard/upload.tmpl: Added ability to use skins, optimized tables with indexes 2002-02-19 17:04 imaginos * backend.pm: force gedcom file format download 2002-02-18 11:14 imaginos * ChangeLog, VERSION: assuming passes QA, release of 1.10.019 2002-02-18 11:13 imaginos * backend.pm, index.cgi, sql/genealogy.pl, templates/Main.tmpl: show only letters that actually have people, give first stats, and fix genealogy console import tool 2002-02-18 10:33 imaginos * ChangeLog, VERSION: [no log message] 2002-02-18 10:31 imaginos * backend.pm, templates/editid.tmpl: remove family manipulation from simple edit form 2002-02-18 02:23 imaginos * ChangeLog, VERSION: changelog addition, version increase for 1.10.019 approach 2002-02-18 02:21 imaginos * backend.pm, index.cgi, templates/editid.tmpl, templates/individual.tmpl, templates/surname.tmpl: added simple individual editing, some additional code cleanup 2002-02-17 21:41 imaginos * ChangeLog: Changelog update 2002-02-17 21:39 imaginos * backend.pm, templates/Footer.tmpl, templates/Header.tmpl, templates/tree.tmpl: finally a fix that works for ie and accross 2002-02-17 18:39 imaginos * backend.pm: move char truncation to 23 chars 2002-02-17 18:25 imaginos * ChangeLog, VERSION, backend.pm, templates/tree.tmpl: resync tree 2002-02-14 10:11 imaginos * ChangeLog, INSTALL, ReadMe, VERSION, backend.pm, htaccess, index.cgi, config/genealogy.pm, images/clearline.gif, images/line.gif, images/line2.gif, images/line3.gif, sql/CreateDatabase.sql, sql/genealogy.pl, templates/Footer.tmpl, templates/Header.tmpl, templates/Main.tmpl, templates/admin.tmpl, templates/error.tmpl, templates/individual.tmpl, templates/login.tmpl, templates/marriage.tmpl, templates/search.tmpl, templates/surname.tmpl, templates/tree.tmpl, templates/upload.tmpl: initial import 2002-02-14 10:11 imaginos * ChangeLog, INSTALL, ReadMe, VERSION, backend.pm, htaccess, index.cgi, config/genealogy.pm, images/clearline.gif, images/line.gif, images/line2.gif, images/line3.gif, sql/CreateDatabase.sql, sql/genealogy.pl, templates/Footer.tmpl, templates/Header.tmpl, templates/Main.tmpl, templates/admin.tmpl, templates/error.tmpl, templates/individual.tmpl, templates/login.tmpl, templates/marriage.tmpl, templates/search.tmpl, templates/surname.tmpl, templates/tree.tmpl, templates/upload.tmpl: Initial revision
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: