It occurs to me that we don't need programmers to start recording some data, if we'll do it in a consistent way.
Looking at the document we prepared at
https://docs.google.com/document/d/1BqPTLnfvD4hqsSwRjJmz_qFkiinOIwGVz71NQCNRA0Y/edit?hl=en it looks to me that we could prepare a list of strips, with start and end dates; a list of newspapers that carried comic strips; and a list of strip creators with birth and death dates. These three lists (prepared as spreadsheets to make importation easier) would be the basis for three tables in the relational database. We wouldn't put the data from one table into another. The strip list would NOT include the creators or the newspapers. We would link those later when we have an editing interface. And, of course, we'd do the other stuff then to: characters, genres, etc.
Let's see, there should be two strips listed when there is a daily and a Sunday, since some papers might not carry both. For now, let's make that a field in the strip name table.
So the strip name table has four fields (columns): strip name, start date, end date, and frequency. There will be decisions that need to be made about translated strip names and stuff like that but we can defer that 'til later.
Newspaper name table has 4 fields: newspaper name, place of publication, publisher, and distribution area
Creators table has 4 fields: Surname, first name; birth date, death date. there is plenty of other stuff that will be related to the creators but a lot of that is still to be hashed out: how to record pseudonyms, how to handle non-English names, etc. That's stuff that we can do with a editing interface.
Can we do a syndicate table? What sort of other entities rather than traditional American comic strip syndicates might be appropriate here?
Anyway. What should out plan of action be, now? Do we make an announcement on the main list and on the homepage that we are now asking for "list makers" to get us started? I suggest that we ask for "coordinators" to handle parts of the spreadsheets: Strip names A-D, strip names E-H, and so on and the same for the other two and have list makers submit to the coordinators. We need to post the lists every few days so that their isn't a lot of duplication.
I'm very flexible on the above paragraph plan. Anybody with a better idea on how to start creating the tables without waiting on tech be sure and sound off.
tony