[#113,docs][s]: improve download and link from main menu.

This commit is contained in:
Rufus Pollock 2012-07-05 15:33:55 +01:00
parent b3ac590a58
commit 21296aa18c
3 changed files with 23 additions and 10 deletions

View File

@ -28,8 +28,13 @@
<script type="text/javascript" src="{{page.root}}vendor/timeline/20120520/js/timeline.js"></script>
<!--
## Just use the all in one library version rather than individual files
<script type="text/javascript" src="{{page.root}}dist/recline.js"></script>
-->
<!-- model and backends -->
<script type="text/javascript" src="{{page.root}}src/model.js"></script>
<script type="text/javascript" src="{{page.root}}src/backend.memory.js"></script>
<script type="text/javascript" src="{{page.root}}src/backend.dataproxy.js"></script>
@ -37,7 +42,7 @@
<script type="text/javascript" src="{{page.root}}src/backend.elasticsearch.js"></script>
<script type="text/javascript" src="{{page.root}}src/backend.csv.js"></script>
<!-- views and view tests -->
<!-- views -->
<script type="text/javascript" src="{{page.root}}src/view.grid.js"></script>
<script type="text/javascript" src="{{page.root}}src/view.slickgrid.js"></script>
<script type="text/javascript" src="{{page.root}}src/view.transform.js"></script>

View File

@ -50,6 +50,12 @@
</a>
</li>
<li class="divider-vertical"></li>
<li>
<a href="download.html">
<i class="icon-download-alt icon-white"></i>
Download
</a>
</li>
</ul>
<ul class="nav pull-right">
<li>

View File

@ -9,18 +9,20 @@ title: Download
</h1>
</div>
Besides the library itself, the download package contains full source
code, unit tests, external vendor libraries and documentation. The
production files (included the same way as in the code above) are in the
dist folder.
<p><a href="https://github.com/okfn/recline/zipball/master" class="btn">Download Recline v0.5 (master)</a> (in-progress version)</p>
Just want the all-in-one file containing all of Recline library in a single file? Here it is:
Single file containing all of Recline library:
<p><a href="dist/recline.js" class="btn">recline.js all-in-one (master)</a></p>
[View Changelog](https://github.com/okfn/recline#changelog)
Download package: besides the library itself, the download package contains
full source code, unit tests, external vendor libraries and documentation. The
production files (included the same way as in the code above) are in the dist
folder.
<p><a href="https://github.com/okfn/recline/zipball/master" class="btn">Download Recline v0.5 (master)</a> (in-progress version)</p>
### Changelog
[View Changelog on Github](https://github.com/okfn/recline#changelog)
### Dependencies