RSS feed
All  1-12  13-15

Previous
Next
 From:  tyglik
1362.13 In reply to 1362.12 
Hi Michael,

I was reading something about RSS feeds today morning ... sorry for that mistake.

>>It must be based off of your IP address - it must keep
>>an entry in its database for the last message sent to each IP address.

Definitely not. The RSS for the forum of which link I posted as an example actually works something like (if I understand it well); it always aggregates fifteen items and sends them to RSS reader on request. Then my reader built in browser compares which items were sent during the last update, shows new items and discards ones which were treated before. But it also means I don't get all new messages in case there were more than fifteen new messages written by users before requesting for update.

I am accustomed to reading McNeel's forum via webpage. However if I want I can download particular message to my Opera's news/e-mail client by typing, e.g. nntp://news2.mcneel.com/rhino/280270 into the address bar.

So if you added "something" which allowed for downloading a particular message (optionally whole thread?) via RSS or NNTP, it would be great!

>>it would probably be fairly easy for me to put together a little
>>"screen scraping" script which you could run to grab the contents
>>of any one particular forum post into a local .htm file on your hard disk.

I think I should be able to do very similar thing myself by Opera's user scripting.
Generally speaking, I prefer you spent your working day on improving MoI instead :)

Petr
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
1362.14 In reply to 1362.13 
> So if you added "something" which allowed for downloading a
> particular message (optionally whole thread?) via RSS or NNTP,
> it would be great!

Hi Petr, I have tweaked the RSS feed so that it can take a msg=x.y parameter in the URL, where x = thread id and y = message number in thread.

So for example to retrieve just this message here through RSS, you would use this address: http://moi3d.com/forum/threads_rss.php?msg=1362.14

So I think that should cover the basic part of what you wanted?


re: (optionally whole thread?) - unfortunately this one would take a fair amount more work, as the current RSS code is centered on the idea of a list of threads and not a list of messages.

re: NNTP - doing it through NNTP would be way way more difficult yet since that is a completely different protocol at the server level (different TCP port and everything), it would take a lot of custom work to serve out forum pages through NNTP requests.

Anyway, I hope that the new RSS tuneup works for you.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Michael Gibson
1362.15 In reply to 1362.14 
Also I made a change so that the message content in the RSS feed keeps its HTML.

Previously all the HTML tags were being stripped out which also removed line breaks, kind of changing everything into one big glob of text.

I think this should work better, but please let me know if you run into any problems with the RSS feed after this.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-12  13-15