The latest upload (Simple.zip) is a simplified version of the Starter Framework meant for single-schema applications (although it can still be shared by multiple schemas using synonyms and grants).
It only offers generic column-level auditing, environment metadata, logging, error handling and table-driven parameters (with a few extra supporting packages for writing to screen and file, and manipulating dates, strings and numbers).
See the [Simple Framework] page for more information.
The full framework (Starter_Full_2.0.zip) is meant for multiple applications resident in multiple schemas on the same database, where the common framework is shared between them all. It is a collection of PL/SQL packages and related tables, which provide a starter framework for custom PL/SQL-based applications. Save months of design/build time. Includes logging, debugging, timing, locks, common messages, file reading/writing/management, email from within the DB, user/role security, and more.