public
Description: An enthusiasts group website creator based on Meetup.
Homepage: github.com/jdpace/hubbub
Clone URL: git://github.com/jdpace/hubbub.git
Wed Nov 04 17:20:52 -0800 2009
jdpace (committer)
Wed Nov 04 20:41:36 -0800 2009
hubbub /
name age message
file .gitignore Thu Oct 08 04:45:28 -0700 2009 Merge in Invalidusrname's change [jdpace]
file README.textile Wed Sep 09 12:03:31 -0700 2009 Update the readme with more indepth features. [jdpace]
file Rakefile Sat Sep 12 13:12:18 -0700 2009 Don't freak out if Vlad is not installed. [jdpace]
directory app/ Wed Nov 04 20:41:36 -0800 2009 Add Twitter Oauth integration [invalidusrname]
directory config/ Wed Nov 04 20:41:36 -0800 2009 Add Twitter Oauth integration [invalidusrname]
directory db/ Wed Oct 21 14:44:52 -0700 2009 Add an admin interface for dealing with posts [jdpace]
directory doc/ Mon Aug 17 17:22:44 -0700 2009 Initial Commit of Hubbub [jdpace]
directory public/ Wed Nov 04 20:41:36 -0800 2009 Add Twitter Oauth integration [invalidusrname]
directory script/ Mon Aug 17 18:04:35 -0700 2009 rake rails:update 3.0.pre [jdpace]
directory test/ Wed Oct 21 14:44:52 -0700 2009 Add an admin interface for dealing with posts [jdpace]
directory vendor/ Wed Nov 04 16:39:32 -0800 2009 Vendor gems to make deploys simpler [jdpace]
README.textile

Hubbub

Custom website framework centered around Meetup.com

Features

Simple CMS

  • simple content driven cms using textile/markdown
  • pages will be accessible via /pages/:permalink

Meetup.com Integration

  • view upcoming events
  • view group members
  • Users will authorize via OAuth so that they can RSVP

Group Blog

  • Members can publish articles
  • Group specific posts or presentation slides
  • Posts should allow comments
  • Comments should eventually be checked against akismet or similar

Aggregated Blog

  • Users will provide rss feeds of their blog
  • All blogs will be aggregated and show the user whose feed is associated
  • Aggregated blogs won’t allow comments
  • latest blog posts will show up on users profile page
  • A delayed job will run periodically to fecth new posts

Twitter Integration

  • Members will provide twitter access via OAuth
  • Tweets will be aggregated for the members as a whole
  • Possibly aggregate twitter searches for certain hash tags ie. #cltrb
  • Latest tweets will show up on a users profile page
  • A delayed job will run periodically to fetch new tweets

Github integration

  • Show users commit activity – gives an idea how active our group is
  • Host dedicated group projects – maybe started during hack nights

User Profile pages

  • User profile pages that give move info on users
  • Tweets
  • Blog posts
  • Meetups attended
  • Github projects

Possible Features