From edd25e01a83f358ddc983c1369bd5b4501dd23ba Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 10 Apr 2013 21:47:45 -0700 Subject: [PATCH] rename expertise to "built with" and move it up --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 364925047..b4f551f8c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,17 @@ Discourse is built for the *next* 10 years of the Internet, so our requirements - iOS 5+ - Android 4.0+ +## Built With + +Discourse is built from the following open source components: + +- [Ruby on Rails](https://github.com/rails/rails) - Our back end API is a Rails app. It responds to requests RESTfully and responds in JSON. +- [Ember.js](https://github.com/emberjs/ember.js) - Our front end is an Ember.js app that communicates with the Rails API. +- [PostgreSQL](http://www.postgresql.org/) - Our main data store is in Postgres. +- [Redis](http://redis.io/) - We use Redis for our job queue, rate limiting, as a cache and for transient data. + +Plus *lots* of Ruby Gems, a complete list of which is at [**SOFTWARE.MD**](https://github.com/discourse/discourse/blob/master/docs/SOFTWARE.md). + ## Contributing [![Build Status](https://travis-ci.org/discourse/discourse.png)](https://travis-ci.org/discourse/discourse) @@ -76,17 +87,6 @@ We look forward to seeing your cool stuff! Before contacting us for help, please review our [Troubleshooting Guide](https://github.com/discourse/discourse/blob/master/docs/TROUBLESHOOTING.md). -## Expertise - -Discourse is built from the following open source components: - -- [Ruby on Rails](https://github.com/rails/rails) - Our back end API is a Rails app. It responds to requests RESTfully and responds in JSON. -- [Ember.js](https://github.com/emberjs/ember.js) - Our front end is an Ember.js app that communicates with the Rails API. -- [PostgreSQL](http://www.postgresql.org/) - Our main data store is in Postgres. -- [Redis](http://redis.io/) - We use Redis for our job queue, rate limiting, as a cache and for transient data. - -Plus *lots* of Ruby Gems, a complete list of which is at [**SOFTWARE.MD**](https://github.com/discourse/discourse/blob/master/docs/SOFTWARE.md). - ## The Discourse Team The original Discourse code contributors can be found in [**AUTHORS.MD**](https://github.com/discourse/discourse/blob/master/docs/AUTHORS.md). For a complete list of the many individuals that contributed to the design and implementation of Discourse, please refer to [the official Discourse blog](http://blog.discourse.org/2013/02/the-discourse-team/) and [GitHub's list of contributors](https://github.com/discourse/discourse/contributors).