commit 66a56a7e0ca1ab07988b12aab58f64ce3a82d616
parent 4c84899b3ffe11cb76c59a83d2dde21fa274cc9d
Author: Andy Herbert <andy.herbert@gmail.com>
Date: Thu, 21 Nov 2013 20:19:54 +0000
Changed instances of "Ansilove" to "AnsiLove".
Diffstat:
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,6 +1,6 @@
Copyright (C) 2013 Andrew Herbert and Frederic Cambus.
-Ansilove.js™ is a trademark of Frederic Cambus, used with permission.
+AnsiLove.js™ is a trademark of Frederic Cambus, used with permission.
https://github.com/andyherbert/ansilove.js
All rights reserved.
diff --git a/README.md b/README.md
@@ -1,13 +1,13 @@
## Description
-Ansilove.js is a partial rewrite of [ansilove][1] and [AnsiLove-C][2] in the Javascript programming language. Unlike the original projects, Ansilove.js enables artscene related file formats to be displayed directly on a webpage on the client-side, and supports ANSi (.ANS), PCBOARD (.PCB), BiNARY (.BIN), ADF (.ADF), iDF (.IDF), TUNDRA (.TND) and XBiN (.XB) formats.
+AnsiLove.js is a partial rewrite of [ansilove][1] and [AnsiLove-C][2] in the Javascript programming language. Unlike the original projects, AnsiLove.js enables artscene related file formats to be displayed directly on a webpage on the client-side, and supports ANSi (.ANS), PCBOARD (.PCB), BiNARY (.BIN), ADF (.ADF), iDF (.IDF), TUNDRA (.TND) and XBiN (.XB) formats.
-Ansilove.js supports the majority of options found in the original set of tools.
+AnsiLove.js supports the majority of options found in the original set of tools.
[ansilove™][1] is a trademark of Frederic Cambus.
[AnsiLove-C™][2] is a trademark of Stefan Vogt, Brian Cassidy and Frederic Cambus.
-Ansilove.js has been tested on Safari, Firefox, and Chrome. Results may vary widely on Internet Explorer browsers.
+AnsiLove.js has been tested on Safari, Firefox, and Chrome. Results may vary widely on Internet Explorer browsers.
## Features
@@ -197,12 +197,12 @@ It is also possible to retrieve a record for a file without generating an image
## License
-Ansilove is released under a MIT-style license. See `LICENSE` file for details.
+AnsiLove.js is released under a MIT-style license. See `LICENSE` file for details.
## Author
-Ansilove is developed by [Frederic Cambus](http://www.cambus.net)
-Ansilove.js is developed by [Andrew Herbert](http://andyh.org)
+AnsiLove is developed by [Frederic Cambus](http://www.cambus.net)
+AnsiLove.js is developed by [Andrew Herbert](http://andyh.org)
## Resources
diff --git a/example/example_usage.ans b/example/example_usage.ans
@@ -1,4 +1,4 @@
-[0;1;40;37m[?33hAnsilove.[35mrender[0m([32m"cl!-al02.ans"[37m, [1;33mfunction [37m([0mcanvas[1m, [0msauce[1m) {
+[0;1;40;37m[?33hAnsiLove.[35mrender[0m([32m"cl!-al02.ans"[37m, [1;33mfunction [37m([0mcanvas[1m, [0msauce[1m) {
document.[35mgetElementById[37m([0;32m"ansi-container"[1;37m).[35mappendChild[37m([0mcanvas[1m);
[33mconsole[37m.log(sauce);
}, {[0;32m"bits"[1;37m: [0;32m"9"[1;37m});
@@ -6,7 +6,7 @@
[0m// And for producing extremely long files,
// spanning multiple canvas elements by splitting every nth row...
-[0;1;40;37m[?33hAnsilove.[35msplitRender[0m([32m"long_ansi.ans"[37m, [1;33mfunction [37m([0mcanvases[1m, [0msauce[1m) {
+[0;1;40;37m[?33hAnsiLove.[35msplitRender[0m([32m"long_ansi.ans"[37m, [1;33mfunction [37m([0mcanvases[1m, [0msauce[1m) {
canvases.[35mforEach[37m([1;33mfunction [37m([0mcanvas[1m) {
canvas.[35mstyle[37m.[35mverticalAlign [37m= [0;32m"bottom"; [37m// For perfect, gap-less viewing
[1mdocument.[35mgetElementById[37m([0;32m"ansi-container"[1;37m).[35mappendChild[37m([0mcanvas[1m);
@@ -16,7 +16,7 @@
[0m// And for [5mansimations[25m...
-[1;33mvar [1;37mcontroller = [0;1;40;37m[?33hAnsilove.[35manimate[0m([32m"ansimation.ans"[37m, [1;33mfunction [37m([0mcanvas[1m, [0msauce[1m) {
+[1;33mvar [1;37mcontroller = [0;1;40;37m[?33hAnsiLove.[35manimate[0m([32m"ansimation.ans"[37m, [1;33mfunction [37m([0mcanvas[1m, [0msauce[1m) {
document.[35mgetElementById[37m([0;32m"ansi-container"[1;37m).[35mappendChild[37m([0mcanvas[1m);
[33mconsole[37m.log(sauce);
controller.play([31m2800[37m, [33mfunction [1;37m() {