1
0
Fork 0
feedizer-php/htdocs/templates/flatpages/bot.html

19 lines
679 B
HTML
Raw Normal View History

2015-11-13 23:51:46 +01:00
{{extends file="base.html"}}
{{block name=content}}
<div class='row'>
<div class='columns small-12'>
<h2>About the FeedizerBot</h2>
<p>Current version: {{$smarty.const.CRAWLER_VERSION}}, updated on {{$smarty.const.CRAWLER_LAST_UPDATED|date_format:'%A, %Y-%m-%d'}}.</p>
<p>
More stuff needs to be written…<br>
&quot;Coming soon&quot;&trade;
</p>
<h3>Don't want your site to be feedized?</h3>
<p>
Support for <code>robots.txt</code> will be added by no later than version 1.0 of the crawler.
</p>
</div>
</div>
{{/block}}