Skip to content

Commit

Permalink
[ui] minor content cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Fragomeni committed Nov 10, 2011
1 parent b1f3989 commit 61fb9cb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 8 deletions.
32 changes: 32 additions & 0 deletions npm-debug.log
@@ -0,0 +1,32 @@
info it worked if it ends with ok
verbose cli [ 'node', '/usr/local/bin/npm', 'install', 'jitsu@latest', '-g' ]
info using npm@1.0.99
info using node@v0.5.10
verbose config file /Users/paolo/.npmrc
verbose config file /usr/local/etc/npmrc
verbose config file /usr/local/lib/node_modules/npm/npmrc
silly exec /usr/local/bin/node "/usr/local/lib/node_modules/npm/bin/npm-get-uid-gid.js" "hij1nx" 20
silly spawning [ '/usr/local/bin/node',
silly spawning [ '/usr/local/lib/node_modules/npm/bin/npm-get-uid-gid.js',
silly spawning 'hij1nx',
silly spawning 20 ],
silly spawning null ]
silly output from getuid/gid {"error":"setuid user id does not exist"}
silly output from getuid/gid
ERR! Error: setuid user id does not exist
ERR! at /usr/local/lib/node_modules/npm/lib/utils/uid-number.js:42:18
ERR! at ChildProcess.<anonymous> (/usr/local/lib/node_modules/npm/lib/utils/exec.js:54:5)
ERR! at ChildProcess.emit (events.js:70:17)
ERR! at maybeExit (child_process.js:336:16)
ERR! at Process.onexit (child_process.js:371:5)
ERR! Report this *entire* log at:
ERR! <http://github.com/isaacs/npm/issues>
ERR! or email it to:
ERR! <npm-@googlegroups.com>
ERR!
ERR! System Darwin 11.2.0
ERR! command "node" "/usr/local/bin/npm" "install" "jitsu@latest" "-g"
ERR! cwd /Users/paolo/workroot/git/flatiron/www
ERR! node -v v0.5.10
ERR! npm -v 1.0.99
verbose exit [ 1, true ]
6 changes: 3 additions & 3 deletions public/css/index.css
Expand Up @@ -30,9 +30,9 @@ body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #333; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a { color: #168fd4; text-decoration: none; }
a:visited { color: #168fd4; }
a:hover { color: #168fd4; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

Expand Down
9 changes: 4 additions & 5 deletions public/index.html
Expand Up @@ -62,11 +62,10 @@
<h1>an unobtrusive framework initiative for node.js</h1>
No one agrees on frameworks. It's difficult to get consensus on how much or how little a framework should do. Flatiron's approach is to package simple to use yet full featured components and let developers subtract or add what they want.
<p>
Flatiron promotes code organization and sustainability by clearly separating development concerns. Each component works elegantly with or without its counterparts. Many of the components work the same in the browser as they do on the server.
<p>This is the motivation behind flatiron. At it's core flatiron is two things:</p>
<p><strong>An initiative to build a collection of decoupled tools with the same standard of quality and performance that you would expect from anything built by <a href="http://nodejitsu.com">Nodejitsu.</a></strong></p>
<p><strong>A full-stack web application development framework which packages these tools together to make <a href="http://blog.nodejitsu.com/scaling-isomorphic-javascript-code">isomorphic</a> and <a href="http://nodejs.org/docs/v0.6.0/api/streams.html">stream-based</a> application development easier.</strong></p>
<p>Build the best tools and the best systems will follow.</p>
Flatiron promotes code organization and sustainability by clearly separating development concerns. Each component works elegantly with or without its counterparts. Many of the components work the same in the browser as they do on the server. This is the motivation behind flatiron. At it's core flatiron is two things:</p>
<p>1) an initiative to build a collection of decoupled tools with the same standard of quality and performance that you would expect from anything built by <a href="http://nodejitsu.com">nodejitsu.</a>
<br/>
<p>2) a full-stack web application development framework which packages these tools together to make <a href="http://blog.nodejitsu.com/scaling-isomorphic-javascript-code">isomorphic</a> and <a href="http://nodejs.org/docs/v0.6.0/api/streams.html">stream-based</a> application development easier.</p>

<h1>inside the framework</h1>
Packaged inside the framework are the basic building blocks for a modern web application.
Expand Down

0 comments on commit 61fb9cb

Please sign in to comment.