Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
608 changes: 173 additions & 435 deletions content/assets/css/screen.sass

Large diffs are not rendered by default.

Binary file removed content/assets/images/logo.png
Binary file not shown.
12 changes: 12 additions & 0 deletions content/assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions content/credits/funding.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ After that a [fundraiser was started to support full time development of RVM 2.0

There is a [list of awesome people](/credits/donations/) who have donated to the project in early stages.

We also have 'official sponsors':
### We also have 'official sponsors':

- [<img src="/images/linode_logo_gray.png" alt="Linode, LLC" height="55px"/>Linode, LLC](https://www.linode.com)
- [<img src="/images/linode_logo_gray.png" alt="Linode, LLC" class="funding_logo"/>Linode, LLC](https://www.linode.com)
Donates a VPS in order to run RVM's website since end of 2013.

- [<img src="/images/paymill-logo.png" alt="Paymill" height="55px"/>Paymill](https://www.paymill.com)
- [<img src="/images/paymill-logo.png" alt="Paymill" class="funding_logo"/>Paymill](https://www.paymill.com)
Sponsored Michal work in the last two months of 2013.

Previous sponsors:
#### Previous sponsors:

- [<img src="/images/logo-engineyard.png" alt="EngineYard, Inc." height="80px"/>EngineYard, Inc](http://engineyard.com/)
- [<img src="/images/logo-engineyard.png" alt="EngineYard, Inc." class="funding_logo"/>EngineYard, Inc](http://engineyard.com/)
Donated a top of the line MacPro workstation and an MacBookAir for testing RVM.

- [<img src="/images/bbg_logo.png" alt="Blue Box Group, LLC" height="55px"/>Blue Box Group, LLC](http://www.blueboxgrp.com/)
- [<img src="/images/bbg_logo.png" alt="Blue Box Group, LLC" class="funding_logo"/>Blue Box Group, LLC](http://www.blueboxgrp.com/)
Donates a VPS in order to run RVM's website till end of 2013.

- [<img src="/images/nuxos_logo.png" alt="Nuxos Group" height="80px">Nuxos Group](http://nuxos.fr/)
- [<img src="/images/nuxos_logo.png" alt="Nuxos Group" class="funding_logo">Nuxos Group](http://nuxos.fr/)
Donated as an official sponsor of RVM.
85 changes: 39 additions & 46 deletions content/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,47 @@
title: RVM Ruby Version Manager - Documentation
---

.text-center
%h1
Ruby Version Manager (RVM)
%p
RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby
environments from interpreters to sets of gems.

%a{ :href => "http://www.vgcats.com/comics/?strip_id=285" }
%img{ :src => "https://img.skitch.com/20090904-fyqnyu8pcr36ahe91er9x28bhi.png", :alt => "w00t!", :style => "height: 204px" }

%br
%br
%h1.text-center
Cut Rubies with ease!
%h1
Ruby Version Manager (RVM)
%p
RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby
environments from interpreters to sets of gems.

%a{ :href => "http://www.vgcats.com/comics/?strip_id=285" }
%img{ :src => "https://img.skitch.com/20090904-fyqnyu8pcr36ahe91er9x28bhi.png", :alt => "w00t!" }

%ul.square
%li
Install RVM with a Ruby:
= sh_cmd "\\curl -sSL https://get.rvm.io | bash -s stable"
For all in one installation append
%code --rails
or
%code --ruby
or
%code --ruby=1.9.3
%li
for more details visit the
%a{:href => "/rvm/install/"}
installation documentation,
%li
and read about the new
%a{:href => "/rvm/autolibs/"}
autolib features
%li
watch the most accurate (but not official)
%a{:href => "http://screencasts.org/episodes/how-to-use-rvm", :target=>"_blank"}
rvm screencast
,
%li
read the most accurate (but not official)
%a{:href => "http://cheat.errtheblog.com/s/rvm", :target=>"_blank"}
rvm cheat sheet
,
%li
starting with Rails? watch the
%a{:href => "http://railscasts.com/episodes/310-getting-started-with-rails", :target=>"_blank"}
RailsCasts.com on Getting Started with Rails
%h1
Cut Rubies with ease!

%p
Install RVM with a Ruby:
= sh_cmd "\\curl -sSL https://get.rvm.io | bash -s stable"
For all in one installation append
%code --rails
or
%code --ruby
or
%code --ruby=1.9.3
%p
For more details visit the
%a{:href => "/rvm/install/"}
installation documentation.
%p
Read about the new
%a{:href => "/rvm/autolibs/"}
autolib features.
%p
Watch the most accurate (but not official)
%a{:href => "http://screencasts.org/episodes/how-to-use-rvm", :target=>"_blank"}
rvm screencast.
%p
Read the most accurate (but not official)
%a{:href => "http://cheat.errtheblog.com/s/rvm", :target=>"_blank"}
rvm cheat sheet.
%p
Starting with Rails? watch the
%a{:href => "http://railscasts.com/episodes/310-getting-started-with-rails", :target=>"_blank"}
RailsCasts.com on Getting Started with Rails.

%hr
%h2 Community Maintained Project
Expand Down
4 changes: 1 addition & 3 deletions layouts/default.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@

%body

#heaven

#container

=render "shared/header"

#content
%section#content
%a{ :name => "top" }
=yield
%a{ :name => "bottom" }
Expand Down
2 changes: 1 addition & 1 deletion layouts/shared/blog_menu.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
.headline
= link_to 'RVM Documentation Index', '/'
|
= link_to 'RVM Blog', '/blog/', style: "color: red;"
= link_to 'RVM Blog', '/blog/'
%ul
= links_for_articles(:with => :date)
42 changes: 19 additions & 23 deletions layouts/shared/doc_menu.haml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#docindex
%a{:name => "docindex"}
.headline
= link_to 'RVM Documentation Index', '/', style: "color: red;"
%section#docindex
%h2
= link_to 'RVM Documentation Index', '/'
|
= link_to 'RVM Blog', '/blog/'
.column
%section
%a{:href => "/rvm/"} RVM
%ul
%li
Expand All @@ -30,8 +29,8 @@
%li
%a{:href => "/rvm/myths/"} Myths
%li
%a{:href => "/rvm/offline/"} Offline

%a{:href => "/rvm/offline/"} Offline
%section
%a{:href => "/interpreters/"} Interpreters
%ul
%li
Expand All @@ -44,6 +43,7 @@
%a{:href => "/interpreters/maglev/"} MagLev (maglev)
%li
%a{:href => "/interpreters/macruby/"} MacRuby (macruby)
%section
%a{:href => "/rubies/"} Rubies
%ul
%li
Expand All @@ -70,8 +70,7 @@
%a{:href => "/rubies/alias/"} Alias
%li
%a{:href => "/rubies/named/"} Named Rubies

.column
%section
%a{:href => "/gemsets/"} gemsets
%ul
%li
Expand All @@ -98,7 +97,7 @@
%a{:href => "/gemsets/global/"} Global
%li
%a{:href => "/gemsets/ignoring/"} Ignoring

%section
%a{:href => "/set/"} Set Actions
%ul
%li
Expand All @@ -107,7 +106,7 @@
%a{:href => "/set/tests/"} tests
%li
%a{:href => "/set/benchmark/"} benchmark

%section
%a{:href => "/workflow/"} Workflow
%ul
%li
Expand All @@ -134,8 +133,7 @@
%a{:href => "/workflow/screen/"} GNU Screen
%li
%a{:href => "/workflow/chruby/"} chruby

.column
%section
%a{:href => "/integration/"} Integration
%ul
%li
Expand Down Expand Up @@ -182,11 +180,13 @@
%a{:href => "/integration/xterm/"} XTerm
%li
%a{:href => "/integration/konsole/"} Konsole

%section
%a{:href => "/os/"} Operating Systems
%ul
%section
%a{:href => "/packages/"} Packages
%ul
%section
%a{:href => "/deployment/"} Deployment
%ul
%li
Expand All @@ -203,9 +203,7 @@
%a{:href => "/integration/init-d/"} init.d / upstart
%li
%a{:href => "/deployment/best-practices/"} Best Practices

.column

%section
%a{:href => "/presentations/"} Presentations
%ul
%li
Expand All @@ -220,7 +218,7 @@
%a{:href => "http://www.youtube.com/watch?v=gYNht8H24ZQ"} RVM 2: Python Version Manager
%li
%a{:href => "http://thechangelog.com/102/"} Changelog 102 with Michal

%section
%a{:href => "/support/"} Help &amp; Support
%ul
%li
Expand All @@ -231,12 +229,12 @@
%a{:href => "/support/fixing-broken-ssl-certificates/"} Fixing Broken SSL Certificates
%li
%a{:href => "/support/irc/"} IRC

%section
%a{:href => "/qa/"} Quality Assurance
%ul
%li
%a{:href => "/qa/software_testing/"} Software Testing

%section
%a{:href => "/development/"} Development
%ul
%li
Expand All @@ -249,7 +247,7 @@
%a{:href => "/development/contributing/"} Contributing
%li
%a{:href => "/development/debugging/"} Debugging

%section
%a{:href => "/credits/"} Credits
%ul
%li
Expand All @@ -258,5 +256,3 @@
%a{:href => "/credits/donations/"} Donations
%li
%a{:href => "/credits/funding/"} Funding

.clear
44 changes: 21 additions & 23 deletions layouts/shared/footer.haml
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
#footer
#footer-container
&infin;
Copyright
&copy; 2009-2011
%a{:href => "https://github.com/wayneeseguin"} Wayne E. Seguin
&copy; 2011-2014
%a{:href => "https://github.com/mpapis"} Michal Papis
&infin;
Built with
%a{:href => "http://nanoc.ws"} Nanoc
&infin;
Hosted by
%a{:href => "https://www.linode.com"} Linode, LLC
&infin;
Tested By
%a{ :href => "http://www.travis-ci.org/" } Travis CI
%br
%div
%a{ :href => "https://www.linode.com" }
%img{:src => "/images/linode_logo_gray.png", :alt => "Linode, LLC", :height => "50px"}
%a{ :href => "http://www.travis-ci.org/" }
%img{:src => "/images/travis-tested-with.png", :alt => "Travis CI", :height => "50px"}
%footer
&infin;
Copyright
&copy; 2009-2011
%a{:href => "https://github.com/wayneeseguin"} Wayne E. Seguin
&copy; 2011-2014
%a{:href => "https://github.com/mpapis"} Michal Papis
&infin;
Built with
%a{:href => "http://nanoc.ws"} Nanoc
&infin;
Hosted by
%a{:href => "https://www.linode.com"} Linode, LLC
&infin;
Tested By
%a{ :href => "http://www.travis-ci.org/" } Travis CI
%p
%a{ :href => "https://www.linode.com" }
%img{:src => "/images/linode_logo_gray.png", :alt => "Linode, LLC"}
%a{ :href => "http://www.travis-ci.org/" }
%img{:src => "/images/travis-tested-with.png", :alt => "Travis CI"}

%script{:src => "https://www.google.com/jsapi", :type => "text/javascript"}
:javascript
Expand Down
Loading