1. Need a way to add entries to include the following fields:
   - Submitter (Required)
   - Date Submitted (Automatic)
   - Name (Required)
   - Version (Optional)
   - Description (Required)
   - Demo Instructions (Optional)
   - Programming Languages (Required)
   - Platforms (Required)
   - Tested (Required, Yes/No)
   - Standards (Required, Yes/No)
   - Technical Documentation (Required, Yes/No)
   - Instructions for re-use (Required)
   - Wish List (Optional)
   - Zip File to Upload (Required)
   
2. Need a way to view entries.

3. View should show a list sorted by Submitter, Date Submitted,
   Name, Languages, or Platforms.  After selecting an item on
   the list, the full entry displays.

4. Desired (not required): Page the viewed list.

5. Desired (not required): Update and delete entries.
   Work around - directly in database
   
