This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Developing locally in Firefox 3
You can develop locally in FF3 by modifying the security permissions. You can do this by following these steps:
1.- Type about:config into the Location Bar (address bar) and press Enter.
2.- Click the “I’ll be carefull, I promise” button xD
3.- Change the security.fileuri.strict_origin_policy:
True
Local documents have access to other local documents in the same directory and in subdirectories, but not directory listings. (Default)
False
Local documents have access to all other local documents, including directory listings.






