Skip to content

Commit

Permalink
Demo links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Jan 6, 2014
1 parent cc3a4d5 commit 6c4c28c
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ Modules and snippets in pure JavaScript

The project ls is the L-system manager written in pure JavaScript. It allows of designing, plotting, grouping, and persistent client-side storing the deterministic Lindenmayer fractal systems.

[learn more](https://github.com/Amphiluke/pure-js/tree/master/src/l-systems#ls--l-system-manager) | [sources](https://github.com/Amphiluke/pure-js/tree/master/src/l-systems) | [live demo](http://diapeira.1gb.ru/projects/l-systems/ls.html)
[learn more](https://github.com/Amphiluke/pure-js/tree/master/src/l-systems#ls--l-system-manager) | [sources](https://github.com/Amphiluke/pure-js/tree/master/src/l-systems) | [live demo](http://amphiluke.github.io/pure-js/l-systems/ls.html)

---
2. #### [fx-pie-charts](https://github.com/Amphiluke/pure-js/tree/master/src/fx-pie-charts)

fx-pie-charts is the JavaScript module for pie charts plotting.

[learn more](https://github.com/Amphiluke/pure-js/tree/master/src/fx-pie-charts#fx-pie-charts) | [sources](https://github.com/Amphiluke/pure-js/tree/master/src/fx-pie-charts) | [live demo](http://diapeira.1gb.ru/diapeira/pure-js/fx-pie-charts.html)
[learn more](https://github.com/Amphiluke/pure-js/tree/master/src/fx-pie-charts#fx-pie-charts) | [sources](https://github.com/Amphiluke/pure-js/tree/master/src/fx-pie-charts) | [live demo](http://amphiluke.github.io/pure-js/fx-pie-charts/)

---
3. #### [fix-ie-css-limit](https://github.com/Amphiluke/pure-js/tree/master/src/fix-ie-css-limit)

The script fixes the well-known problem in IE, when a number of cascading style sheets per document exceeds 31.

[learn more](https://github.com/Amphiluke/pure-js/tree/master/src/fix-ie-css-limit#fix-ie-css-limit) | [sources](https://github.com/Amphiluke/pure-js/tree/master/src/fix-ie-css-limit) | [live demo](http://diapeira.1gb.ru/diapeira/other/test-fix-ie-css-limit/)
[learn more](https://github.com/Amphiluke/pure-js/tree/master/src/fix-ie-css-limit#fix-ie-css-limit) | [sources](https://github.com/Amphiluke/pure-js/tree/master/src/fix-ie-css-limit) | [live demo](http://amphiluke.github.io/pure-js/fix-ie-css-limit/)

---
4. #### [SLICA](https://github.com/Amphiluke/pure-js/tree/master/src/slica)

A tool with an interactive graphical user interface designed to measure contact angles on solid-liquid interfaces.

[sources](https://github.com/Amphiluke/pure-js/tree/master/src/slica) | [live demo](http://diapeira.1gb.ru/projects/slica/slica.html)
[sources](https://github.com/Amphiluke/pure-js/tree/master/src/slica) | [live demo](http://amphiluke.github.io/pure-js/slica/slica.html)
2 changes: 1 addition & 1 deletion src/fix-ie-css-limit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Of course, this should be done _before_ fix-ie-css-limit executes. After the fix

### Live demo

[Here](http://diapeira.1gb.ru/diapeira/other/test-fix-ie-css-limit/), you may find a demo page using the fix-ie-css-limit (test it with IE versions older than 10).
[Here](http://amphiluke.github.io/pure-js/fix-ie-css-limit/), you may find a demo page using the fix-ie-css-limit (test it with IE versions older than 10).
2 changes: 1 addition & 1 deletion src/fix-ie-css-limit/fix-ie-css-limit-standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* [standalone version: no jQuery required]
*
* https://github.com/Amphiluke/pure-js/tree/master/src/fix-ie-css-limit
* http://diapeira.1gb.ru/diapeira/other/fix-ie-css-limit.html
* http://amphiluke.github.io/pure-js/fix-ie-css-limit/
*
* Attach the script in the HEAD section of the document after all the LINK tags
*/
Expand Down
2 changes: 1 addition & 1 deletion src/fix-ie-css-limit/fix-ie-css-limit-standalone.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* [standalone version: no jQuery required]
*
* https://github.com/Amphiluke/pure-js/tree/master/src/fix-ie-css-limit
* http://diapeira.1gb.ru/diapeira/other/fix-ie-css-limit.html
* http://amphiluke.github.io/pure-js/fix-ie-css-limit/
*
* Attach the script in the HEAD section of the document after all the LINK tags
*/
Expand Down
2 changes: 1 addition & 1 deletion src/fx-pie-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ When used as a jQuery plugin, the `fxPieChart` method may take a function as the

### Live demos

You may find more examples and some demos of use the fx-pie-charts module [here](http://diapeira.1gb.ru/diapeira/pure-js/fx-pie-charts.html).
You may find more examples and some demos of use the fx-pie-charts module [here](http://amphiluke.github.io/pure-js/fx-pie-charts/).
2 changes: 1 addition & 1 deletion src/fx-pie-charts/fx-pie-charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* JavaScript module for pie charts plotting
*
* https://github.com/Amphiluke/pure-js/tree/master/src/fx-pie-charts
* http://diapeira.1gb.ru/diapeira/pure-js/fx-pie-charts.html
* http://amphiluke.github.io/pure-js/fx-pie-charts/
*
* The script may work both as a standalone module and as a jQuery plugin. It automatically detects whether
* jQuery is available and registers the "fxPieChart" method either in $.fn or in global namespace.
Expand Down
2 changes: 1 addition & 1 deletion src/fx-pie-charts/fx-pie-charts.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/l-systems/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ One may group L-systems into custom collections and then store them in the persi

### Live demo

[Here](http://diapeira.1gb.ru/projects/l-systems/ls.html), you may find a live demo.
[Here](http://amphiluke.github.io/pure-js/l-systems/ls.html), you may find a live demo.
1 change: 1 addition & 0 deletions src/l-systems/ls-interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* ls-interface.js (user interface)
*
* https://github.com/Amphiluke/pure-js/blob/master/src/l-systems/ls-interface.js
* http://amphiluke.github.io/pure-js/l-systems/ls.html
*
* Copyright (c) 2012-2014 Amphiluke
*
Expand Down
1 change: 1 addition & 0 deletions src/l-systems/ls.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* ls.js (core and base logic implementation)
*
* https://github.com/Amphiluke/pure-js/blob/master/src/l-systems/ls.js
* http://amphiluke.github.io/pure-js/l-systems/ls.html
*
* Copyright (c) 2012-2014 Amphiluke
*
Expand Down

0 comments on commit 6c4c28c

Please sign in to comment.