tweak readme [ci skip]

* Drop remaining links to the Github wiki
* Redirect Mailing list links through the wiki
* Update links that are redirects
* enable syntaxhighlighting
This commit is contained in:
Jonne Haß 2013-06-17 17:07:23 +02:00
parent c9e981096c
commit a97bc64b58

View file

@ -18,23 +18,23 @@ With Diaspora you can:
## Quick Start: ## Quick Start:
Here's how you can get a **[development](http://guides.rubyonrails.org/getting_started.html)** environment up and running. This is where any new pod runner should start, as well as people Here's how you can get a **[development](http://guides.rubyonrails.org/getting_started.html)** environment up and running. This is where any new pod runner should start, as well as people
looking to contribute to D*. This script assumes you have [a basic Rails setup installed](http://railsapps.github.com/installing-rails-3-1.html). looking to contribute to D*. This script assumes you have [a basic Rails setup installed](http://railsapps.github.io/installing-rails.html).
### Step 1: Run the script and follow the on screen instructions. ### Step 1: Run the script and follow the on screen instructions.
``` ```bash
bash <(curl https://raw.github.com/diaspora/diaspora/master/script/install.sh) bash <(curl https://raw.github.com/diaspora/diaspora/master/script/install.sh)
``` ```
### Step 2: Run the development server ### Step 2: Run the development server
``` ```bash
rails s rails s
``` ```
then visit 'http://localhost:3000' in your browser. then visit 'http://localhost:3000' in your browser.
### Step 3 (for developers): Run tests ### Step 3 (for developers): Run tests
``` ```bash
rake rake
``` ```
@ -54,8 +54,7 @@ Documentation is available on our [wiki](http://wiki.diasporafoundation.org)
## More Resources: ## More Resources:
- [Wiki](http://wiki.diasporafoundation.org) - [Wiki](http://wiki.diasporafoundation.org)
- [Podmin Resources](https://github.com/diaspora/diaspora/wiki/Podmin-Resources) - [Podmin Resources](http://wiki.diasporafoundation.org/Category:Podmin)
- [Contributing](https://github.com/diaspora/diaspora/wiki/Getting-Started-With-Contributing) - [Contributing](http://wiki.diasporafoundation.org/Getting_Started_With_Contributing)
- [Dev List](https://groups.google.com/forum/?fromgroups#!forum/diaspora-dev) * [Mailing lists](http://wiki.diasporafoundation.org/How_We_Communicate#Mailing_Lists)
- [Discuss List](https://groups.google.com/forum/?fromgroups#!forum/diaspora-discuss)
- [IRC](http://wiki.diasporafoundation.org/How_We_Communicate#IRC) - [IRC](http://wiki.diasporafoundation.org/How_We_Communicate#IRC)