###a 3rd party comment system
- main languages: JavaScript, Python
- main framework: jquery, django
###NOT-REQUIREMENT
- current the wysiwyg_editor is useful, but also too big, I'm thinking about using another light editor. django_wysiwyg: pip install django-wysiwyg
####DOING
- accounts
- android front
- use redis
- comment as a tree(site->dir1->dir2->last_pathname)
- ajax pagination(dynamic)
####BUG-TRACKING
- https://github.com/ bugs... the script couldn't work via https. maybe we need a https scripts
- iframe in page will load this plugin, it may be an unwanted action
- timezone is not correct.. now it's utc. we should display it as viewers' time. Or it should be showed like youtube?
- jquery confict again.
####BUG-FIXED
- http://www.douban.com/ on method has no response | need to specify jquery version. if it's below 1.8, then we should use bind instead. Maybe we should use multiply iframe to avoid jquery collision.
- http://www.iciba.com/ zindex not working | set zindex to 2147483646 (MAX-1) because some framework may be error on MAX.
- some plugin(js) doesn't work when loading vine. Solution(?): http://api.jquery.com/jQuery.noConflict/ | using noConflict and load jquery locally solved this problem!
####DONE:
- simple B/S demo
- use iframe to avoid css collision
- firefox/chrome basic testing
- basic chrome extension
- pagination
- per url comment
- IE8-11 compability(ie8 has some bugs on animation yet)
- ip tracker for comment
- tips for done comment.
####TODO-FRONT:
- ie plugin
- firefox(greasemonkey?) plugins
- android app development
- IOS app
- ie8 basic testing
- Any directions to display the plugin(customize)
- improve chrome extension, and publish it
####TODO-END
- mongodb storage
- hadoop cluster
- redis cache
####TODO-MULTI
- accounts
- reply to reply
- notification
- timeline
- @
- tag for comments and sites.
- Multilevel comment.
####Research other 3rd party comment system
- disqus
- juvia
- http://www.discourse.org/
- http://www.livefyre.com/
- jcomment
- another Alternatives
- http://ralsina.com.ar/stories/twitter-as-a-comment-engine.html
- social media integrate