mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 09:05:29 +00:00
add gemtext support, update debug handler, reorganize api to use with file-based multi-feed config, update version to 0.2
This commit is contained in:
parent
c4c7ee70b8
commit
6c5e005cf8
14 changed files with 210 additions and 308 deletions
7
template/gmi/index.gmi
Normal file
7
template/gmi/index.gmi
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# {title}
|
||||
|
||||
{description}
|
||||
|
||||
## {time_generated}
|
||||
|
||||
{items}
|
||||
6
template/gmi/index/item.gmi
Normal file
6
template/gmi/index/item.gmi
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
### {title}
|
||||
|
||||
{description}
|
||||
|
||||
=> {link} {pub_date}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<article>
|
||||
<h2>{title}</h2>
|
||||
<p>{description}</p>
|
||||
<a href="{link}">{time}</a>
|
||||
<a href="{link}">{pub_date}</a>
|
||||
</article>
|
||||
Loading…
Add table
Add a link
Reference in a new issue