Skip to content

Commit

Permalink
Removed features from about messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fusion94 committed Feb 23, 2013
1 parent 90cb909 commit c8a83ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/views/pages/about.html.erb
Expand Up @@ -33,15 +33,6 @@
<li><a href="https://github.com/kucharo">Greg Kucharo</a></li>
</ul>

<h3>Features</h3>
<ul>
<li>Easy deploy to CloudFoundry, Heroku, dotCloud, etc.</li>
<li>Unlimited channels</li>
<li>Embed formats for images and youtube videos with requests for others (twitter, facebook, g+, etc.)</li>
<li>/me command</li>
<li>Highly extensible plugin format</li>
</ul>

<p>Since Kandan is a fully open-source app, we would appreciate if you dive in and start adding features, fixing bugs (what bugs?), and cleaning up the code.</p>

<p>But before you jump right in there there are a few caveats.</p>
Expand Down
3 changes: 3 additions & 0 deletions config/initializers/git_revision.rb
@@ -0,0 +1,3 @@
module AppName
REVISION = `git log --pretty=format:'%h' -n 1`
end

0 comments on commit c8a83ec

Please sign in to comment.