green_amber (
green_amber) wrote2006-01-03 02:24 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
RSS quick query
I know I asked this before but could someone remind me: if you are an on line creator (eg the P V P people or Boing Boing say) can you STOP your work being syndicated by RSS using particular code? if so, how? does it have any drawbacks? Thanks!!! Could you allow some people to RSS it and not others? Would that require password protection effectively?
no subject
So there's no code you can insert a bit like the robots.txt that stops people making an RSS feed out of your site? can you build your site not in XML just in HTTP?
no subject
The thing is, once you have content in an open format like HTML, anyone can do anything with it. You'd need to put your site content in FLash or similar.
One option would be to build you site as a content negotiated CMS and just block out the IP addresses or HTTP User Agents of scraping tools. That would work...
no subject
no subject
The problem is that the bad guys have access to the same technologies as you do. It's like dealing ith spam...
no subject
no subject
HTTP is a protocol not a markup language -- I assume you meant HTML. XML or HTML makes no difference, anything that is human-readable is also machine readable unless you hide it behind something that needs human-level pattern-matching skills like a CAPTCHA image.