Skip to content

doug-martin/safeomaha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SafeOmaha

A HackOmaha project

Twitter Bootstrap

The compiled Twitter bootstrap code is contained within the web/bootstrap directory. The source files are in web/less. Less is a "better" CSS language that uses node to compile down to pure CSS. To compile less, you will need Node and NPM installed, and then you will need to install the following node packages:

to install Node, please visit http://nodejs.org

to install less

npm install -g less

to install uglify-js

npm install -g uglify-js

heatmap

Heatmap is based off of a CGI port of gheat, a tool for drawing heatmaps based on google maps. it requires you to set up mod_rewrite and to allow .htaccess files to override things. This is designed to run with apache as a frontend.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • PHP 4.4%
  • Java 1.0%
  • Python 0.2%
  • ActionScript 0.2%
  • Perl 0.1%
  • Other 0.1%