Skip to content

Commit 4b4c687

Browse files
author
Fabian Morón Zirfas
committed
feature: add changelog
1 parent 2aa757b commit 4b4c687

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

_source/download/index.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
date: 2012-11-13 23:35:22+00:00
3+
layout: default
4+
title: download
5+
order: 1
6+
---
7+
8+
9+
# Downloads
10+
11+
## Download basil.js
12+
13+
The basil.js latest stable release:
14+
[basil.js relase on GitHub](https://github.com/basiljs/basil.js/releases/latest)
15+
16+
Download the bundle above and follow
17+
the steps in our [installation guide](/tutorials/01-getting-started) at our tutorials section.
18+
19+
## Cheatsheets and References
20+
21+
The basil.js cheatsheet:
22+
[basiljs-cheatsheet-0.3](/assets/files/basiljs-cheatsheet.pdf)
23+
24+
The basil.js InDesign Object Model:
25+
[basiljs-IOM-0.2](/assets/files/basiljs-IOM-0.2.pdf)
26+
27+
The basil.js b.typo cheatsheet:
28+
[basiljs_b_typo_cheatsheet_v0_2.pdf](/assets/files/basiljs_b_typo_cheatsheet_v0_2.pdf)
29+
30+
## Source code
31+
32+
Please note that basil.js is provided as open-source under the [MIT License](http://opensource.org/licenses/MIT).
33+
34+
Designers and developers who are interested in the "bleeding edge"
35+
are welcome to use our Git repository at [https://github.com/basiljs/basil.js](https://github.com/basiljs/basil.js) (develop branch)
36+
37+
Deprecated basil.js versions can still be downloaded from Github:
38+
[https://github.com/basiljs/basil.js/tags](https://github.com/basiljs/basil.js/tags)
39+
40+
Please contact us [on GitHub](https://github.com/basiljs/basil.js/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) for pull and feature requests.
41+
42+
## Change log
43+
44+
<pre class="changelog">
45+
{%- include changelog.txt -%}
46+
</pre>

0 commit comments

Comments
 (0)