Bug 99762

Summary: RSS file is not exists http://www.freebsd.org/ru/security/advisories.rdf - document not found
Product: Documentation Reporter: Niklay <rkznive>
Component: Books & ArticlesAssignee: 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

    
Comment 1 Daniel Gerzo freebsd_committer freebsd_triage 2006-08-26 12:55:31 UTC
Hello bug-followup,

  Could you please let us know, how did you get to this url?

-- 
Best regards,
 Daniel                          mailto:danger@FreeBSD.org
Comment 2 Giorgos Keramidas freebsd_committer freebsd_triage 2006-09-08 14:35:23 UTC
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
Comment 3 cejkar 2006-11-09 00:54:56 UTC
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
Comment 4 Gabor Kovesdan freebsd_committer freebsd_triage 2007-02-01 22:46:44 UTC
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.
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-02-03 11:49:56 UTC
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"
Comment 6 Dmitry Morozovsky freebsd_committer freebsd_triage 2007-02-03 11:50:18 UTC
State Changed
From-To: open->closed

Fixed both in FreeBSD and FRDP repos. 

Thsnks!