From 796d784dd86711c961fabf4328d2634a562961da Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 18 Apr 2012 14:13:58 +0200 Subject: [PATCH] fix pan.do/ra link --- readme/html/_about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme/html/_about.html b/readme/html/_about.html index 5fee8016..4d405a85 100644 --- a/readme/html/_about.html +++ b/readme/html/_about.html @@ -2,7 +2,7 @@

TL;DR: OxJS will be out soon. But it already works. See it in action!

-

OxJS (pronounced oh-ex-jay-ess) is a new JavaScript library. It was originially developed as part of pan.do/ra, and is currently awaiting its first proper release. While it still has bugs, holes, design errors and lots of cruft, some parts of it may already be useful for a more general audience.

+

OxJS (pronounced oh-ex-jay-ess) is a new JavaScript library. It was originially developed as part of pan.do/ra, and is currently awaiting its first proper release. While it still has bugs, holes, design errors and lots of cruft, some parts of it may already be useful for a more general audience.

The core of OxJS is Ox.js, a general-purpose utility library (think underscore.js, but quite different). It provides lots of tools for dealing with dates, has all the missing Math functions (plus some for geographic coordinates), methods like range or sub for those who like Python (and even some options for those who never want to write a for loop again), can tokenize and minify JavaScript, comes with its own documentation format, including inline tests, and can do about 23 other cool things.

@@ -10,4 +10,4 @@

Among the other modules, Ox.Unicode helps with sorting, Ox.Image can do steganography, and Ox.Geo is great if you're dealing with geographical data (or want to use a really nice set of flag icons).

-

Finally, there is a small but growing number of articles and tutorials, and extensive documentation (which, needless to say, may still be incomplete, and sometimes even incorrect). If you want to get involved, file bugs, submit patches or give any other kind of feedback, please head over to the development section.

\ No newline at end of file +

Finally, there is a small but growing number of articles and tutorials, and extensive documentation (which, needless to say, may still be incomplete, and sometimes even incorrect). If you want to get involved, file bugs, submit patches or give any other kind of feedback, please head over to the development section.