Skip to content

Commit c8a83ec

Browse files
author
Tony Guntharp
committed
Removed features from about messaging
1 parent 90cb909 commit c8a83ec

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

app/views/pages/about.html.erb

-9
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@
3333
<li><a href="https://github.com/kucharo">Greg Kucharo</a></li>
3434
</ul>
3535

36-
<h3>Features</h3>
37-
<ul>
38-
<li>Easy deploy to CloudFoundry, Heroku, dotCloud, etc.</li>
39-
<li>Unlimited channels</li>
40-
<li>Embed formats for images and youtube videos with requests for others (twitter, facebook, g+, etc.)</li>
41-
<li>/me command</li>
42-
<li>Highly extensible plugin format</li>
43-
</ul>
44-
4536
<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>
4637

4738
<p>But before you jump right in there there are a few caveats.</p>

config/initializers/git_revision.rb

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module AppName
2+
REVISION = `git log --pretty=format:'%h' -n 1`
3+
end

0 commit comments

Comments
 (0)