Skip to content

Commit

Permalink
Prep for 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Miller committed Jan 2, 2012
1 parent 2abba2b commit 7689680
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
Chicago Boss: Build Something Big Chicago Boss: Start small, dream big
================================= ====================================


Chicago Boss is a server framework inspired by Rails and written in Erlang. It Chicago Boss is a server framework inspired by Rails and written in Erlang. It
offers all the conveniences of modern web development, including Comet. What sets offers all the conveniences of modern web development, including Comet. What sets
Expand Down
15 changes: 9 additions & 6 deletions doc-src/boss.css
@@ -1,7 +1,7 @@
body { body {
font-family: Arial; font-family: Arial;
text-align: center; text-align: left;
background-color: #9EC5D3; background-color: white;
} }
div.equation { div.equation {
color: white; color: white;
Expand All @@ -26,17 +26,20 @@ span.bullet {
div.quote { div.quote {
font-style: italic; font-style: italic;
} }
div.code.spec {
margin-top: 30px;
}
div.code { div.code {
padding: 10px; font-family: Courier New; background-color: #CCC; color: black; padding: 10px; font-family: Courier New; background-color: #EEE; color: black;
} }
div.code span.attr { div.code span.attr {
color: #00FF1A; color: #00991A;
} }
div.code span.string { div.code span.string {
color: #F017FF; color: #F017FF;
} }
div.code span.function { div.code span.function {
color: #00DBFF; color: #007799;
} }
div.code span.bracket { div.code span.bracket {
color: #00DBFF; color: #00DBFF;
Expand All @@ -61,7 +64,7 @@ div.code span.comment {
color: #1249DB; color: #1249DB;
} }
div.code span.atom { div.code span.atom {
color: #00FF1A; color: #00991A;
} }
div.nav { div.nav {
clear: both; clear: both;
Expand Down
2 changes: 1 addition & 1 deletion src/boss.app.src
@@ -1,7 +1,7 @@
{application, boss, {application, boss,
[ [
{description, "Chicago Boss web framework"}, {description, "Chicago Boss web framework"},
{vsn, "0.6.9"}, {vsn, "0.6.10"},
{registered, [ {registered, [
boss_cache, boss_cache_sup, boss_cache, boss_cache_sup,
boss_db, boss_db_sup, boss_db, boss_db_sup,
Expand Down

0 comments on commit 7689680

Please sign in to comment.