Search the web
Sign In
New User? Sign Up
rss-dev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3295 - 3324 of 7450   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3295
Hi ... I'm all in favour of as many examples as possible -- cutting and pasting other peoples code is always a quick way to get the hang of something, IMHO. In...
Chris Croome
chriscroome
Offline Send Email
Sep 1, 2002
10:38 am
3296
... Provided what you cut from is accurate. I've seen plenty of feed using header namespaces but never using the modules. They obviously cut and paste...
Bill Kearney
wkearney99
Offline Send Email
Sep 1, 2002
12:34 pm
3297
... That doesn't seem correct, or else why would there be a UTF-16? FYI: http://www.macchiato.com/unicode/charts.html ...
Bill Kearney
wkearney99
Offline Send Email
Sep 1, 2002
1:52 pm
3298
All unicode encodings (UTF-8, UTF-16, whatever) support the same characters. The different encodings are simply that -- different ways of representing the...
Ian Graham
ian_graham8
Offline Send Email
Sep 1, 2002
5:03 pm
3299
That's a great understatement. As there are also sorts of endian issues as well. There are /most certainly/ characters in UTF-16 that cannot be represented...
Bill Kearney
wkearney99
Offline Send Email
Sep 1, 2002
5:09 pm
3300
That's simply not true - UTF-8 can encode any unicode character. UTF-8 also has no BOM isues (although it can use a BOM as part of an encoding signature). Byte...
Ian Graham
ian_graham8
Offline Send Email
Sep 1, 2002
5:46 pm
3301
UTF-8 and UTF-16 are different encodings of the same character set (unicode), UTF-8 uses a variable (1to3) bytes per character, whilst UTF-16 uses a fixed 2...
Simon Fell
simonfell99
Online Now Send Email
Sep 1, 2002
6:01 pm
3302
Hi ... Here is a UTF-8 RSS file with some non-latin stuff near the end: http://www.laptopchallenge.org.uk/rss100sitemap.rdf Chris...
Chris Croome
chriscroome
Offline Send Email
Sep 1, 2002
6:31 pm
3303
I believe you've left out the possibility for surrogate pairs, Simon. UTF-8 may require more than 3 bytes per character (and UTF-16 more than 2). See...
Ziv Caspi
zivcaspi
Offline Send Email
Sep 1, 2002
8:43 pm
3304
Yes, surrogate pairs change that [making a complex issue even more complex]. Still back to the original point, UTF-8 and UTF-16 are different encodings of the...
Simon Fell
simonfell99
Online Now Send Email
Sep 1, 2002
9:08 pm
3305
I'm busy now, but I think it's important to state this clearly: mod_richequiv does not support the inclusion of fragments of a different encoding to the rss...
Jon Hanna
hack_poet
Offline Send Email
Sep 1, 2002
11:00 pm
3306
... Yes, showing your examples, assuming more than one, each in a different encoding would go a long way toward helping people interested in using the concept...
Bill Kearney
wkearney99
Offline Send Email
Sep 1, 2002
11:10 pm
3307
Hi there, ... What would be the point of converting to UTF-8 if the interesting characters are then entified? Wouldn't it be better with three examples: -...
Morten Frederiksen
mfd9351213
Offline Send Email
Sep 1, 2002
11:52 pm
3308
... Entity encoding, presumably that found in HTML would likely require another parsing step. Or at least the requirement that your parser understand that not...
Bill Kearney
wkearney99
Offline Send Email
Sep 1, 2002
11:59 pm
3309
... Hash: SHA1 http://cvs.web.resource.org/*checkout*/webres/rss/1.0/modules/link/index.html?rev=HEAD&content-type=text/html The PURL should be updated in a...
burton@...
kevinallenbu...
Offline Send Email
Sep 2, 2002
12:40 am
3310
Hi (Bill), ... I was actually refering to the &####; encoding, but I see now that the correct term for this is "Character Reference" [1], I thought I had seen...
Morten Frederiksen
mfd9351213
Offline Send Email
Sep 2, 2002
12:55 am
3311
... Of course the text of example 1 and example 2 there would be identical (except for characters unavailable to iso-8859-1...
Jon Hanna
hack_poet
Offline Send Email
Sep 2, 2002
1:16 am
3312
Hi there, ... Well, they *could* be, but the point would be exactly that, to choose an encoding that necesitated the character references. Any encoding would...
mof-rss-dev@...
mfd9351213
Offline Send Email
Sep 2, 2002
7:39 am
3313
On Monday, Sep 2, 2002, at 01:34 Europe/London, burton@... ... What a nice spec. I shall use it today!...
Ben Hammersley
bhammersley_uk
Offline Send Email
Sep 2, 2002
2:02 pm
3314
hey this is a cool idea. I'm getting a funny error message though at the top of the feed: <channel rdf:about="http://www.grassrootsmusic.com/concerts/"> <br> ...
Libby Miller
millibby
Offline Send Email
Sep 2, 2002
8:35 pm
3315
I ran some queries across 11,246 feeds in Syndic8 and came up with a bunch of interesting data. I apologize for the poor format. I will put this on a web page...
Jeff Barr
jeffbarr_2000
Offline Send Email
Sep 2, 2002
10:15 pm
3316
... Could that possibly be because 0.92 feeds tend to include the whole article body (default for radio if I'm not mistaken), whereas most other feeds are...
Duncan Wilcox
duncanwilcox
Offline Send Email
Sep 3, 2002
6:39 am
3317
A lot of you will already have caught this via Scripting News but I launched a new service this week called myRSS (http://myrss.com). It lets anyone create an...
Ian Davis
ianalchemy
Offline Send Email
Sep 3, 2002
1:13 pm
3318
Jeff... This is interesting. Thanks for sharing. Assuming I didn't make any rounding errors this is the breakdown of feed version counts: Version Count .91...
tappnel
Offline Send Email
Sep 3, 2002
1:57 pm
3319
... Thanks for pointing that out. It should be fixed now....
Scott Raymond
scoraymond
Offline Send Email
Sep 3, 2002
3:33 pm
3320
... That is indeed correct. The majority of 'large description items' are coming from Radio feeds. This is largely because of how Radio works. The spec does...
Bill Kearney
wkearney99
Offline Send Email
Sep 3, 2002
3:54 pm
3321
... That is indeed correct. The majority of 'large description items' are coming from Radio feeds. This is largely because of how Radio works. The spec does...
Ziv Caspi
zivcaspi
Offline Send Email
Sep 3, 2002
9:00 pm
3322
... Indeed, some folks are motivated to use a reader for entire bits of text. However, consider that many RSS feeds are coming from sites that depend upon ...
Bill Kearney
wkearney99
Offline Send Email
Sep 3, 2002
9:10 pm
3323
... allow aggregated RSS items by topic, based upon a search of the full text of articles. RSS is about having metadata which gets you to original content and...
David Galbraith
davidwgalbraith
Offline Send Email
Sep 3, 2002
9:51 pm
3324
Hi all, I'd post this to a Radio specific forum but, well, you know the hassles there. All this talk about new formats for Radio made me wonder what it would...
Bill Kearney
wkearney99
Offline Send Email
Sep 3, 2002
10:05 pm
Messages 3295 - 3324 of 7450   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help