BRISKODA - The Skoda Forums

BRISKODA on your desktop.

This is a discussion on BRISKODA on your desktop. within the Skoda Motoring News forums, part of the BRISKODA Announcements, News, Introductions and Rules category; Hi all, Just a quick note to let you know we've updated a feature to provide BRISKODA content via RSS. ...


Go Back   BRISKODA - The Skoda Forums > BRISKODA Announcements, News, Introductions and Rules > Skoda Motoring News

Pronounced "bris-skoda", a brisk skoda.

Register FAQ Members List Calendar Mark Forums Read
Old 18-10-2004, 14:11   #1
Site owner
 
ColinD's Avatar
 
Join Date: Oct 2002
Location: Hill & Mountains of North Wales
Posts: 10,104
Default BRISKODA on your desktop.

Hi all,

Just a quick note to let you know we've updated a feature to provide BRISKODA content via RSS.

Here are some details:
WHAT HAS CHANGED?
Almost every part of the code dealing with the RSS output selection has changed.

* A new option has added been added named "qty" to allow you to specify the number of threads that are to be selected in the feed. This was done to give greater control to those who want to syndicate their feeds or to display the latest headlines on their web site/desktop. The default value of 15 will be used if no value is provided. Example usage:

Code:
http://briskoda.net/forums/external.php?type=rss2&qty=20
* A new option has been added named "items" to allow you to specify if the feed should be only of new threads or of any threads that have had recent activity. By default the current version of external.php will only show the last 15 new threads; if somebody replies to an older message then that thread will not be included in the output since the thread creation date is older than the 15 newest threads. Providing a value of "active" to the new "items" option will result in the X number of threads you specify that have either had recent replies or is new thread. In other words, if a thread has any replies then the date of the last reply will be used as part of the selection process but if the thread doesn't have any replies to it yet then the thread creation date will be used as part of the selection process. This was done to allow flexibility in what should be included in the external feed. For example, you might want to see any threads that have had recent activity regardless of how long ago the thread was started but you as a web master might only want to show only new threads on your home page. The default behavior will be to only select new threads if no value is provided. Example usage:

Code:
http://www.briskoda.net/forums/external.php?type=rss2&qty=20&items=active
* The feed type previously called "rss2" has been relabeled as "rss1" and changed to be compliant with the RSS 1.0 specifications. This was done because even though the output was identifying it as "RSS 2.0" it was really RSS 1.0 elements being shown. The RSS 1.0 specifications (aka: "RDF") use the Dublin Core element tags. Example usage:

Code:
	 http://www.briskoda.net/forums/external.php?type=rss1
* The feed type "rss2" has been completely redone to be compliant with the RSS 2.0 specifications. Several new elements are now included.

* The default RSS feed type of "rss" has been changed from version 0.91 to the RSS 0.92 specifications. This was done because version 0.91 has a limitation on the number of items that can be included as well has having limitation on the length of several of the values such as the description field. Version 0.92 did away with both limitations. New element tags were introduced with 0.92 and several of them (language, docs, & category) are now included.

* All dates in the RSS feeds have been changed to be RFC-822 compliant.

* The RSS descriptions elements have been changed to remove the "’" character from it's output. Even though the description element is contained within a CDATA tag the inclusion of that character causes the feed to fail validation.

* A new option has been added named "postlen" to let you specify how much of the post's text should be included in the feed. You have three choices: (a) Specify "full" to include the entire text or (b) specify an X number of characters or (c) don't specify anything and default to the value.Example usage:


Code:
 http://www.briskoda.net/forums/external.php?type=rss2&postlen=full
Code:
http://www.briskoda.net/forums/external.php?type=rss2&postlen=100
* A new option has been added named "bbcode" to let you specify whether the text should include any BB codes, parse the BB codes into HTML, or strip the BB codes. You can either "yes" to not strip the the codes, "parse" to translate the BB codes into HTML or not specify anything and let it default to removing the codes. NOTE: I have this turned on currently only for the item's description. Example usage: Code:

Code:
 http://www.briskoda.net/forums/external.php?type=rss2&bbcode=yes
Code:
http://www.briskoda.net/forums/external.php?type=rss2&bbcode=parse
* A new option has been added named "html" to let you specify whether the text should be stripped of HTML special characters. You can either specify "yes" to not strip the the special characters or not specify anything and let it default to removing them. NOTE: I have this turned on currently only for the item's description. Example usage:

Code:
 http://www.briskoda.net/forums/external.php?type=rss2&html=yes
BUT DOES IT VALIDATE?
Yes! All three versions of the RSS feeds (rss, rss1, & rss2) validate at Feed Validator. The RSS 1.0 feed (rss1) also validates at the RSS 1.0 validator. Please note: When using the RSS 1.0 Validator there are two options available on the page, use the bottom one! The top on will only validate to the Dublin Core module standard; because some Syndication tags are being used the newer validation check at the bottom of the page should be used.


CAN I USE MORE THAN OPTION AT A TIME?
Yes! You may have noticed from the comments above that the various options can be all used together for flexibility. For example, if I wanted an RSS 2.0 feed of the last 20 threads that have had any activity showing the entire text of the message with the BB codes left in the command would be:
Code:
 http://www.briskoda.net/forums/external.php?type=rss2&qty=20&items=active&postlen=full&bbcode=yes

WHAT RSS APPLICATIONS HAS THIS BEEN TESTED WITH YET?
Browsers: Mozilla FireFox 1.0PR | Opera
Aggregators: Newz Crawler | Desktop Sidebar | Sage for Firefox | PerfectXML

With thanks to KW802 for his contribution.
__________________

ColinD - 97/100 Limited Edition Octavia vRS < For Sale
www.BRISKODA.net :: Site Owner.

E-Mail : webmaster at briskoda dot net
Got a comment to make about the site? Please feel free to use the feedback form here, we welcome your views.


Last edited by ColinD; 18-10-2004 at 14:25.
ColinD is offline  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 18-10-2004, 14:29   #2
BRISKODA Staff
 
mannyo's Avatar
 
Join Date: Nov 2002
Location: Stevenage Herts.
Posts: 10,322
Default

Cool, now I can setup gbpvr so I can see briskoda on the 32" telly.
__________________
Manny
2005 Octavia 2.0TDi Elegance combi

my skoda website http://www.octaviars.co.uk

Join the briskoda.net folding team click Here for more info
mannyo is online now  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 18-10-2004, 14:30   #3
Lone Star
 
ncarring's Avatar
 
Join Date: Feb 2003
Location: Boringly, Wiltshire!
Posts: 12,606
Default

Now do you wanna tell us what the heck RSS is ???

(sits back and waits for anti-Msoft inferno...)
__________________
Nick
ncarring is offline  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 18-10-2004, 14:38   #4
BRISKODA Staff
 
mannyo's Avatar
 
Join Date: Nov 2002
Location: Stevenage Herts.
Posts: 10,322
Default

I am not sure what it stands for, but it basically gives you a way to read the content using something other than a web browser, you can use the browsers mentioned by Colin. The pages are downloaded in XML format.
__________________
Manny
2005 Octavia 2.0TDi Elegance combi

my skoda website http://www.octaviars.co.uk

Join the briskoda.net folding team click Here for more info
mannyo is online now  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 18-10-2004, 14:39   #5
Site owner
 
ColinD's Avatar
 
Join Date: Oct 2002
Location: Hill & Mountains of North Wales
Posts: 10,104
Default

Sorry...

RSS...http://www.webreference.com/authorin...xml/rss/intro/
__________________

ColinD - 97/100 Limited Edition Octavia vRS < For Sale
www.BRISKODA.net :: Site Owner.

E-Mail : webmaster at briskoda dot net
Got a comment to make about the site? Please feel free to use the feedback form here, we welcome your views.

ColinD is offline  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 18-10-2004, 14:40   #6
Lone Star
 
ncarring's Avatar
 
Join Date: Feb 2003
Location: Boringly, Wiltshire!
Posts: 12,606
Default

Quote:
Originally Posted by mannyo
... other than a web browser, you can use the browsers mentioned ...
Which, as their description suggests, are indeed browsers. What other tools might one use?
__________________
Nick
ncarring is offline  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 18-10-2004, 14:41   #7
Lone Star
 
ncarring's Avatar
 
Join Date: Feb 2003
Location: Boringly, Wiltshire!
Posts: 12,606
Default

Quote:
Originally Posted by ColinD
I was reading this as we spoke, but I'm still not clear how I would make use of this "feed" ....?
__________________
Nick
ncarring is offline  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 18-10-2004, 14:44   #8
Site owner
 
ColinD's Avatar
 
Join Date: Oct 2002
Location: Hill & Mountains of North Wales
Posts: 10,104
Default

Quote:
Originally Posted by ColinD
Screen Shots for Opera and PerfectXML; looks almost work like
Attached Images
File Type: jpg rss-1.jpg (71.0 KB, 49 views)
File Type: jpg rss-2.jpg (64.7 KB, 53 views)
__________________

ColinD - 97/100 Limited Edition Octavia vRS < For Sale
www.BRISKODA.net :: Site Owner.

E-Mail : webmaster at briskoda dot net
Got a comment to make about the site? Please feel free to use the feedback form here, we welcome your views.

ColinD is offline  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 18-10-2004, 14:46   #9
Site owner
 
ColinD's Avatar
 
Join Date: Oct 2002
Location: Hill & Mountains of North Wales
Posts: 10,104
Default

Also http://www.desktopsidebar.com/
__________________

ColinD - 97/100 Limited Edition Octavia vRS < For Sale
www.BRISKODA.net :: Site Owner.

E-Mail : webmaster at briskoda dot net
Got a comment to make about the site? Please feel free to use the feedback form here, we welcome your views.

ColinD is offline  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 03-11-2004, 00:15   #10
fully boyced.
 
boyced's Avatar
 
Join Date: Jul 2004
Posts: 2,919
Default

I use Firefox, should the RSS logo be showing like it does for the BBC website?
__________________



boyced is offline  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 03-11-2004, 08:28   #11
Briskodian
 
Pythix's Avatar
 
Join Date: Nov 2003
Location: Around the South-East.....
Posts: 474
Default

Anyone use desktop sidebar and care to share how to incorporate the feeds???

TIA
__________________
Back from the dark side.
Red Fabia vRS
Pythix is offline  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Old 23-03-2005, 14:13   #12
Site owner
 
ColinD's Avatar
 
Join Date: Oct 2002
Location: Hill & Mountains of North Wales
Posts: 10,104
Default

Download desktop sidebar.

Once installed and running right click on newsroom heading > panel properties.

In the channels tab, click Add...

Past the following url: http://www.briskoda.net/forums/exter...ull&bbcode=yes

You can drag the feed to the top if you wish. Clicking edit, will take the url above and give you various options.

Hope that helps, sorry it took a while to reply, just come back to this thread for other reasons
__________________

ColinD - 97/100 Limited Edition Octavia vRS < For Sale
www.BRISKODA.net :: Site Owner.

E-Mail : webmaster at briskoda dot net
Got a comment to make about the site? Please feel free to use the feedback form here, we welcome your views.

ColinD is offline  
Digg this Post!Add Post to del.icio.us
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 09:30.


Website © 2002-2008 BRISKODA ltd & SUMMIT360 ltd E. & O.E.

Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99