This repository contains any assets or static media files for use in WordPress administration and testing.
The following RSS feeds are housed in this repository:
- Dashboard Announcements (updated as needed and displayed on the WP admin dashboard)
- Test Content (static, for use in automated testing)
- Test Content, single (static, for use in automated testing)
Each item in an RSS feed has the following structure:
<item>
<title>TITLE GOES HERE</title>
<link>https://uis.georgetown.edu</link>
<date>Tue, 31 Jul 2018 01:01:01 EDT</pubDate>
<description>
<![CDATA[
CONTENT GOES HERE. <em>HTML OPTIONAL.</em>
]]>
</description>
</item>
- older XML
<item>
entities included<pubDate>
; this has been renamed to<date>
.