From f6e7868afced967712c355802dfc1315aa71c55b Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Thu, 2 Dec 2010 17:04:30 +0000
Subject: [PATCH] Provide an updated xml and json alert file.

---
 www/json/unlcap.js | 6 ++++--
 www/xml/unlcap.xml | 4 ++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/www/json/unlcap.js b/www/json/unlcap.js
index 81615c2..3337275 100644
--- a/www/json/unlcap.js
+++ b/www/json/unlcap.js
@@ -1,2 +1,4 @@
-unlAlerts.data = {"alert":{"identifier":"University of Nebraska-Lincoln 2007-04-26T09:46:23-0500","sender":"bbieber@unlnotes.unl.edu","sent":"2007-04-26T09:46:23-0500","status":"Actual","msgType":"Alert","scope":"Public","note":"Current Watches, Warnings and Advisories for UNL Issued by University Communications","references":"http:\/\/www.unl.edu\/","info":{"category":"Safety","event":"University of Nebraska-Lincoln Alert","urgency":"Immediate","severity":"Extreme","certainty":"Likely","headline":"Thursday 4\/26\/07 Test","description":"TEST - Flash Flood - Broken pipe in 17R Parking Garage - TEST","instruction":"Test - Avoid the area - Test","web":"http:\/\/www.unl.edu\/","parameter":{"valueName":"id","value":"103"},"area":{"areaDesc":"Lincoln (Nebraska)","geocode":"031111"}}}}
-try {
	unlAlerts.server.init();
} catch(e) {}
\ No newline at end of file
+unlAlerts.data = {"alert":{"identifier":"University of Nebraska-Lincoln 2010-12-02T11:06:30-0600","sender":"police.unl.edu","sent":"2010-12-02T11:06:30-0600","status":"Actual","msgType":"Alert","scope":"Public","note":"Current Watches, Warnings and Advisories for UNL Issued by University Police","references":"http:\/\/www.unl.edu\/"}}
+try {
+unlAlerts.server.init();
+} catch(e) {}
diff --git a/www/xml/unlcap.xml b/www/xml/unlcap.xml
index 68fc72d..836e857 100644
--- a/www/xml/unlcap.xml
+++ b/www/xml/unlcap.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <alert xmlns:cap="http://www.incident.com/cap/1.0">
-    <identifier>University of Nebraska-Lincoln 2010-12-01T16:50:46-0600</identifier>
+    <identifier>University of Nebraska-Lincoln 2010-12-02T11:06:30-0600</identifier>
     <sender>police.unl.edu</sender>
-    <sent>2010-12-01T16:50:46-0600</sent>
+    <sent>2010-12-02T11:06:30-0600</sent>
     <status>Actual</status>
     <msgType>Alert</msgType>
     <scope>Public</scope>
-- 
GitLab