tdreyno / disqusparty forked from norman/disqus

A Ruby library for the Disqus commenting API.

This URL has Read+Write access

tdreyno (author)
Thu May 28 17:03:45 -0700 2009
commit  93bc5e66f8e359dc34d49e623e5a8d54d06bf61c
tree    fc21cacfb1cf94789a46eea0783503b574a8712f
parent  a6bee25987ae3b76c8671f15420a1947038bb4d0
name age message
file .gitignore Sat Jan 17 12:31:07 -0800 2009 Fix up manifest and gemspec to ignore config.ym... [qhoxie]
file MIT-LICENSE Thu May 21 07:50:10 -0700 2009 switch to httparty & jeweler [tdreyno]
file README.rdoc Thu May 21 10:17:11 -0700 2009 rearrange [tdreyno]
file Rakefile Thu May 28 17:03:39 -0700 2009 remove test deps [tdreyno]
file VERSION Thu May 28 17:03:45 -0700 2009 Version bump to 0.0.3 [tdreyno]
directory lib/ Wed May 27 04:44:12 -0700 2009 cleanup [tdreyno]
directory test/ Thu May 21 10:17:11 -0700 2009 rearrange [tdreyno]
README.rdoc

Disqus Ruby Gem

The Disqus Gem helps you easily integrate the Disqus commenting system into your website. It works for any site programmed in Ruby.

What is Disqus?

From the Disqus website:

"Disqus, pronounced "discuss", is a service and tool for web comments and discussions. The Disqus comment system can be plugged into any website, blog, or application. Disqus makes commenting easier and more interactive, while connecting websites and commenters across a thriving discussion community."

"Disqus is a free service to the general public with absolutely no inline advertisements."

Get it

  gem install tdreyno-disqusparty  --source http://gems.github.com

Use it:

Configure it:

Generic example:
  Disqus::defaults[:account] = "my_disqus_account"
  # Optional, only if you're using the API
  Disqus::defaults[:api_key] = "my_disqus_api_key"
Options
  :api_key => "" # your api key
  :account => "", # your disqus account

Work with the Disqus API:

See the Disqus::Api class for more info on the Disqus API. You can also read the Disqus developer info here.

Hack it:

Github repository:

  http://github.com/tdreyno/disqusparty

Learn more about Disqus:

disqus.com

Thanks to the following contributors: