Skip to content

Commit

Permalink
refactor website top page
Browse files Browse the repository at this point in the history
  • Loading branch information
kwatch committed Feb 19, 2012
1 parent 6a219e0 commit dd00fd7
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions website/htdocs/index.html.pyt
Expand Up @@ -15,6 +15,18 @@
</div>


<div class="post" id="Features">
<h2 class="title"><a href="#Features">Features</a></h2>
<ul class="simple">
<li>Switches language versions by modifying $PATH environment variable.</li>
<li>Supports any programming languages such as Ruby, Python, Node.js, and
so on. You don't have to change switcher tool for each language.</li>
</ul>
<p>VersionSwitch requires Bash or Zsh on Unix-like system or Mac OS X.</p>
<p>See <a href="/document.html#Installation">document</a> for installation.</p>
</div>


<div class="post" id="Example">
<h2 class="title"><a href="#Example">Example</a></h2>
<pre class="terminal">
Expand All @@ -26,6 +38,7 @@
[bash]$ bash install.sh # or zsh install.sh if you are a zsh user
[bash]$ bash # restart bash or zsh to enable settings
[bash]$ export VS_HOME=$HOME/lang

###
### install python, ruby, node, and so on
###
Expand All @@ -44,6 +57,7 @@
3.2.0
[bash]$ <strong>vs</strong> # list language names installed
python # /home/yourname/lang/python

###
### switch version
###
Expand All @@ -65,18 +79,6 @@ python # /home/yourname/lang/python
</div>


<div class="post" id="Features">
<h2 class="title"><a href="#Features">Features</a></h2>
<ul class="simple">
<li>Switch language version by modifying $PATH environment variable.</li>
<li>Supports any programming languages such as Ruby, Python, Node.js, and
so on (you don't have to change switcher tool for each language).</li>
</ul>
<p>VersionSwitch requires Bash or Zsh on Unix-like system or Mac OS X.</p>
<p>See <a href="/document.html#Installation">document</a> for installation.</p>
</div>


<div class="post" id="License">
<h2 class="title"><a href="#License">License</a></h2>
<ul>
Expand Down

0 comments on commit dd00fd7

Please sign in to comment.