Skip to content

scullygroup/webframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

WebFramework Base

This simple codebase creates a basic, startup skeleton for creating an average website.
It includes directories for all stages of planning, design, and development.
Also, it will create an initial git repository for you with all initial files added and committed.

It sets-up the following directory structure:


  |____audio
  |____copy
  |____flash
  |____graphics
  | |____fonts
  | |____images
  | |____logos
  | |____mockups
  |____planning
  |____site
  | |____.git
  | |____images
  | |____index.php
  | |____scripts
  | | |____base.js
  | | |____jquery.metadata.js
  | | |____jquery.validate.js
  | | |____rollovers.js
  | | |____swfobject.js
  | |____styles
  | | |____ie7.css
  | | |____reset.css
  | | |____style.css
  | |____swf
  |____video
</pre>

Directory Structure Overview

audio – for all audio content
copy – for all web copy and pdfs
flash – for all flash assets
graphics – for all graphics, contains subfolder for organization
planning – for all planning (sitemaps, estimates, etc)
site – all website content (contains subdirectories for images, scripts, styles, and swf)
video – all video assets

Installation and Set-Up

Grab this git project and place it in your desired working directory by issuing the following command (replacing YOURDIRECTORY with whatever you want to name your working directory):

git clone git://github.com/scullygroup/webframework.git YOURDIRECTORY

Next, cd into your working directory and run the skeleton.sh shell script from within your working directory like so:


  cd YOURDIRECTORY
  sh ./skeleton.sh
  

The shell script will create most of the directories outlined previously, as well as download these javascript files and supporting assets:
*jquery.metadata.js
*jquery.validate.js
*swfobject.js

jQuery and jQuery Tools are also referenced in index.php from a CDN service.

About

A simple starter skeleton for a basic website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published