├── .gitignore ├── README-v1.md ├── README-v2.md ├── README.md ├── changelog.txt ├── license.txt ├── v1 ├── Chunks │ ├── chunk.JSONDerulo.AppDotNetFeedItem.html │ ├── chunk.JSONDerulo.DeliciousFeedItem.html │ ├── chunk.JSONDerulo.FlickrFeedItem.html │ ├── chunk.JSONDerulo.GoogleCalendarFeedItem.html │ ├── chunk.JSONDerulo.GooglePlusFeedItem.html │ ├── chunk.JSONDerulo.LastFmFeedItem.html │ ├── chunk.JSONDerulo.PicasaFeedItem.html │ ├── chunk.JSONDerulo.TumblrFeedItem.html │ ├── chunk.JSONDerulo.TwitterFeedItemNew.html │ ├── chunk.JSONDerulo.VimeoFeedItem.html │ ├── chunk.JSONDerulo.YouTubeFeedItem.html │ └── chunk.JSONDerulo.ZooToolFeedItem.html ├── Components │ └── twitteroauth │ │ ├── OAuth.php │ │ └── twitteroauth.php ├── Snippets │ ├── snippet.JSONDerulo.AppDotNetFeed.php │ ├── snippet.JSONDerulo.DeliciousFeed.php │ ├── snippet.JSONDerulo.FlickrFeed.php │ ├── snippet.JSONDerulo.GoogleCalendarFeed.php │ ├── snippet.JSONDerulo.GooglePlusFeed.php │ ├── snippet.JSONDerulo.LastFmFeed.php │ ├── snippet.JSONDerulo.LastFmListensFeed.php │ ├── snippet.JSONDerulo.PicasaFeed.php │ ├── snippet.JSONDerulo.TumblrFeed.php │ ├── snippet.JSONDerulo.TwitterFeedNew.php │ ├── snippet.JSONDerulo.TwitterFeedNewMultipleFeeds.php │ ├── snippet.JSONDerulo.VimeoFeed.php │ ├── snippet.JSONDerulo.YouTubeFeed.php │ ├── snippet.JSONDerulo.YouTubeFeedAPIV3PublicPlaylist.php │ ├── snippet.JSONDerulo.YouTubeFeedUploads.php │ └── snippet.JSONDerulo.ZooToolFeed.php └── Transport packages │ ├── jsonderulo-0.5-alpha.transport.zip │ ├── jsonderulo-0.6-alpha.transport.zip │ ├── jsonderulo-0.7-alpha.transport.zip │ ├── jsonderulo-0.9-alpha.transport.zip │ ├── jsonderulo-0.9.1-alpha.transport.zip │ ├── jsonderulo-1.0-beta.transport.zip │ ├── jsonderulo-1.1-pl.transport.zip │ ├── jsonderulo-1.2-pl.transport.zip │ ├── jsonderulo-1.3-pl.transport.zip │ ├── jsonderulo-1.3.1-pl.transport.zip │ ├── jsonderulo-1.3.2-pl.transport.zip │ ├── jsonderulo-1.3.3-pl.transport.zip │ ├── jsonderulo-1.3.4-pl.transport.zip │ ├── jsonderulo-1.4.0-pl.transport.zip │ ├── jsonderulo-1.5.0-pl.transport.zip │ ├── jsonderulo-1.6.0-pl.transport.zip │ ├── jsonderulo-1.7.0-pl.transport.zip │ ├── jsonderulo-1.7.1-pl.transport.zip │ ├── jsonderulo-1.7.3-pl.transport.zip │ └── jsonderulo-1.7.4-pl.transport.zip └── v2 ├── Chunks ├── jd.appNet.html ├── jd.delicious.html ├── jd.eventbrite.html ├── jd.flickr.html ├── jd.googleCalendar.html ├── jd.googlePlus.html ├── jd.instagram.html ├── jd.lastFm.html ├── jd.tumblr.html ├── jd.twitter.html ├── jd.vimeo.html └── jd.youTube.html ├── Components └── twitteroauth │ ├── OAuth.php │ └── twitteroauth.php ├── Transport Packages ├── jsonderulo-2.0-pl.transport.zip ├── jsonderulo-2.0.1-pl.transport.zip ├── jsonderulo-2.0.2-pl.transport.zip ├── jsonderulo-2.1.0-pl.transport.zip ├── jsonderulo-2.2.0-pl.transport.zip ├── jsonderulo-2.3.0-pl.transport.zip ├── jsonderulo-2.3.1-pl.transport.zip ├── jsonderulo-2.3.2-pl.transport.zip ├── jsonderulo-2.3.4-pl.transport.zip ├── jsonderulo-2.3.6-pl.transport.zip ├── jsonderulo-2.3.7-pl.transport.zip ├── jsonderulo-2.3.8-pl.transport.zip ├── jsonderulo-2.4.0-pl.transport.zip ├── jsonderulo-2.4.1-pl.transport.zip ├── jsonderulo-2.4.2-pl.transport.zip ├── jsonderulo-2.5-pl.transport.zip ├── jsonderulo-2.5.1-pl.transport.zip ├── jsonderulo-2.5.2-pl.transport.zip ├── jsonderulo-2.5.3-pl.transport.zip ├── jsonderulo-2.5.4-pl.transport.zip ├── jsonderulo-2.5.5-pl.transport.zip ├── jsonderulo-2.5.6-pl.transport.zip ├── jsonderulo-2.5.7-pl.transport.zip ├── jsonderulo-2.5.7-pl2.transport.zip ├── jsonderulo-2.6.0-pl.transport.zip └── jsonderulo-2.6.1-pl.transport.zip └── snippet.JSONDerulo.php /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | 4 | *.sublime-workspace 5 | -------------------------------------------------------------------------------- /README-v1.md: -------------------------------------------------------------------------------- 1 | # JSONDerulo - A JSON feed fetcher for MODX Revolution CMS 2 | 3 | ## Available snippets 4 | 5 | ### App.net 6 | 7 | You need your user id to get this working, not your username. You can find it on your profile page. [Hat tip to "man"](https://alpha.app.net/man/post/20858). 8 | 9 | ``` 10 |
3 | [[+textDescription]] 4 |
5 | 6 |
7 | Where?
8 | [[+venueName]]
9 | [[+venueName]]
10 | [[+venueAddress1]]
11 | [[+venueAddress2]]
12 | [[+venueCity]]
13 | [[+venueRegion]]
14 | [[+venueCountryName]]
15 | [[+venueCountry]]
16 |
19 | Ticket type: [[+ticketType1]]
20 | Cost: [[+ticketCost1]]
21 | Booking fee: [[+ticketFee1]]
22 | Is ticket a freebie? [[+ticketFree1]]
23 | Quantity total: [[+ticketTypeQuantity1]]
24 | Tickets sold: [[+ticketTypeSold1]]
25 |
28 | Ticket type: [[+ticketType2]]
29 | Cost: [[+ticketCost2]]
30 | Booking fee: [[+ticketFee2]]
31 | Is ticket a freebie? [[+ticketFree2]]
32 | Quantity total: [[+ticketTypeQuantity2]]
33 | Tickets sold: [[+ticketTypeSold2]]
34 |
37 | Ticket type: [[+ticketType3]]
38 | Cost: [[+ticketCost3]]
39 | Booking fee: [[+ticketFee3]]
40 | Is ticket a freebie? [[+ticketFree3]]
41 | Quantity total: [[+ticketTypeQuantity3]]
42 | Tickets sold: [[+ticketTypeSold3]]
43 |
46 | Event start: [[+eventStart:strtotime:date=`%d-%m-%Y %I:%M %p`]]
47 | Event end: [[+eventEnd:strtotime:date=`%d-%m-%Y %I:%M %p`]]
48 |
Event capacity: [[+eventCapacity]]
51 |Event format: [[+eventFormat]]
52 |Event ID: [[+eventId]]
53 | 54 |In reply to [[+inReplyToScreenName]]
`]] 20 | [[+message]] 21 | 22 | Retweets: [[+retweetCount]] 23 | Likes: [[+favouriteCount]] 24 |