Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Sep 24, 2011
1 parent 361b14f commit 84afa0f
Show file tree
Hide file tree
Showing 38 changed files with 34 additions and 741 deletions.
4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

20 changes: 0 additions & 20 deletions LICENSE

This file was deleted.

91 changes: 0 additions & 91 deletions README.md

This file was deleted.

20 changes: 20 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<html>
<head>
<title>Fusker Documentation</title>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css">
<link rel="stylesheet" href="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
<script src="http://twitter.github.com/bootstrap/1.3.0/bootstrap-dropdown.js" type="text/javascript"></script>
<script src="http://google-code-prettify.googlecode.com/svn/trunk/src/prettify.js" type="text/javascript"></script>
<script src="https://raw.github.com/wearefractal/dox/master/lib/dox.js" type="text/javascript"></script>
<script src="https://raw.github.com/wearefractal/fusker/master/PROJECTFILE.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function () {
nova = dox('Fusker');
nova.add({}, 'Nothing here yet - Send me a message on GitHub if you absolutely need this and I will do it');
});
</script>
</head>
<body onload="prettyPrint()">
</body>
</html>
41 changes: 0 additions & 41 deletions examples/express-test.coffee

This file was deleted.

32 changes: 0 additions & 32 deletions examples/index.html

This file was deleted.

38 changes: 0 additions & 38 deletions examples/test.coffee

This file was deleted.

85 changes: 14 additions & 71 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,77 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>

<title>wearefractal/fusker @ GitHub</title>

<style type="text/css">
body {
margin-top: 1.0em;
background-color: #a28565;
font-family: Helvetica, Arial, FreeSans, san-serif;
color: #000000;
}
#container {
margin: 0 auto;
width: 700px;
}
h1 { font-size: 3.8em; color: #5d7a9a; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #5d7a9a; }
h3 { text-align: center; color: #5d7a9a; }
a { color: #5d7a9a; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer { text-align:center; padding-top:30px; font-style: italic; }
</style>
<title>Fractal - Fusker</title>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css">
<style>
body
{
background: black;
}
</style>
</head>

<body>
<a href="http://github.com/wearefractal/fusker"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>

<div id="container">

<div class="download">
<a href="http://github.com/wearefractal/fusker/zipball/master">
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
<a href="http://github.com/wearefractal/fusker/tarball/master">
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
</div>

<h1><a href="http://github.com/wearefractal/fusker">fusker</a>
<span class="small">by <a href="http://github.com/wearefractal">wearefractal</a></span></h1>

<div class="description">
Fusker is a static HTTP server that provides optional security features for HTTP/Socket.io
</div>

<h2>Authors</h2>
<p>Aaron Murray (aaron.thomas.murray@gmail.com)<br/>Contra (contra@maricopa.edu)<br/><br/> </p>
<h2>Contact</h2>
<p>Fractal (contact@wearefractal.com)<br/> </p>


<h2>Download</h2>
<p>
You can download this project in either
<a href="http://github.com/wearefractal/fusker/zipball/master">zip</a> or
<a href="http://github.com/wearefractal/fusker/tarball/master">tar</a> formats.
</p>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<pre>$ git clone git://github.com/wearefractal/fusker</pre>
</p>

<div class="footer">
get the source code on GitHub : <a href="http://github.com/wearefractal/fusker">wearefractal/fusker</a>
</div>

</div>


<a href="http://github.com/wearefractal/fusker"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/abad93f42020b733148435e2cd92ce15c542d320/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub"></a>
<center>
<img id="logo" src="http://wearefractal.com/img/green_400x400.png"/><br/><br/>
<a href="http://wearefractal.github.com/fusker/docs" class="btn primary">Documentation</a> <a href="http://www.slideshare.net/wearefractal/fusker-a-nodejs-security-framework-8850586" class="btn primary">Presentation</a>
</center>
</body>
</html>

8 changes: 0 additions & 8 deletions lib/config.coffee

This file was deleted.

5 changes: 0 additions & 5 deletions lib/express.coffee

This file was deleted.

15 changes: 0 additions & 15 deletions lib/fusker.coffee

This file was deleted.

Loading

0 comments on commit 84afa0f

Please sign in to comment.