18 lines
679 B
HTML
18 lines
679 B
HTML
{{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>
|
|
"Coming soon"™
|
|
</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}}
|