clickingbad
                                
                                 clickingbad copied to clipboard
                                
                                    clickingbad copied to clipboard
                            
                            
                            
                        Official Clicking Bad Repository
Clicking Bad
Official Clicking Bad Repository
About
System Requirements
Supported browsers
- IE9 & 10
- FF20-24
- Chrome (all recent)
- Android
Contributing
Code
Style
- 4 spaces indent, no tabs
- Comments should appear on their own line or lines
- This is due to the comment-stripper regex
 
- No Windows carriage returns (\r\n)- dos2unixcan be run on these, but we'd prefer not to.
 
- No "special" characters in code, use standard ASCII where possible.
Sample .vimrc
set shiftwidth=4
set tabstop=4
set expandtab
Look and Feel
There are a few things that should be kept in mind:
- Responsive design. One CSS file should allow index.htmlto look good on mobile phones, too.
- Cross browser. This means no divoverflow, since it's not supported by Android. See the Supported Browsers section for more information.
- Valid. Try to keep the HTML5 as valid as possible.
Testing
Caching
The following command will cache templates to ./docroot.
$ ./control.py cache
...
Testing
$ cd ./docroot
$ python -m SimpleHTTPServer 5000