public
Fork of cbartlett/philly.rb
Description: The Philly.rb website
Homepage: http://phillyrb.org
Clone URL: git://github.com/matschaffer/philly.rb.git
name age message
file .gitignore Wed Jul 23 03:36:04 -0700 2008 ignoring databases [cbartlett]
file Capfile Tue Aug 19 06:52:53 -0700 2008 capification stuff [cbartlett]
file README Loading commit data...
file Rakefile Sat Jul 19 12:35:06 -0700 2008 Initial commit [cbartlett]
directory app/
directory config/ Tue Jan 20 03:28:34 -0800 2009 updated repo name in deploy.rb [cbartlett]
directory db/ Wed Jul 23 03:36:04 -0700 2008 ignoring databases [cbartlett]
directory doc/ Sat Jul 19 12:35:06 -0700 2008 Initial commit [cbartlett]
directory public/
directory script/ Sun Jul 20 06:51:15 -0700 2008 initial install of rspec [cbartlett]
directory spec/ Wed Jul 23 04:16:12 -0700 2008 made the events page look all nice and stuff [cbartlett]
directory stories/ Sun Jul 20 06:51:15 -0700 2008 initial install of rspec [cbartlett]
directory test/ Sun Jul 20 06:34:49 -0700 2008 admin setup [cbartlett]
directory vendor/ Tue Jul 29 16:10:11 -0700 2008 Adding integration with ThoughtBot's HopToad se... [cbartlett]
README
== phillyrb.org

This is the software that runs phillyrb.org, the homepage for Philly.rb,
the Philadelphia-area Ruby enthusiast's user group.

The site was created by Colin A. Bartlett (colin at kineticweb dot com) and can be
forked and modified by anyone for any purpose. Send cbartlett a pull request if
you want to contribute back.

== Feature Requests

Feel free to add items to this list that you think should be completed:

* Automated Twitter notifications
** 7 days, 2 days, 1 day, and 1 hr before events?
* Add hCalendar microformats site-wide
* Make the Resources page wiki-like
* Make a Copy button on events in the Admin
* Add a way to auto-create recurring events
* Some kind of photo gallery for event pics

== License

MIT license is the only way to go in my book:

Copyright (c) 2008 Kinetic Web Solutions, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.