My favorites | Sign in
Project Home Downloads Issues Source
Project Information
Members
Featured
Downloads
Links

Ojay: a developer-friendly wrapper for the Yahoo! User Interface library

Copyright (c) 2007-08 the OTHER media Limited, written by James Coglan.

http://ojay.othermedia.org

INTRODUCTION

Ojay is a JavaScript programming interface that wraps the Yahoo! User Interface library. It aims to make code easier to read and write, by allowing more sentence-like OO syntax and minimizing repetition.

Further information and docs are available on the Ojay site: http://ojay.othermedia.org

HELP? FEEDBACK?

Leave a message in the discussion group: http://groups.google.com/group/ojay-talk/

DEVELOPMENT

If you're checking this code out from the repository, you'll need to build the library from the source files (contained in the /source directory). To do this, you'll need Ruby installed. You can get Ruby for any platform from their web site:

http://www.ruby-lang.org/en/downloads/

You'll also need the Jake gem to generate build files, and the staticmatic gem to view the doc site and run tests.

gem install jake
gem install staticmatic

Once you've got Ruby installed, open a command prompt in the root directory (one level up from /source) and type 'jake'. That command will combine and compress the source files and place them in the /build directory. Note that you must build the library from within the Subversion working copy, as the build process uses SVN to extract version information.

To start a server for the docs/test site, type

staticmatic preview site

The site is then available at http://localhost:3030, and the test suite at http://localhost:3030/test/

Powered by Google Project Hosting