Skip to content

Commit

Permalink
Convert to Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 1, 2011
1 parent e9cdf99 commit 4e170ee
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 38 deletions.
55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# RubyGems.org (née Gemcutter)
The Ruby community's gem host.

## Purpose

* Provide a better API for dealing with gems
* Create more transparent and accessible project pages
* Enable the community to improve and enhance the site

## Links

* [Mailing List][]
* [FAQ][]
* [IRC][]: #gemcutter on Freenode
* [CI][]: ![Build Status](https://secure.travis-ci.org/rubygems/rubygems.org)
* [Gemnasium][]: ![Dependency Status](https://gemnasium.com/rubygems/rubygems.org)

[mailing list]: http://groups.google.com/group/gemcutter
[faq]: http://help.rubygems.org/kb/gemcutter/faq
[irc]: http://webchat.freenode.net/?channels=gemcutter
[ci]: http://travis-ci.org/rubygems/rubygems.org
[gemnasium]: https://gemnasium.com/codeforamerica/adopt-a-hydrant

## Contributions

Please read up on the [GitHub Wiki][wiki] for the latest contribution
guidelines.

[wiki]: http://wiki.github.com/rubygems/rubygems.org/contribution-guidelines

To get setup, please check out the [Development Setup][] page on the wiki. It's
on the wiki so anyone can edit it, so please fix it if you have trouble getting
set up!

[development setup]: https://github.com/rubygems/rubygems.org/wiki/Development-Setup

Our deployment process is documented on the wiki as well, there's a multi-step
[Checklist][] to run through.

[checklist]: https://github.com/rubygems/rubygems.org/wiki/Deployment

## Organization

RubyGems.org consists of a few major parts:

* Rails app: To manage users and allow others to view gems, etc.
* Sinatra app (Hostess): the gem server
* Gem processor: Handles incoming gems and storing them in S3 (production) or
on the filesystem in `server/` (development).

## License

RubyGems.org uses the MIT license. Please check the [LICENSE][] file for more details.

[license]: https://github.com/rubygems/rubygems.org/blob/master/MIT-LICENSE
38 changes: 0 additions & 38 deletions README.textile

This file was deleted.

0 comments on commit 4e170ee

Please sign in to comment.