Download

Concepts

Example

Documentation

Plugins

How to

Contribute

Links

Report bugs

Think you found a bug? Got some handy code you think would fit awesomely in the framework? Or do you have what it takes to optimize some important method — or even a whole module — making it more flexible, powerful or speedy? Then prove your JavaScript-fu by contributing to Woozoo!

We welcome any (and all!) of these:

Submitting tickets

The Woozoo core team uses Lighthouse as its issue tracker. You have to register first to open a new ticket, but it only takes a second (and it's free).

Try to keep the title sef-descriptive and concise, but write your heart out in full description box. If you need to include a snippet of JavaScript code in your text, mark it up appropriately, like so:

This line opens a popup every time, which scares me!

@@@ javascript
var scary = 'BOO!'
window.alert(scary)
@@@

Can Woozoo be used to make this less scary? Thank you.
		

Just don't use this feature to paste actual patches; upload them to your ticket as attachments.