Skip to content
evan magoni edited this page May 27, 2014 · 6 revisions

This documentation is outdated and in need of review.

Frequently Asked Questions

How do I get support?

We've tried to make the documentation in the wiki as thorough as possible. The Usage instructions, Installation, Process, Code documentation and Development notes pages all attempt to provide relevant instructions or explanations. If you have a problem that isn't solved by looking in the documentation, then feel free to submit an issue to the issue tracker.

What if I find a bug?

Please submit it as an issue to the issue tracker. Screenshots, reproduction steps, and/or a description of the environment (browser, operating system, etc), if relevant, would be helpful as well.

How can I contribute?

We welcome contributions! If you want to hack away at Diva, the easiest way to do this is:

  1. Fork our repository.
  2. Read our documentation to get familiar with what's going on.
  3. Hack away at your local repo. (Hint: if you don't know what you want to do, take a look at our outstanding issues.)
  4. When you think you're ready, send us a pull request. We'll check over your code, and then merge it in.

What browsers and platforms are supported?

diva.js has been tested on Chrome, Safari, Opera, and Firefox, on Mac OS X, Ubuntu 10.10, Windows XP and the iPad. It does not currently work on any version of Internet Explorer. This is something we are working on.

Why jQuery?

It's lightweight, is very well-documented and is much more fun to work with than pure Javascript.

Clone this wiki locally