improce
parent
0f45548333
commit
61ac8f2f51
|
@ -1 +1,5 @@
|
||||||
* Still need to support feed expiry.
|
* Still need to support feed expiry.
|
||||||
|
* Need to store page author metadata and include it in the rss feed.
|
||||||
|
* Should store the real page title (capitalised) as metadats.
|
||||||
|
Only problem is titles that contain quotes need to be escaped somehow,
|
||||||
|
and I'll need to add support for that first.
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
<TMPL_VAR CONTENT>
|
<TMPL_VAR CONTENT>
|
||||||
<hr>
|
|
||||||
<p>
|
<p>
|
||||||
<i>
|
<i>
|
||||||
From <a href="<TMPL_VAR URL>"><TMPL_VAR NAME></a>
|
From <a href="<TMPL_VAR URL>"><TMPL_VAR NAME></a>
|
||||||
|
|
Loading…
Reference in New Issue