| Summary: | RSS file is not exists http://www.freebsd.org/ru/security/advisories.rdf - document not found | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Niklay <rkznive> |
| Component: | Books & Articles | Assignee: | Dmitry Morozovsky <marck> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Niklay
2006-07-04 05:20:18 UTC
Hello bug-followup, Could you please let us know, how did you get to this url? -- Best regards, Daniel mailto:danger@FreeBSD.org On 2006-08-26 12:00, Daniel Gerzo <danger@freebsd.org> wrote: > Subject: Re: www/99762: RSS file is not exists http://www.freebsd.org/ru/security/advisories.rdf - document not found > Date: Sat, 26 Aug 2006 13:55:31 +0200 > > Hello bug-followup, > Could you please let us know, how did you get to this url? FYI, if you fire up Firefox and point it to: http://www.freebsd.org/ru/ you will get these <link> elements in `index.html': <link rel="alternate" type="application/rss+xml" title=" FreeBSD" href="./news/news.rdf" /> <link rel="alternate" type="application/rss+xml" title="FreeBSD Security Advisories" href="./security/advisories.rdf" /> <link rel="alternate" type="application/rss+xml" title=" FreeBSD GNOME" href="./gnome/news.rdf" /> These can be added as "Live bookmarks" of RSS feeds to Firefox bookmarks, but they don't really work at all. -- Giorgos On Fri, Sep 08, 2006 at 04:35:23PM +0300, Giorgos Keramidas wrote: > FYI, if you fire up Firefox and point it to: > http://www.freebsd.org/ru/ > you will get these <link> elements in `index.html': > <link rel="alternate" type="application/rss+xml" > title=" FreeBSD" href="./news/news.rdf" /> > <link rel="alternate" type="application/rss+xml" > title="FreeBSD Security Advisories" href="./security/advisories.rdf" /> > <link rel="alternate" type="application/rss+xml" > title=" FreeBSD GNOME" href="./gnome/news.rdf" /> > These can be added as "Live bookmarks" of RSS feeds to Firefox > bookmarks, but they don't really work at all. Hello, the problem seems to be worse - all localized rdf files are broken now. There are either old copies, or they are missing at all. Just english rdf files are good. If you look into Makefiles in localized directories, there are missing rules for their creation (looked just at news/news.rdf). When I tried to copy rule from en to localized directory, just english rdf has been generated, so I think that rdf part has been unfinished during big xml changes. -- Rudolf Cejka <cejkar at fit.vutbr.cz> http://www.fit.vutbr.cz/~cejkar Brno University of Technology, Faculty of Information Technology Bozetechova 2, 612 66 Brno, Czech Republic Responsible Changed From-To: freebsd-www->marck It seems, that marck is our most active Russian doc committer. Dmitry, could you take a look, please? Hopefully you can fix this issue. marck 2007-02-03 11:49:50 UTC
FreeBSD doc repository
Modified files:
ru index.xsl
Log:
Most rss feeds should refer to English Base.
Skip news as they seem to be translated regularly.
This is one-time quick fix. Global xml/xsl infrastructure changes should be
backported to FRDP as well.
PR: www/99762
X-not-really-obtained-from: The FreeBSD Russian Documentation Project
Revision Changes Path
1.32 +5 -5 www/ru/index.xsl
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Fixed both in FreeBSD and FRDP repos. Thsnks! |