forked from filipeamoreira/rstat.us
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request hotsh#442 from jordanbyron/oss-ul-fix
Fix ul alignment in Open Source page
- Loading branch information
Showing
3 changed files
with
50 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,51 @@ | ||
:markdown | ||
# Open Source | ||
#open-source | ||
:markdown | ||
# Open Source | ||
|
||
rstat.us is entirely, 100% Open Source, and so is our development stack. | ||
rstat.us is entirely, 100% Open Source, and so is our development stack. | ||
|
||
## rstat.us | ||
## rstat.us | ||
|
||
_rstat.us is_ the website you're looking at. | ||
_rstat.us is_ the website you're looking at. | ||
|
||
- [Website](http://rstat.us) (duh) | ||
- License: [WTFPL](https://github.com/hotsh/rstat.us/raw/be79740ed0f19b3a02e15dbcdbbdb8ca36509819/LICENSE) (essentially public domain) | ||
- [Source Code](https://github.com/hotsh/rstat.us) | ||
- [Website](http://rstat.us) (duh) | ||
- License: [WTFPL](https://github.com/hotsh/rstat.us/raw/be79740ed0f19b3a02e15dbcdbbdb8ca36509819/LICENSE) (essentially public domain) | ||
- [Source Code](https://github.com/hotsh/rstat.us) | ||
|
||
## ruby | ||
## ruby | ||
|
||
_Ruby is_ the programming language that rstat.us is written in. | ||
_Ruby is_ the programming language that rstat.us is written in. | ||
|
||
- [Website](http://ruby-lang.org) | ||
- License: the [Ruby License](http://www.ruby-lang.org/en/LICENSE.txt) | ||
- [Source Code](http://github.com/ruby/ruby) | ||
- [Website](http://ruby-lang.org) | ||
- License: the [Ruby License](http://www.ruby-lang.org/en/LICENSE.txt) | ||
- [Source Code](http://github.com/ruby/ruby) | ||
|
||
## Rails | ||
## Rails | ||
|
||
_Rails is_ the web framework that we use. | ||
_Rails is_ the web framework that we use. | ||
|
||
- [Website](http://rubyonrails.org/) | ||
- License: [MIT](https://github.com/rails/rails/blob/master/README.rdoc) | ||
- [Source Code](https://github.com/rails/rails) | ||
- [Website](http://rubyonrails.org/) | ||
- License: [MIT](https://github.com/rails/rails/blob/master/README.rdoc) | ||
- [Source Code](https://github.com/rails/rails) | ||
|
||
## mongodb | ||
## mongodb | ||
|
||
_MongoDB is_ the database that powers rstat.us. | ||
_MongoDB is_ the database that powers rstat.us. | ||
|
||
- [Website](http://mongodb.org) | ||
- License: [AGPLv3](https://github.com/mongodb/mongo/raw/master/GNU-AGPL-3.0.txt) | ||
- [Source Code](https://github.com/mongodb/mongo) | ||
- [Website](http://mongodb.org) | ||
- License: [AGPLv3](https://github.com/mongodb/mongo/raw/master/GNU-AGPL-3.0.txt) | ||
- [Source Code](https://github.com/mongodb/mongo) | ||
|
||
## ostatus | ||
## ostatus | ||
|
||
_ostatus is_ the protocol we use to send updates. | ||
_ostatus is_ the protocol we use to send updates. | ||
|
||
- [Website](http://ostatus.org) | ||
- [Spec Document](http://ostatus.org/specification) | ||
- [Website](http://ostatus.org) | ||
- [Spec Document](http://ostatus.org/specification) | ||
|
||
## pubsubhubbub | ||
## pubsubhubbub | ||
|
||
_pubsubhubbub is_ a protocol that OStatus builds upon. | ||
_pubsubhubbub is_ a protocol that OStatus builds upon. | ||
|
||
- [Website](http://code.google.com/p/pubsubhubbub/) | ||
- [Spec Document](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html) | ||
- [Website](http://code.google.com/p/pubsubhubbub/) | ||
- [Spec Document](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html) |