Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

RSS Feed Available

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
boots
Administrator


Joined: 16 Apr 2003
Posts: 5611
Location: Toronto, Canada

PostPosted: Tue Oct 07, 2003 5:15 am    Post subject: RSS Feed Available Reply with quote

Hi all.

Just letting everyone know that an RSS feed of the forum postings is now available.

http://www.phpinsider.com/smarty-forum/rdf.php

A link on the front page will show up eventually Smile

Enjoy!
Back to top
View user's profile Send private message
panic
Smarty n00b


Joined: 05 Feb 2004
Posts: 1

PostPosted: Thu Feb 05, 2004 11:56 pm    Post subject: rss Reply with quote

I am trying to post RSS now using "zfeeder" ( http://zvonnews.sourceforge.net/ )

It looks like to me that this needs to be an include_php in order to get this script to work. If that's right, the documentation only gives an example using mysql, but this doesn't use mysql. How do I script Smarty to use zfeeder then?

tia (no, really)

panic
Back to top
View user's profile Send private message
ptsjohnny
Smarty Rookie


Joined: 25 May 2004
Posts: 13

PostPosted: Thu Aug 05, 2004 2:16 pm    Post subject: Reply with quote

I get an error trying to load this feed:

Code:

XML Parsing Error: not well-formed
Location: http://www.phpinsider.com/smarty-forum/rdf.php
Line Number 41, Column 69:   <title>how to dynamically rewrite just a single template &div></title>
--------------------------------------------------------------------^
Back to top
View user's profile Send private message
boots
Administrator


Joined: 16 Apr 2003
Posts: 5611
Location: Toronto, Canada

PostPosted: Thu Aug 05, 2004 3:21 pm    Post subject: Reply with quote

yeah, its not the best rss system...I will fix the title to see if that changes anything.

EDIT: yup
Back to top
View user's profile Send private message
kills
Smarty Elite


Joined: 28 May 2004
Posts: 493

PostPosted: Fri Aug 06, 2004 6:27 am    Post subject: Re: RSS Feed Available Reply with quote

boots wrote:
Hi all.

Just letting everyone know that an RSS feed of the forum postings is now available.

http://www.phpinsider.com/smarty-forum/rdf.php

A link on the front page will show up eventually Smile

Enjoy!


Why do i need a RSS feed?
What can i do with it?
Back to top
View user's profile Send private message
sunshine
Smarty n00b


Joined: 11 Aug 2004
Posts: 1

PostPosted: Wed Aug 11, 2004 7:41 am    Post subject: Reply with quote

Quote:
Just letting everyone know that an RSS feed of the forum postings is now available.


Sweetness, just added to my subscriptions. Smile

Quote:
Why do i need a RSS feed?
What can i do with it?


RSS Feed is a clean and fast way to check for updated webpages/blogs/forums, you name it. (If I understand what you're asking. Smile)

Basically, this is helpful in that you can automatically check your various sites for new content all at once, rather than surfing to each one individually.

The easiest way to explain it would be to see it for yourself. I highly recommend the free and light-weight SharpReader (screenshot).

'course you can check out the others too if you want.

Edit: That's strange. Viewing the feed alone works fine, but as soon as I subscribe to the feed I can't view the items anymore (and I don't have this problem with my other feeds).

I don't think this is causing the problem, but thought you might want to know.
Back to top
View user's profile Send private message
kills
Smarty Elite


Joined: 28 May 2004
Posts: 493

PostPosted: Fri Sep 17, 2004 12:22 pm    Post subject: Reply with quote

what about using live bookmarks with mozillaFireFox?

http://www.mozilla.org/products/firefox/live-bookmarks.html


you only have to add a link tag to the rss feed sites
Back to top
View user's profile Send private message
Hpatoio
Smarty Rookie


Joined: 29 Apr 2003
Posts: 25
Location: Italy

PostPosted: Thu Dec 23, 2004 8:29 am    Post subject: Re: RSS Feed Available Reply with quote

Hello, is a couple of day I get an error when I try to read Smarty RSS feed.

I use "Sage" (http://sage.mozdev.org/) as reader.

If I open the "page" directly with FF I get:

Code:
XML Parsing Error: not well-formed
Location: http://www.phpinsider.com/smarty-forum/rdf.php
Line Number 66, Column 69:   <title>&nocache& and &undefined _smarty_tplfunc"</title>
--------------------------------------------------------------------^


Ciao
Back to top
View user's profile Send private message Visit poster's website
reynier
Smarty Pro


Joined: 12 Apr 2005
Posts: 104
Location: Cuba

PostPosted: Mon Oct 17, 2005 2:01 am    Post subject: How ... Reply with quote

How I can use a RSS Reader like FeedDemon to see the Smarty RSS in my PC directly? I try to add the channel but when I put the URL the RSS Reader return an error.

Regards
_________________
ReynierPM
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
JasonDS
Smarty Rookie


Joined: 25 Jan 2007
Posts: 25

PostPosted: Thu Jan 25, 2007 6:54 am    Post subject: Reply with quote

It has what every RSS reader needs, minus all the extra goodies.

But what I would like to see is attributes replies, last-reply, author, and maybe even views.

If you're OK with attributes
Code:

  <item author="JasonDS" replies="0" lastreply="JasonDS" views="6">
  <title>My Framework (Rate It)</title>
  <link>http://www.phpinsider.com/smarty-forum/viewtopic.php?p=38747#38747</link>
  </item>


If you are not OK with attributes (are you a node person? Razz)
Code:

  <item>
  <author>JasonDS</author>
  <replies>0</replies>
  <lastreply>JasonDS</lastreply>
  <views>6</views>
  <title>My Framework (Rate It)</title>
  <link>http://www.phpinsider.com/smarty-forum/viewtopic.php?p=38747#38747</link>
  </item>


If anyone here is new to XML, try PHP XPath, it's easy to use, I used it as a beginner Smile
Back to top
View user's profile Send private message Send e-mail
Asthaseo
Smarty n00b


Joined: 25 Jan 2011
Posts: 1

PostPosted: Tue Jan 25, 2011 2:05 am    Post subject: Reply with quote

It's a not a proper url for creating rss feed.

--------------------------
Electricistas en Barcelona
Back to top
View user's profile Send private message
mary
Smarty Rookie


Joined: 09 Aug 2016
Posts: 5

PostPosted: Tue Aug 09, 2016 10:17 am    Post subject: Reply with quote

Hello !! is a couple of day I get an error when I try to read Smarty RSS feed.

I use "Sage" (http://sage.mozdev.org/) as reader.

If I open the "page" directly with FF I get:
Telephone Conference Calling ||Audio Conferencing || WP Chat || Wordpress Online Shop|| wordpress cart
Back to top
View user's profile Send private message
edward
Smarty Rookie


Joined: 15 Aug 2016
Posts: 5

PostPosted: Mon Aug 15, 2016 11:12 am    Post subject: Reply with quote

Yeah, its not the best rss system...I will fix the title to see if that changes anything.
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP