Download docs clarification.
This commit is contained in:
parent
f905dc7ed7
commit
7820629e18
34
index.html
34
index.html
@ -14,14 +14,14 @@ describe("Jasmine", function() {
|
|||||||
|
|
||||||
<h2>Documentation</h2>
|
<h2>Documentation</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="user-guide.html">User Guide</a></li>
|
<li><a href="user-guide.html"><b>User Guide</b></a></li>
|
||||||
<li><a href="jsdoc/index.html">API Documentation</a></li>
|
|
||||||
<li><a href="release-notes.html">Release Notes</a></li>
|
<li><a href="release-notes.html">Release Notes</a></li>
|
||||||
<li><a href="http://github.com/pivotal/jasmine#README">Developer Guide</a></li>
|
<li><a href="jsdoc/index.html">API Documentation</a></li>
|
||||||
|
<li><a href="http://github.com/pivotal/jasmine#README">Contributor Guide</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2>Download</h2>
|
<h2>Download</h2>
|
||||||
<p>
|
<h4>For pure JavaScript projects:</h4>
|
||||||
<!-- START_DOWNLOADS -->
|
<!-- START_DOWNLOADS -->
|
||||||
<table>
|
<table>
|
||||||
<tr><th></th><th>Version</th><th>Size</th><th>Date</th><th>SHA1</th></tr>
|
<tr><th></th><th>Version</th><th>Size</th><th>Date</th><th>SHA1</th></tr>
|
||||||
@ -32,15 +32,17 @@ describe("Jasmine", function() {
|
|||||||
<td class="sha">26998c7ca047e47f84c382a4efeb1dc5cb8661a6</td>
|
<td class="sha">26998c7ca047e47f84c382a4efeb1dc5cb8661a6</td>
|
||||||
</table>
|
</table>
|
||||||
<!-- END_DOWNLOADS -->
|
<!-- END_DOWNLOADS -->
|
||||||
</p>
|
|
||||||
|
|
||||||
<h4>Ruby integration: <a href="http://github.com/pivotal/jasmine-gem">[more info]</a></h4>
|
<h4>For Rails integration:</h4>
|
||||||
<pre>gem install jasmine</pre>
|
<pre>
|
||||||
|
> gem install jasmine
|
||||||
|
> script/generate jasmine
|
||||||
|
> rake spec
|
||||||
|
</pre>
|
||||||
|
|
||||||
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
|
For more details on integration with various flavors of Ruby and Rails see <a href="http://github.com/pivotal/jasmine-gem">Jasmine Gem</a>.
|
||||||
by running:
|
|
||||||
<pre>$ git clone git://github.com/pivotal/jasmine</pre>
|
<h4><i>More environment integrations on the way!</i></h4>
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Support</h2>
|
<h2>Support</h2>
|
||||||
|
|
||||||
@ -49,9 +51,9 @@ describe("Jasmine", function() {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Discussion: <a href="http://groups.google.com/group/jasmine-js">http://groups.google.com/group/jasmine-js</a>
|
<b>Discussion:</b> <a href="http://groups.google.com/group/jasmine-js">http://groups.google.com/group/jasmine-js</a>
|
||||||
<br/>Group email: <a href="mailto:jasmine-js@googlegroups.com">jasmine-js@googlegroups.com</a>
|
<br/><b>Group email:</b> <a href="mailto:jasmine-js@googlegroups.com">jasmine-js@googlegroups.com</a>
|
||||||
<br/>Current build status of Jasmine is visible at <a href="http://ci.pivotallabs.com/">ci.pivotallabs.com</a>
|
<br/><b>Current build status</b> of Jasmine is visible at <a href="http://ci.pivotallabs.com/">ci.pivotallabs.com</a>
|
||||||
<br/>Pivotal Tracker project: <a href="http://www.pivotaltracker.com/projects/10606">http://www.pivotaltracker.com/projects/10606</a>
|
<br/><b>Pivotal Tracker project:</b> <a href="http://www.pivotaltracker.com/projects/10606">http://www.pivotaltracker.com/projects/10606</a>
|
||||||
<br/>Twitter: <a href="http://twitter.com/JasmineBDD">@JasmineBDD</a>
|
<br/><b>Twitter:</b> <a href="http://twitter.com/JasmineBDD">@JasmineBDD</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -8,7 +8,7 @@ Quick Start
|
|||||||
----------
|
----------
|
||||||
|
|
||||||
#### For JavaScript-only projects:
|
#### For JavaScript-only projects:
|
||||||
1. Get the latest release from the [downloads page](index.html).
|
1. Get the latest standalone release from the [downloads page](index.html).
|
||||||
2. Open `SpecRunner.html` in your favorite browser.
|
2. Open `SpecRunner.html` in your favorite browser.
|
||||||
|
|
||||||
#### Other distributions:
|
#### Other distributions:
|
||||||
|
Loading…
Reference in New Issue
Block a user