This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 52c51a0a9abd00316ee37fe4c842817ea9ce98f1
tree fdd9df9b288082bb33fad66b71b1419a8cad291f
parent e224c988575713cfe8cb401e32cf2bbfc4c5939c
tree fdd9df9b288082bb33fad66b71b1419a8cad291f
parent e224c988575713cfe8cb401e32cf2bbfc4c5939c
hubbub /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 08 04:45:28 -0700 2009 | |
| |
README.textile | Wed Sep 09 12:03:31 -0700 2009 | |
| |
Rakefile | Sat Sep 12 13:12:18 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Wed Oct 21 14:44:52 -0700 2009 | |
| |
doc/ | Mon Aug 17 17:22:44 -0700 2009 | |
| |
public/ | ||
| |
script/ | Mon Aug 17 18:04:35 -0700 2009 | |
| |
test/ | Wed Oct 21 14:44:52 -0700 2009 |
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








