mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Add a community section with info about the mailing list and irc channel
This commit is contained in:
parent
4c02878d16
commit
e6c5471aa7
1 changed files with 17 additions and 0 deletions
17
README.rdoc
17
README.rdoc
|
@ -474,3 +474,20 @@ at the top of your sinatra_app.rb file:
|
|||
get '/about' do
|
||||
"I'm running on Version " + Sinatra::Version.combined
|
||||
end
|
||||
|
||||
= Community
|
||||
|
||||
== Mailing List
|
||||
|
||||
http://groups.google.com/group/sinatrarb
|
||||
|
||||
If you have a problem or question, please make sure to include all the relevant
|
||||
information in your mail, like the Sinatra version you're using, what version of Ruby
|
||||
you have, and so on.
|
||||
|
||||
== IRC Channel
|
||||
|
||||
You can find us on the Freenode network in the channel #sinatra (irc://chat.freenode.net/#sinatra)
|
||||
|
||||
There's usually someone online at any given time, but since we cannot pay attention to the
|
||||
channel all the time, so please stick around for a while after asking a question.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue