discourse/app/assets
riking 996e5cf021 Make Discourse.ShareLink easy for plugins
For example, this javascript code, if added by a plugin, would enable a Tumblr share link:

Discourse.ShareLink.addTarget('tumblr', {
  iconClass: 'fa-tumblr',
  generateUrl: function(link, title) {
    return ("http://www.tumblr.com/share/link?url=" + encodeURIComponent(link) + "&description=" + encodeURIComponent(title));
  },
  shouldOpenInPopup: true
});
2014-03-13 23:38:57 -07:00
..
fonts Upgrade font-awesome to version 4 2013-12-11 10:31:09 -05:00
images move unhashed images into public images directory. asset precompile does not keep around unhashed urls in prd 2013-12-23 10:06:33 +11:00
javascripts Make Discourse.ShareLink easy for plugins 2014-03-13 23:38:57 -07:00
stylesheets adding tiger striping to suggested topics 2014-03-13 16:49:44 -04:00