A platform for community discussion. Free, open, simple.
Go to file
Robin Ward 45c4382cce Merge pull request #408 from ikbear/fix_zh_CN_translation_error
Add some zh_CN translation
2013-03-10 08:14:53 -07:00
app requiring is mega expensive, lets not do it every request. 2013-03-10 07:14:52 -07:00
chef remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
config Merge pull request #408 from ikbear/fix_zh_CN_translation_error 2013-03-10 08:14:53 -07:00
db Cleaned up TopicUserSpec, introduces clearing of pinned topics 2013-03-07 12:19:25 -05:00
dbs Remove export images from repo until import handles db migrations better 2013-02-10 12:25:25 -05:00
docs Add a warning about bundle update to TROUBLESHOOTING.md 2013-03-07 16:20:09 -05:00
images Saved ~46KB through image optimization. 2013-02-28 10:58:12 -05:00
lib Version bump to 0.8.3 2013-03-08 16:51:22 -05:00
log Initial release of Discourse 2013-02-05 14:16:51 -05:00
public Fix jquery in the github commits widget 2013-03-07 15:54:24 -05:00
script 'pseudo' locale files for testing/development + script to generate these files 2013-02-23 11:38:27 +01:00
spec Add stats to the admin dashboard 2013-03-09 15:34:27 -05:00
vendor messagebus diagnostics process path on Mac OS 2013-03-08 16:46:23 +01:00
.autotest Initial release of Discourse 2013-02-05 14:16:51 -05:00
.gitattributes Initial release of Discourse 2013-02-05 14:16:51 -05:00
.gitignore added secret token warning in prd 2013-02-18 17:34:43 +11:00
.procfile.sample Added foreman procfile 2013-02-14 08:26:41 -05:00
.rspec Initial release of Discourse 2013-02-05 14:16:51 -05:00
.travis.yml Don't install development group gems in Travis 2013-03-06 12:36:19 +00:00
COPYRIGHT.txt Initial release of Discourse 2013-02-05 14:16:51 -05:00
Gemfile add fast xor, we need really fast xor to keep our password function honest. 2013-03-08 05:54:40 -08:00
Gemfile.lock add fast xor, we need really fast xor to keep our password function honest. 2013-03-08 05:54:40 -08:00
Guardfile formatted some tests 2013-02-27 03:18:23 +01:00
LICENSE.txt Initial release of Discourse 2013-02-05 14:16:51 -05:00
Procfile Added foreman procfile 2013-02-14 08:26:41 -05:00
README.md typo fixes in docs 2013-03-05 00:06:50 +01:00
Rakefile Initial release of Discourse 2013-02-05 14:16:51 -05:00
Vagrantfile updated sublime-project & vagrant file 2013-02-26 23:12:31 +01:00
adminjs Initial release of Discourse 2013-02-05 14:16:51 -05:00
config.ru Initial release of Discourse 2013-02-05 14:16:51 -05:00
jsapp Initial release of Discourse 2013-02-05 14:16:51 -05:00
sublime-project updated sublime-project settings 2013-03-01 15:23:10 +01:00

README.md

Logo

Discourse is the 100% open source, next-generation discussion platform built for the next decade of the Internet.

Whenever you need ...

  • a mailing list
  • a forum to discuss something
  • a chat room where you can type paragraphs

... consider Discourse.

Getting Started

If you're interested in helping us develop Discourse, please start with our Discourse Vagrant Developer Guide, which includes instructions to get up and running in a development environment using a virtual machine. It's the easiest way to hack on Discourse!

If you're familiar with how Rails works and are comfortable setting up your own environment, use our Discourse Advanced Developer Guide.

Before you get started, ensure you have the following minimum versions: Ruby 1.9.3+, PostgreSQL 9.1+, Redis 2.6+. And if you're having trouble, please see our TROUBLESHOOTING GUIDE first!

Vision

Discourse is a Civilized Discourse Construction Kit, an 100% open-source discussion platform that is free for everyone to use and contribute to -- forever. Our key mission goals:

  • A flattened, endlessly scrolling discussion, avoiding the awkwardness of traditionally threaded and paginated discussion, while allowing replies to be expanded in place for additional context.

  • A user trust system that grants users additional rights to assist in moderating the forum as they participate in good faith over time. The goal is for the forum to be nearly self-moderating in the absence of any formal moderators, although excellent moderators accelerate the process greatly.

  • An advanced JavaScript app which runs in modern browsers and works identically on desktop and tablet, without the need for a native app.

  • A contemporary, robust technology stack, free of legacy PHP and MySQL constraints limiting developers and administrators.

The Discourse team wishes to foster an active community of contributors, all of whom commit to delivering this continued vision, ensuring that free, unfettered online discussion can grow and thrive in an Internet age dominated by micro-blogging, and diminishing attention spans. Online discussion belongs to all of us, not just huge corporate websites.

This vision translates to the following functional commitments:

  1. Support only modern browsers on the desktop:
  • Internet Explorer 9.0 (may not be fully functional), 10.0+
  • Firefox 16+
  • Google Chrome 23+
  • Safari 5+
  1. Support the latest generation of tablets, 7" or larger
  • iPad 2+
  • Android 4.1+
  • Windows 8
  1. Deliver support for the latest generation of small screen mobile/smartphones as soon as possible:
  • Windows Phone 8
  • iOS 5+
  • Android 4.0+

Contributing

Build Status Code Climate

Discourse is 100% free and open-source. We encourage and support an active, healthy community that accepts contributions from the public, and we'd like you to be a part of that community.

Before contributing to Discourse, please:

  1. Review the VISION statement, to confirm that you understand the needs of the team and the focus of the project,
  2. Read and sign the Electronic Discourse Forums Contribution License Agreement, to confirm you've read and acknowledged the legal aspects of your contributions, and
  3. Dig into CONTRIBUTING.MD, which houses all of the necessary info to:
    • submit bugs,
    • request new features, and
    • step you through the entire process of preparing your code for a Pull Request.
  4. Not sure what to work on? We've got some ideas!

We look forward to seeing your cool stuff!

Having Problems getting set up?

Before contacting us for help, please review our Troubleshooting Guide.

Expertise

Discourse is built from the following open source components:

  • Ruby on Rails - Our back end API is a Rails app. It responds to requests RESTfully and responds in JSON.
  • Ember.js - Our front end is an Ember.js app that communicates with the Rails API.
  • PostgreSQL - Our main data store is in Postgres.
  • Redis - 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.

Versioning

Discourse implements the Semantic Versioning guidelines. Releases will be numbered with the following format:

<major>.<minor>.<patch>

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

The Discourse Team

The original Discourse code contributors can be found in 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 website.

Copyright 2013 Civilized Discourse Construction Kit, Inc.

Licensed under the GNU General Public License Version 2.0 (or later); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Discourse logo and “Discourse Forum” ®, Civilized Discourse Construction Kit, Inc.

Dedication

Discourse is built with love, Internet style.