The idea around WP Framework’s directory structure was to organize everything with clear and concise names so you can quickly find or figure out what a particular file does or what a folder might contain.
wpframework/
- library/
- admin/
- admin.php
- admin-functions.php
- admin.css
- admin.js
- extensions/
- semantic-classes.php
- debug.php
- superfish/
- jquery.bgiframe.min.js
- superfish.js
- sf-settings.js
- supersubs.js
- functions/
- comments.php
- general.php
- helper.php
- media.php
- pluggable.php
- framework.php
- admin/
- media/
- css/
- base.css
- print.css
- reset.css
- screen.css
- 1col.css
- 2col-l.css
- 2col-r.css
- images/
- js/
- screen.js
- custom-functions.php
- css/
- 404.php
- archive.php
- attachment.php
- author.php
- category.php
- comments.php
- date.php
- footer.php
- functions.php
- header.php
- index.php
- navigation.php
- page.php
- search.php
- searchform.php
- sidebar.php
- single.php
- style.css
- tag.php