[ANN] OpenlySociable Micro 0.0.1 released!

  • Thread starter Pradeep Elankumaran
  • Start date
P

Pradeep Elankumaran

Note: parts of this message were removed by the gateway to make it a legal Usenet post.

Hello all,

Intridea (http://www.intridea.com) has just released 'OpenlySociable
Micro', which is a clean, simple and concise way of writing OpenSocial
widgets.
It uses Camping and Mongrel to allow developers to write very self-
contained widgets for OpenSocial-enabled websites with none of the
overhead of
a full-on Rails application.

More details are here on the Intridea blog:
http://www.intridea.com/2007/11/9/a...ble-micro-an-opensocial-widget-microframework

Here's what the 'Hello World' widget looks like:

require 'openly_sociable_micro'

OpenSocial.make_app :HelloWorld

module HelloWorld::Controllers
class Index < R '/'
def get
@title = "Hello World"
render :index
end
end
end

module HelloWorld::Views
def index
p "Hello World"
end
end

OpenSocial.start_mongrel :HelloWorld, :port => 3301, :root => "/"


Plans to integrate with Rubyforge are underway.

Thanks,
Pradeep Elankumaran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,888
Messages
2,569,964
Members
46,294
Latest member
HollieYork

Latest Threads

Top