Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[notification] RSS feeds improvement #144

Open
plegall opened this issue Jul 25, 2015 · 2 comments
Open

[notification] RSS feeds improvement #144

plegall opened this issue Jul 25, 2015 · 2 comments

Comments

@plegall
Copy link
Member

plegall commented Jul 25, 2015

Reported by vincent3569 on 26 Oct 2010 08:03

Version: 2.1.3

I discovered that you could view RSS feeds from the RSS icon browsers.

for this, it is necessary to add the following lines between the tags <header> </ header>

<link rel="alternate" type="application/rss xml" title="Flux RSS images uniquement" href="./feed.php">
<link rel="alternate" type="application/rss+xml" title="Flux RSS complet (images, commentaires)" href="./feed.php?feed=xxxxx">

these lines are include on notification.php, and we have access on the two RSS feed by the RSS icone of the browser.

Is it possible that the core Piwigo makes them accessible from any page of the gallery?
ie that the 2 lines above incorporates the default header code?

Additional information: http://fr.piwigo.org/forum/viewtopic.php?id=18863 [FR]

Piwigo Bugtracker #1957

@plegall plegall added this to the 2.3.0beta1 milestone Jul 25, 2015
@plegall
Copy link
Member Author

plegall commented Jul 25, 2015

Comment posted by Gotcha on 26 Oct 2010 14:46

Correction :
<link rel="alternate" type="application/rss+xml" title="{'Image only RSS feed'|@translate}" href="{$U_FEED_IMAGE_ONLY}">
<link rel="alternate" type="application/rss+xml" title="{'Complete RSS feed (images, comments)'|@translate}" href="{$U_FEED}">

@plegall
Copy link
Member Author

plegall commented Jul 25, 2015

Comment posted by Gotcha on 29 Oct 2010 11:51

svn:7473 by Gotcha on branch 2.1

-----[Subversion commit log]----------------------------------------------------
Cancel r7424 + r7466 (r7426 + r7467)
Waiting more test for performance and privacy level
bug:1957

(Not for bug1813)...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants