<!DOCTYPE html>
<html lang="en">
    <head>
        <title>DEVTRENCH Post Feed at DEVTRENCH.COM</title>
        <base href="http://devtrench.com/" />
        <style>
            body {
                background:#000;
                color:#99ff00;
                font-family:'Consolas', monospace;
                font-size:12px;
                line-height:1.5em;
            }
            a {
                color:#00cccc;
                text-decoration:none;
            }
            a:hover {
                border-bottom:1px dashed #0cc;
            }
            pre {
                color:#999;
                max-width:800px;
                overflow:auto;
                padding:10px 0;
            }
            header {
                max-width:800px;
                margin:0 auto;
                padding:0 20px;
                overflow:hidden;
            }
            .content {
                max-width:800px;
                padding:20px;
                margin:0 auto;
                text-align:justify;
            }

        </style>
        <script type="text/javascript">

            var _gaq = _gaq || [];
            _gaq.push(['_setAccount', 'UA-728215-3']);
            _gaq.push(['_trackPageview']);

            (function() {
                var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
                ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
            })();

        </script>
    </head>
    <body>
        <header>
            <h3><a href="/">DEVTRENCH.COM</a></h3>
            <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
            <!-- DEVTRENCH Large Link Unit -->
            <ins class="adsbygoogle"
                 style="display:inline-block;width:728px;height:15px"
                 data-ad-client="ca-pub-6153669722282305"
                 data-ad-slot="4187027977"></ins>
            <script>
                (adsbygoogle = window.adsbygoogle || []).push({});
            </script>
        </header>

        <div class="content">
            <h1>DEVTRENCH Post Feed</h1>
            <?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>[[*pagetitle]]</title>
<link>[[++site_url]]</link>
<description>[[*description]]</description>
<lastBuildDate>[[!getTime?format=`%a, %d %b %Y %H:%M:%S %z`]]</lastBuildDate>
<language>en-us</language>

[[!getResources? 
   &parents=`1`
   &limit=`10`
   &sortby=`publishedon`
   &sortdir=`DESC`
   &includeTVs=`1`
   &includeContent=`1`
   &tpl=`rssListing`
]]

</channel>
</rss>        </div>
    </body>
</html>