Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Minified version.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudek committed Jun 24, 2014
1 parent 7359b53 commit 0b3b011
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 17 deletions.
Binary file modified minified/img/icons-sprite-fields.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified minified/img/icons-sprite-fields@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified minified/img/icons-sprite-targets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified minified/img/icons-sprite-targets@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 42 additions & 12 deletions minified/jcsdl.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var JCSDLDefinition = (function() {
targets = {
// general interaction
interaction : {
name : 'All',
name : 'All Data Sources',
fields : {
content : {name: 'Content', preset: 'string'},
geo : {name: 'Location', preset: 'geo'},
Expand Down Expand Up @@ -122,7 +122,7 @@ var JCSDLDefinition = (function() {

// facebook
facebook : {
name : 'Facebook',
name : 'Facebook Public',
fields : {
application : {name: 'Application', preset: 'string'},
caption : {name: 'Caption', preset: 'string'},
Expand All @@ -147,7 +147,7 @@ var JCSDLDefinition = (function() {
},

facebook_page : {
name : 'Facebook Page',
name : 'Facebook Pages',
fields : {
'comment-id' : {name: 'Comment ID', preset: 'stringNumber'},
'from-category' : {name: 'From Category', preset: 'string'},
Expand Down Expand Up @@ -187,7 +187,7 @@ var JCSDLDefinition = (function() {
},

blog : {
name : 'Blog',
name : 'Blogs',
fields : {
author : {
name : 'Author',
Expand Down Expand Up @@ -216,7 +216,7 @@ var JCSDLDefinition = (function() {
},

board : {
name : 'Board',
name : 'Boards',
fields : {
author : {
name : 'Author',
Expand Down Expand Up @@ -244,7 +244,7 @@ var JCSDLDefinition = (function() {
},

dailymotion : {
name : 'DailyMotion',
name : 'Dailymotion',
fields : {
author : {
name : 'Author',
Expand Down Expand Up @@ -376,7 +376,7 @@ var JCSDLDefinition = (function() {
},

video : {
name : 'Video',
name : 'Videos',
fields : {
author : {
name : 'Author',
Expand Down Expand Up @@ -426,7 +426,7 @@ var JCSDLDefinition = (function() {
},

bitly : {
name : 'Bit.ly',
name : 'Bitly',
fields : {
'user-agent' : {name: 'User Agent', icon: 'useragent', preset: 'string'},
url_hash : {name: 'URL Hash', preset: 'string'},
Expand Down Expand Up @@ -746,7 +746,7 @@ var JCSDLDefinition = (function() {
},

wordpress : {
name : 'Wordpress',
name : 'WordPress',
fields : {
article : {
name : 'Article',
Expand Down Expand Up @@ -799,7 +799,7 @@ var JCSDLDefinition = (function() {
},

intensedebate : {
name : 'Intense Debate',
name : 'IntenseDebate',
fields : {
author : {
name : 'Author',
Expand All @@ -823,7 +823,7 @@ var JCSDLDefinition = (function() {
},

lexisnexis : {
name : 'Lexis Nexis',
name : 'LexisNexis',
fields : {
article : {
name : 'Article',
Expand Down Expand Up @@ -953,7 +953,7 @@ var JCSDLDefinition = (function() {
},

tencentweibo : {
name : '10cent Weibo',
name : 'Tencent Weibo',
fields : {
author : {
name : 'Author',
Expand All @@ -979,6 +979,36 @@ var JCSDLDefinition = (function() {
}
},

jive : {
name : 'Jive',
fields : {
'actor-url' : {name: 'Actor URL', preset: 'url'},
'actor-display_name' : {name: 'Actor Display Name', preset: 'string'},
'object' : {
name : 'Object',
fields : {
url : {name: 'URL', preset: 'url'},
object_type : {name: 'Object Type', preset: 'string', icon: 'type'},
display_name : {name: 'Display Name', preset: 'string', icon: 'displayname'},
summary : {name: 'Summary', preset: 'string'}
}
},
target : {
name : 'Target',
fields : {
url : {name: 'URL', preset: 'url'},
object_type : {name: 'Object Type', preset: 'string', icon: 'type'},
display_name : {name: 'Display Name', preset: 'string', icon: 'displayname'}
}
},
content : {name: 'Content', preset: 'string'},
title : {name: 'Title', preset: 'string'},
type : {name: 'Type', preset: 'string'},
url : {name: 'URL', preset: 'url'},
verb : {name: 'Verb', preset: 'string'}
}
},

augmentation : {
name : 'Augmentations',
fields : {
Expand Down
2 changes: 1 addition & 1 deletion minified/jcsdl.min.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions minified/jcsdl.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b3b011

Please sign in to comment.