[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RSS packaging feeds?



Am 2009-02-01 01:16:56, schrieb Neil Williams:
> > <http://devel.debian.tamay-dogan.net/rss.php?action=rss&what=crush&package=apt>
> 
> The failed build message isn't ideal - the warning is too vulgar.

:-)  Hey, it is only a development version...  called Spagetti-Code!

Currently I am creating a new structure which is more flexibel  and  has
more functions.

> Probably stick to the standard message: maybe failed | maybe successful.

I think, I need more input...

I need someone which build some Example <item> how it it should look and
what it should display and then I do the rest...

The new structure I create, fetch only the infos and then use  a  <item>
template> which can be customized...

However, I will put it on my website:

    <http://devel.debian.tamay-dogan.net/>

So for the new structure (need some hours to get it online) I will use:

    <http://devel.debian.tamay-dogan.net/?what=rss>

which SHOULD output an RSS feed with infos how to get RSS feeds per

1)  all
2)  $ARCH
3)  $MAINTAINER
4)  $PACKAGE

> Also, in liferea, I'm getting a completely empty window - just the
> headline.

OK, I have installed this pig of "liferea" which installs 46 MByte...
(I hate GNOME and KKDE since the programs are too blown)

> There appear to be differences in the RSS content between these feeds
> and the working ftp-master feeds like
> http://ftp-master.debian.org/rss/NEW_in.rss
> (use wget on that one, then compare the XML).
> 
> You might be missing:
> <?xml version="1.0" encoding="utf-8"?>
> <rss version="2.0">
> 
> at the start and also missing a few tags elsewhere.

Weird, since if I look into the source of

<http://devel.debian.tamay-dogan.net/rss.php?action=rss&what=crush&package=apt>

with Iceape and:

<chrome://navigator/content/viewSource.xul?url=http%3A//devel.debian.tamay-dogan.net/rss.php%3Faction%3Drss%26what%3Dcrush%26package%3Dapt>

I can see:

<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/"; version="2.0">
  <channel>
    <title>Emdebian</title>

and the PHP code itself is

    $strg  = "<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"yes\"?>\n";
    $strg .= "<rss xmlns:content=\"http://purl.org/rss/1.0/modules/content/\"; version=\"2.0\">\n";
    $strg .= "  <channel>\n";
    $strg .= "    <title>" . PROJECT_NAME . "</title>\n";

Since I had some problems, I asked upstream of "rss2mail" for  help  and
he told me the RSS feed is OK but there are many RSS standards...

Can it be, that "liferea" expect

    Content-Type: application/rss+xml; charset=utf8

while I am sending

    Content-Type: text/xml; charset=iso-8859-1

which should work for ANY RSS reader?  The first one  can  not  be  read
withing Iceape and I have to save it do disk.  Even with a Iceape plugin

OK, "liferea" ist installed...  and it just works by using the Link

    <http://devel.debian.tamay-dogan.net/rss.php?action=rss&what=crush>

Hey, it is realy nice...  However, 46 MByte for such program is heavy...

> > and if you wan to know about a maintainer:
> > 
> > <http://devel.debian.tamay-dogan.net/rss.php?action=rss&what=crush&login=codehelp@debian.org>
> > <http://devel.debian.tamay-dogan.net/rss.php?action=rss&what=crush&login=kobras@debian.org>
> > <http://devel.debian.tamay-dogan.net/rss.php?action=rss&what=crush&login=linux4michelle@tamay-dogan.net>
> > 
> > And for testing the  script,  is  it  possibel  to  get  accass  to  all
> > buildlogs including the daily generated?  
> 
> All the build logs are in the same directory together - I can send you
> a tarball if you want.

I have catched 547 buildlogs...

this is, what you get if you rebuild the FULL index with

    <http://devel.debian.tamay-dogan.net/rss.php?action=fetchall&what=crush&tm=730>

where 730 are the last 730 days and then open the link

    <http://devel.debian.tamay-dogan.net/rss.php?action=rss&what=crush>

in "liferea" which I have done for some seconds...
(I have attached a screenshoot)

Maybe there is a bug in your version?  (My workstation is Etch)

> http://feedvalidator.org/
> 
> http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fdevel.debian.tamay-dogan.net%2Frss.php%3Faction%3Drss%26what%3Dcrush%26package%3Ddebian-archive-keyring

OK, it seems, that I have to declare a "namspace"...

> and maybe compare the current output against the validator report for
> other feeds.

Yes, I will check it...

Thanks, Greetings and nice Day/Evening
    Michelle Konzack
    Systemadministrator
    24V Electronic Engineer
    Tamay Dogan Network
    Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
<http://www.tamay-dogan.net/>               <http://www.can4linux.org/>
Michelle Konzack   Apt. 917                  ICQ #328449886
+49/177/9351947    50, rue de Soultz         MSN LinuxMichi
+33/6/61925193     67100 Strasbourg/France   IRC #Debian (irc.icq.com)

Attachment: signature.pgp
Description: Digital signature


Reply to: