This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"notification1": { | |
"notification": { | |
"view": "smallBanner", | |
"animateFrom": "top" | |
}, | |
"conditions": { | |
"any": { | |
"neverDisplayed": true, | |
"lastDisplayedMinimumSeconds": 86400, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"alerts": [ | |
{ | |
"id": "12345", | |
"title": "Test Subject", | |
"description": "This is a test text body", | |
"line": "B", | |
"stations": [ | |
"A19", | |
"A20" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Subject": "Test subject", | |
"TextBody": "This is a test text body.", | |
"Headers": [ | |
{ | |
"Name": "X-MessageID", | |
"Value": "12345" | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Delivered-To: [email protected] | |
Received: by 10.202.175.3 with SMTP id y3csp38502oie; | |
Sun, 5 Oct 2014 02:23:19 -0700 (PDT) | |
X-Received: by 10.68.219.163 with SMTP id pp3mr274163pbc.154.1412500998679; | |
Sun, 05 Oct 2014 02:23:18 -0700 (PDT) | |
Return-Path: <[email protected]> | |
Received: from mta60.ealert.com (mta60.ealert.com. [66.77.247.241]) | |
by mx.google.com with ESMTP id qf5si3513159pbb.41.2014.10.05.02.23.18 | |
for <[email protected]>; | |
Sun, 05 Oct 2014 02:23:18 -0700 (PDT) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"FromName": "Postmarkapp Support", | |
"From": "[email protected]", | |
"FromFull": { | |
"Email": "[email protected]", | |
"Name": "Postmarkapp Support", | |
"MailboxHash": "" | |
}, | |
"To": "\"Firstname Lastname\" ", | |
"ToFull": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<messages> | |
<message id="f037866b7133406ba4213e41d2f3d89e" line="4" title="Delays Posted:09/22/2014 5:35AM Following an earlier incident at 161 St-Yankee Stadium, [4] train service has resumed with residual delays." timestamp="09/22/2014 5:35AM" push="false" /> | |
<message id="d92a5a35e09302545887250646b576e6" line="E" title="Delays Posted:09/22/2014 5:30AM Due to signal problems at Briarwood-Van Wyck Blvd, northbound [E] and [F] trains are running with delays. Allow additional travel time." timestamp="09/22/2014 5:30AM" push="false" /> | |
<message id="278fd2ceb4b02353af6d046a58e7a3c7" line="F" title="Delays Posted:09/22/2014 5:30AM Due to signal problems at Briarwood-Van Wyck Blvd, northbound [E] and [F] trains are running with delays. Allow additional travel time." timestamp="09/22/2014 5:30AM" push="false" /> | |
</messages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platform :ios, '7.0' | |
pod "AFNetworking", "~> 2.0" | |
pod "SSZipArchive" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
register_post_type( 'qa_faqs', | |
array( | |
'labels' => array( | |
'name' => __( 'FAQs', 'qa-free' ), | |
'singular_name' => __( 'FAQ', 'qa-free' ), | |
'edit_item' => __( 'Edit FAQ', 'qa-free'), | |
'add_new_item' => __( 'Add FAQ', 'qa-free') | |
), | |
'public' => true, | |
'show_ui' => true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
Intro paragraph - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
</p> | |
<h2>Subhead 1</h2> | |
<p> | |
Paragraph 1 - Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. | |
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
Intro paragraph - Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | |
</p> | |
<h2>Subhead 1</h2> | |
<p> | |
Paragraph 1 - Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. | |
</p> |
NewerOlder