Skip to content

Commit cdbf9a9

Browse files
authored
Merge pull request #71 from basiljs/fix/external-urls
fix(broken links): review all links in document
2 parents 3d40e9f + e6d472d commit cdbf9a9

File tree

19 files changed

+623
-87
lines changed

19 files changed

+623
-87
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ _site
33
.jekyll-metadata
44
.DS_Store
55
node_modules
6+
test/report.txt

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DEPENDENCIES
6464
tzinfo-data
6565

6666
RUBY VERSION
67-
ruby 2.3.7p456
67+
ruby 2.4.2p198
6868

6969
BUNDLED WITH
7070
1.16.2

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ exclude:
3737
- .bin/
3838
- lib/
3939
- node_modules/
40+
- test/

about/index.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
2-
author: admin
32
layout: default
4-
originallink: http://basiljs.ch/about/
53
title: about
64
order: 0
75
---
86

9-
![](http://basiljs.ch/wp-content/uploads/2013/01/aboutpage.jpg)
7+
![](/../assets/images/aboutpage.jpg)
108

119
Academy of Art and Design Basel
1210
Visual Communication Institute / The Basel School of Design,
@@ -17,7 +15,7 @@ A project of the [Interaction Seminar](http://web.fhnw.ch/hgk/projekte/interakti
1715
ludwig.zeller -a-t- fhnw.ch
1816

1917
Founders of the basil.js team are: [Ted Davis](http://teddavis.org)[Benedikt Groß](http://benedikt-gross.de) and [Ludwig Zeller](http://ludwigzeller.de)
20-
Fantastic contributors to the project: [Philipp Adrian](http://www.philippadrian.com/), [be:screen GmbH](be:screen,)[Ken Frederick](http://kennethfrederick.de),  [Stefan Landsbek](http://47nord.de), [Timo Rychert](http://timorychert.de) and [Fabian Morón Zirfas](http://fabianmoronzirfas.me)
18+
Fantastic contributors to the project: [Philipp Adrian](http://www.philippadrian.com/), [be:screen GmbH](http://bescreen.de/)[Ken Frederick](http://kennethfrederick.de),  [Stefan Landsbek](http://47nord.de), [Timo Rychert](http://timorychert.de) and [Fabian Morón Zirfas](http://fabianmoronzirfas.me)
2119

2220
It is one of our main goals to expand the methodologies of design and to educate our students in developing a set of individual, unique styles and aesthetics.
2321
While Adobe InDesign on the one hand is offering a valuable set of pre-defined, common solutions for layout and design problems, a programming language on the other hand allows for questioning the set of available methods and for extending it by creating new tools.

assets/files/basiljs-IOM-0.2.pdf

78.4 KB
Binary file not shown.

assets/files/basiljs-cheatsheet.pdf

94.4 KB
Binary file not shown.

assets/images/aboutpage.jpg

75 KB
Loading

assets/releases/basil.js-1.0.10.zip

1.27 MB
Binary file not shown.

download/index.markdown

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
---
2-
author: admin
3-
comments: false
42
date: 2012-11-13 23:35:22+00:00
53
layout: default
6-
originallink: http://basiljs.ch/download/
74
title: download
85
order: 1
96
---
107

118
## Download basil.js
129

1310
The basil.js bundle:
14-
[basil.js-1.0.10-bundle](http://basiljs.ch/wp-content/uploads/2012/11/basil.js-1.0.10.zip)
11+
[basil.js-1.0.10-bundle](/assets/releases/basil.js-1.0.10.zip)
1512

1613
Download the bundle above and follow
17-
the steps in our [installation guide](../tutorials/installation-and-getting-started/) at our tutorials section.
14+
the steps in our [installation guide](/tutorials/01-getting-started) at our tutorials section.
1815

1916
## Cheatsheets and References
2017

2118
The basil.js cheatsheet:
22-
[basiljs-cheatsheet-0.3](http://basiljs.ch/wp-content/uploads/2012/11/basiljs-cheatsheet.pdf)
19+
[basiljs-cheatsheet-0.3](/assets/files/basiljs-cheatsheet.pdf)
2320

2421
The basil.js InDesign Object Model:
25-
[basiljs-IOM-0.2](http://basiljs.ch/wp-content/uploads/2012/11/basiljs-IOM-0.2.pdf)
22+
[basiljs-IOM-0.2](/assets/files/basiljs-IOM-0.2.pdf)
2623

2724
The basil.js b.typo cheatsheet:
28-
[basiljs_b_typo_cheatsheet_v0_2.pdf](http://basiljs.ch/wp-content/uploads/2013/03/basiljs_b_typo_cheatsheet_v0_2.pdf)
25+
[basiljs_b_typo_cheatsheet_v0_2.pdf](/assets/files/basiljs_b_typo_cheatsheet_v0_2.pdf)
2926

3027
## Source code
3128

gallery/index.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
author: admin
33
layout: default
4-
originallink: http://basiljs.ch/gallery/
54
title: gallery
65
order: 6
76
---

0 commit comments

Comments
 (0)