thiur / jobberbase

Automatically exported from code.google.com/p/jobberbase
MIT License
0 stars 0 forks source link

channel rdf:about definition incorrect #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a RSS (e.g.: http://www.jobber.ro/rss/toate/)
2. Read the 2nd ligne: <channel rdf:about="http://www.jobber.ro/rss.xml">
3. Try to fetch the URL: http://www.jobber.ro/rss.xml and you got a 404.

What is the expected output? What do you see instead?
Respect the spectification defined here:
http://web.resource.org/rss/1.0/spec#s5.3

What version of the product are you using? On what operating system?
1.6

Original issue reported on code.google.com by jean.luc...@gmail.com on 8 Jan 2009 at 7:28

GoogleCodeExporter commented 9 years ago
Definition is done in ./app/_includes/class.Feed.php ligne 50:

 $rss_writer_object->about = BASE_URL . 'rss.xml';

But this code is incorrect as the definition should change for every RSS:
rss/all
rss/programatori
rss/administratori

...

Original comment by jean.luc...@gmail.com on 8 Jan 2009 at 7:37

GoogleCodeExporter commented 9 years ago
RSS Bugs are fixed as of 1.7 with only change in rss.tpl that needs to be made 
which
is to replace toate with all.

This typo will be fixed with next version too.

Original comment by navjotjs...@gmail.com on 29 Jul 2009 at 5:53