Skip to content

Instantly share code, notes, and snippets.

@jeremyboggs
Created November 2, 2012 17:17
Show Gist options
  • Save jeremyboggs/4002856 to your computer and use it in GitHub Desktop.
Save jeremyboggs/4002856 to your computer and use it in GitHub Desktop.
Checklist for developing an Omeka theme

Omeka Theme Checklist

Checklist for developing an Omeka theme. Things to check, ensure they look and work OK.

  • Homepage
    • Display featured item
    • Display featured collection
    • Display recent items
  • Readability (A simple page with a variety of markup—headings, paragraphs, lists, blockquotes, links, etc.)
  • Items
    • Featured Item
      • with image
      • without image
    • Item with no Type
    • Item with no metadata (should display "untitled" or some other text for the link)
    • Item for each Item Type
      • Document
      • Still Image
      • Moving Image
    • Item with HTML for all fields
    • Items with Files
      • Single File
        • Image
        • Video
        • Audio
        • Document
      • Multiple Files
        • Images
        • Videos
        • Audios
        • Documents
        • Variety
  • Collections
    • Featured Collection
    • Collection with no metadata
    • Collection with all DC metadata
    • Collection with no items
    • Collection with items
  • Forms
    • Simple Search
    • Advanced Search
  • Other UI elements
    • Pagination for browse pages.
    • Pagers for previous/next records on record/show views.
    • Navigation
      • Nested navigation
    • Site title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment