GithubHelp home page GithubHelp logo

webframework's Introduction

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.

webframework's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.