Accepts 20 feed names and their RSS URLs, append name to title, simplify date, add description to end of content (in case content is blank), remove some error causing tag code from content, find unique, sort, limit to 50 results.
Outputs a single item with the content depending on the condition.
If the condition is "false" or "no" or "off" or "0" or an empty string, it is evaluated as false, otherwise as true. Character case is ignored.
Returns a feed for a given twitter username.
The initial username is removed form the beginning of the sentence, and all the @comments are removed from the feed.
Twitter feeds normally look like this: "[Your long name]: [Your update text]." Supply a Twitter username (the short username in your Twitter page URL, i.e., in http://twitter.com/nbr you'd use nbr) and it will give you back a feed with the initial text (i.e., the "[Your long…
This pipe takes a date, offsets it by a given number of hours, and formats it with the date format module. The date format module doesn't let you choose the timezone of the formated date, this pipe is the workarround.