http://tiddlywiki.bidix.info/#RSSReaderPlugin
but I haven't been able to get the rss for my haloscan comments into
TW. The comments feed looks like this, according to haloscan:
http://www.haloscan.com/members/rss.php?user= [myusername here]
Is there a way to get this to work with the RSSReaderPlugin?
The point of doing this would be to have a tiddler containing the feed
of all of the comments on my TW (rather than just having the commments
on each tiddler available in a pop-up window by clicking on a link in
the tiddler, as described here in this thread:
http://groups.google.com/group/TiddlyWiki/browse_thread/thread/6ac8a8a698394d78/c02261322531d3cf?lnk=gst&q=haloscan&rnum=1#c02261322531d3cf
based on this plugin: http://end.com/~speth/HaloscanMacro.html )
Have you go to that bit yet? Post a URL so we can have a look.
;D
--
Daniel Baird
http://tiddlyspot.com (free, effortless TiddlyWiki hosting)
http://danielbaird.com (TiddlyW;nks! :: Whiteboard Koala :: Blog ::
Things That Suck)
http://post.queensu.ca/%7Elister/Index.htm/#Monde%20TestComment
I will take another look at RSSExtensions documentation, to see if I
can figure out the proxy.
Andrew
Start here:
http://tiddlywiki.bidix.info/#ProxyService
Basically, you copy the proxy.cgi and .tsallowedsites files to your
web host (it's Ruby, hopefully your host can run Ruby) and add the
haloscan site to the list of sites in .tsallowedsites.
Then, instead of giving your RSS reader the raw haloscan URL, you use
your proxy.cgi script URL, and pass it the URL to haloscan:
That way from the browser's point of view the RSS is coming from the
same web host as the original page, so no security risk. Hopefully I
haven't left out any steps :)
Good luck!
;D
I tried on a different server, which I believe has Ruby running by
default ( http://du180.n77.queensu.ca/#TWFeed ), but got the message
"Problem reading xml data: forbidden".
But I'm getting a bit out of my depth, here, and think that tiddlyspot
might be the answer, if they could be persuaded to add haloscan to
their list of acceptable proxies:
But I'm getting a bit out of my depth, here, and think that tiddlyspot
might be the answer, if they could be persuaded to add haloscan to
their list of acceptable proxies:
BidiX's command for the RssReaderPlugin looks like:
<<rssReader asText proxy.cgi?url=http://www.tiddlywiki.com/index.xml>>
(see http://tiddlywiki.bidix.info/#TiddlyWikiRSS)
The tiddlyspot proxy service is here:
http://tiddlyspot.com/proxy/www.tiddlywiki.com/index.html
I'm not sure how to combine the two - see my various attempts at:
http://andrewlister.tiddlyspot.com/#TiddlyWikiRss
I'm missing something.
http://andrewlister.tiddlyspot.com/#TWFeed
But the Haloscan feed is behaving strangely:
http://andrewlister.tiddlyspot.com/#HaloscanCommentsFeed
Compare:
www.haloscan.com/members/rss.php?user=adlister
http://andrewlister.tiddlyspot.com/proxy/www.haloscan.com/members/rss.php?user=adlister
The second tiddlyspot link is giving the error message "No username
specified".
Stand by.. we think we've got it right. Running updates now..
That comes across as as link to an external site, but there's nothing
after that
That comes across as as link to an external site, but there's nothing
after that
... but of course there's just one more little thing. Haloscan
provides just one RSS feed for all of the "threads" (tiddlers, that
is). Would it be possible, I wonder, to have the option of filtering
the feed to only display the items associated with the thread of the
same name as the tiddler? Using Safari's built in newsreader, for
example, I can display only the items with "TiddlerTitle", so it should
be possible.
> Simon Baird <simon...@gmail.com >