Modify

Opened 18 years ago

Closed 12 years ago

#738 closed enhancement (wontfix)

RSS feed to BlogShow?

Reported by: df Owned by: John Hampton
Priority: normal Component: TracBlogPlugin
Severity: minor Keywords:
Cc: Trac Release: 0.9

Description

Would be lovely to have RSS feed on pages made with [[BlogShow(whatever)]] and not just the "Blog" navbar button.

Perhaps a [[BlogShow(whatever,rss=1)]]

Attachments (0)

Change History (3)

comment:1 Changed 17 years ago by muelli@…

What do you want the RSS feed to contain? Blog posts tagged with the whatever Tag? Then maybe you canstick with /blog?format=rss&tag=whatever ?

Maybe you want the wiki page containing a BlogShow() to provide the <link> header referring to the RSS feed.

So if /wiki/SimplePage contains the BlogShow(whatever) macrocall, then you want to SimplePage to throw <link rel="alternate" href="/proj/blog?format=rss&tag=whatever" title="RSS Feed" type="application/rss+xml" /> ...?

I you don't, I do ;D So please make it possible for normal wiki pages to throw out an RSS feed with corresponding tags.

comment:2 Changed 17 years ago by szm

I agree that RSS to blog would be an excellent feature for the Trac Blog Plugin.

comment:3 Changed 12 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

TracBlogPlugin is only for 0.10, as noted on the wiki page. Trac 0.10 is dead now. For blog support, see FullBlogPlugin, which works for Trac 0.11 and later.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain John Hampton.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.