mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-02 01:55:30 +00:00
normalize db tables, optionally persist channel descriptions, remove entries logic from the crawler, update config options
This commit is contained in:
parent
7e4d9e3ed6
commit
2b804d8915
10 changed files with 500 additions and 249 deletions
|
|
@ -3,13 +3,15 @@
|
|||
{% if rows %}
|
||||
{% for row in rows %}
|
||||
<div>
|
||||
<a name="{{ row.content_id }}"></a>
|
||||
<h2><a href="{{ row.content_id }}">{{ row.title }}</a></h2>
|
||||
<a name="{{ row.channel_item_content_description_id }}"></a>
|
||||
<h2><a href="{{ row.channel_item_content_description_id }}">{{ row.title }}</a></h2>
|
||||
<p>{{ row.time }}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<div>Nothing.</div>
|
||||
<div>
|
||||
<p>Nothing.</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if next %}<a href="{{ next }}">Next</a>{% endif %}
|
||||
{% if back %}<a href="{{ back }}">Back</a>{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue