strapdown-zeta icon indicating copy to clipboard operation
strapdown-zeta copied to clipboard

RSS output support

Open scateu opened this issue 10 years ago • 5 comments
trafficstars

Maybe it will be more pleasant for blog readers to have a RSS feed.

scateu avatar Sep 09 '15 07:09 scateu

fixing

jamesliu96 avatar Nov 06 '15 07:11 jamesliu96

@jamesliu96 How do you plan to implement RSS feed? I've no idea yet.

zTrix avatar Nov 06 '15 07:11 zTrix

Add an RSS link button for each entry top head banner. This link will direct the user to an RSS feed page. RSS feed is generated by a Go module. I wrote an RSS generator in Go before. I'm now publishing it to GitHub. The Go module (can be in action.go) traverse though the wiki directory and get a list for all publications. Then use the RSS generator to generate the RSS feed page.

jamesliu96 avatar Nov 06 '15 08:11 jamesliu96

what about adding a permalink to the RSS feed such as /feed.xml and response to it?

jamesliu96 avatar Nov 09 '15 11:11 jamesliu96

No problem, that's good.

zTrix avatar Nov 09 '15 14:11 zTrix