How to Protect your RSS Feeds from Unscrupulous Aggregator’sどのように保護して不謹慎なのアグリゲータのRSSフィードから
Recently there has been a plethora web based aggregator sites.最近はウェブベースのアグリゲータサイトに余るほどです。 Some of them like diabetologica blatantly displays the full content from the feed.いくつかのようdiabetologicaが露骨に表示されるすべてのコンテンツからのフィードです。 So now you work hard to create your content and unscrupulous aggregators like diabetologica reap the benefits by displaying them along with their own advertisements.あなた、今すぐに懸命に働くと不謹慎なアグリゲータのようなコンテンツを作成してくださいdiabetologicaがさの恩恵を享受するとともに、独自の広告を表示しています。 If that doesn’t sound fair to you, then read on how to protect your content.公平な音をされていない場合に、入力し、お客様のコンテンツを保護する方法について読んでください。
One way would be to give out only excerpts in your feed. 1つの方法を与えるが、フィードにアウトのみの抜粋です。 Some find it objectionable.不愉快ないくつか見つけることです。 Personally I think it is a valid approach.個人的に思うことは、有効なアプローチです。 However I have chosen a second approach as described below.しかし私は2番目のアプローチとして選ばれた次のとおりです。
A very simple technique would be to append your copyright message to the end of your content.非常に単純なテクニックが著作権を追加して、お客様のコンテンツの最後にメッセージが表示されます。 A stern warning to the effect that if it is being viewed outside of a personal aggregator then it may be violating copyright, should act as an active deterrent.厳しい警告をするという趣旨の場合には人気の外に個人的なアグリゲータ入力し、著作権違反かもしれない、アクティブな抑止力の役割を果たす必要です。
I have started providing full content feed.私はすべてのコンテンツフィードの提供を開始します。 I am fine so long it is viewed from a personal aggregator.私は長いことが素晴らしいので、個人のアグリゲータの人気者です。 However if someone decides to display it in totality in his website, then I have objections.しかしいるかどうかを決める全体を表示することが自分のウェブサイトを、入力し、私は反対です。
The copyright statement I currently append to私は現在の著作権ステートメントを追加する Simple Thoughts Feed簡単な思考フィード is:は:
© 2005 © 2005 blog.taragana.com .です。 This RSS Feed is for personal non-commercial use only.このRSSフィードは、個人的な非営利目的でのみ使用します。 If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.読書ていない場合は、この資料で、ニュースアグリゲータ、そのサイトを見ては、あなたが著作権侵害として有罪を宣告した。 Please contact legal@taragana.com so we can take legal action immediately.お問い合わせlegal@taragana.comので、すぐに法的措置を取ることです。
As it is appended to the content of the feed items, it will only be visible if the full feed content is displayed.これは、コンテンツとして付加されたフィードのアイテム、それは次の場合は、完全なフィードのみでコンテンツが表示されます。 However it will not be displayed where feed excerpt is only provided.しかしここでフィードが表示されることはありませんが抜粋のみ提供します。
Obligatory Disclaimer: IANAL (I am not a lawyer).お定まりの免責事項: ianal (英語I am not a弁護士)です。 This does not construe legal advice.これは法律的なアドバイスを解釈します。 Talk to your lawyer before you decide on your course of action.弁護士に相談してくださして決定する前に、コース上のアクションです。
Technical Note: It has been implemented as a技術的な注:として実装されてきた WordPress Plugin WordPressの差込式 .です。
If you would like me to release it in Open Source, please let me know in comments.送信If you would like私を解放することがオープンソースにコメントをご連絡ください。 I have decided to move forward if I get at least 50 responses.私は前方に移動することを決めた、少なくとも50レスポンス取得すればよいです。 That would justify my effortsそれは私の努力を正当化 ![]()
What are your thoughts on this issue?この問題を解決するにはどのように考えですか?
Update: You can download the 更新プログラム:ダウンロードすることができます Angsuman’s Feed Copyrighter Plugin差込式のAngsumanの供給Copyrighter for WordPress (1.5 and above) to protect your feed items with copyright message.のWordPressの( 1.5以降) 、フィードアイテムを著作権を保護するメッセージを表示します。
Filed under提出されて CMS Software CMSソフトウェア , 、 Headline Newsニュースの見出し , 、 How Toどのように , 、 Pro BloggingプロBlogging , 、 Webウェブ , 、 Web Hostingウェブホスティング , 、 WordPress WordPressの | |
| |
RSS 2.0 RSS 2.0を | |
Email this Article電子メールこの記事
You may also like to readを読むようにすることも可能 |




June 16th, 2005 at 7:32 am 2005年6月16日7:32アム
$content = preg_replace(”/© 2005 <a href="http://blog.taragana.com/">blog.taragana.com</a>. This RSS Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact $コンテンツ= preg_replace ( " / © 2005年の<a href="http://blog.taragana.com/"> blog.taragana.com < / >です。このRSSフィードは、個人的な非営利目的でのみ使用します。場合にこの材料ではない読書してニュースアグリゲータ、そのサイトを見ては、あなたが著作権侵害として有罪を宣告した。お問い合わせ legal@taragana.com so we can take legal action immediately./”,”",$content);ので、すぐに法的措置を取ること./","",$コンテンツ) ;
June 16th, 2005 at 7:33 am 2005年6月16日の午前7時33時
with escapes and all.すべてをエスケープします。 you get the point.ポイントを入手してください。
June 16th, 2005 at 8:02 am 2005年6月16日は午前8時02時
Sure you can preg_replace it.確認することができます。 preg_replaceしてください。 But that is intentional copyright violation.しかしそれは意図的な著作権違反が発生します。
Also who guarantees that I am not going to change the text from time to time whoを保証しても私は行くのテキストを変更する時間をして
June 16th, 2005 at 11:13 am 2005年6月16日の11:13時
I’m not seeing the full feed at私は完全なフィードを見て http://blog.taragana.com/index.php/feed/
June 16th, 2005 at 12:54 pm 2005年6月16日は午後6:54
@BillySaysThis @ billysaysthis
Can you please elaborate.手の込んだことができる。 AFAICS it is giving out full content feed. afaicsすべてのコンテンツフィードを提供することがあります。 However WP has a BUG which prevents it from giving out all the pages in a multi-paged article (しかしWPのを防ぐには、バグを配ってからのすべてのページで、複数のページをサポート( sampleサンプル ). ) 。
Are you referring to that?は、あなたを参照するのですか?
Otherwise everything is as it should be.他のすべては、そのはずですよ。
June 16th, 2005 at 11:27 pm 2005年6月16日11:27 pmの
I’m using the Feedview extension for Firefox, I just clicked the link to see yur feed.私はFirefox用の拡張子を使用してfeedview 、私だけを参照yurフィードへのリンクをクリックします。 I only get the excerpts.私の抜粋のみ入手してください。
June 17th, 2005 at 3:35 am 2005年6月17日は3:35アム
@BillySayThis That is most likely a configuration issue with Feedview extension.の@ BillySayThisには問題が最も高いfeedviewの拡張子を設定します。 It is configured (default?) to display only excerpts.これは設定(デフォルトですか? )の抜粋のみを表示します。 However if you use any other Feed aggregators like Newzcrawler or Feeddemon or FeedReader etc. you will be able to view the full content of the post.しかし他のフィードを使用する場合はアグリゲータのようなフィードやFeedreaderへnewzcrawlerまたは等することができますすべてのコンテンツを表示するにするには、投稿します。
June 17th, 2005 at 4:30 am 2005年6月17日は午前4時30分
Quite right.全く正しいです。 But I imagine the unscrupulous user who steals your content will not care much about a further copyright infringement.しかし、私を想像して不謹慎なユーザーwho盗塁していないコンテンツがより詳細な著作権侵害についてのケアくらいです。
June 19th, 2005 at 1:09 am 2005年6月19日の午前1時09アム
@BillySayThis Let me know if your problem was resolved.の@ BillySayThisさせて知って使用して問題は解決されました。
@Denis But I imagine the unscrupulous user who steals your content will not care much about a further copyright infringement. @ドニしかし、私を想像して不謹慎なユーザーwho盗塁していないコンテンツがより詳細な著作権侵害についてのケアくらいです。
Look at it from the thief’s point of view.見ても泥棒の視点からです。 If hundreds of bloggers, he is aggregating from is using this then the viability of his system becomes questionable unless he wants to have the big fat threatening copyright infringement messages sticking out from each of his “original” post which doesn’t do a world of good for his credibility.数百人のブロガーの場合、彼はより凝集を使用して、このシステムがその後、彼の生存率に疑問をしない限り、彼の望みは、大きな脂肪を脅かす著作権侵害のメッセージを突き出してからそれぞれの彼の"オリジナル"の投稿を行うの世界ではありません彼の信頼性良いです。
So he is left with the option of filtering each feed to eliminate the copyright messages.そこで彼は左の各フィードを排除するためのフィルタリングオプションの著作権メッセージを表示します。 And they can come in different shapes and flavor.と来ることができますさまざまな形や色豊かです。 I can as easily have them randomized私はそれらと同じように簡単に無作為
So now not only he has to learn programming but also he has to be on constant vigil over scores of blogs looking for changes to theior copyright messages.したがって、今のプログラミングを学ぶだけでなく、彼は彼がされるだけでなく、徹夜の祈りを定数以上の変更を多数のブログを探してtheior著作権メッセージを表示します。 At that point he will soon realize it may be wiser and simpler to look for an alternative vocation.その時点で彼はすぐに実現することが賢明と簡単に代わる職業を探しています。 This is pretty much what I am hoping for.これはかなり私が望んでいる。
June 19th, 2005 at 3:27 pm 2005年6月19日は3:27 pmの
This is great!これはすごい! Please show us how you did it, or please release the plugin.詳細はお問い合わせどのようにするか、または、プラグインを発売します。
June 19th, 2005 at 9:32 pm 2005年6月19日は午後9時32分
@MacManx I am still fine tuning the plugin and adding more features.私はまだ微調整の@ MacManx差込式と、さらに機能を追加します。
June 19th, 2005 at 11:13 pm 2005年6月19日は11:13 pmの
I can’t wait!待ち切れないよ! ^_^ ^ _ ^
June 20th, 2005 at 2:28 pm 2005年6月20日2:28 pmの
Normally I hate “me too” comments but what MacManX said!通常は嫌い"私も"コメント数がどのようにMacManXによると!
And you said you wanted 50 comments.とコメントするによると50したいです。 I can leave another 37 if that’ll help私は別の37もしそれが手伝って残す
Tomトム
June 28th, 2005 at 1:42 am 2005年6月28日1:42アム
To MacManx, Tom Raftery and others:をにMacManX 、トムRafteryおよびその他:
Theその WordPress Plugin to automatically add copyright messages to your full content feed WordPressの差込式を自動的に追加して完全なコンテンツの著作権にメッセージを送り is now available for download.ダウンロードは、今すぐご利用いただけます。
September 14th, 2005 at 1:34 pm 2005年9月14日は1:34 pmの
[...] I also strongly recommend Angsuman Chakraborty’s article on protecting your RSS feed. [...]私も強くお勧めのAngsuman Chakrabortyの記事を保護してRSSフィードを登録しています。 [...]
December 28th, 2005 at 12:49 am 2005年12月28日は午後9:49
[...] This plugin adds a copyright message to your feed items. [...]このプラグインを追加する著作権のメッセージを使用してフィードのアイテムです。 No customization is required.のカスタマイズが必要です。 This acts as a deterrant to feed-stealers (you heard the word first here) who unscrupulously and blatantly displays your full feed contents (often with their own advertisements) in their site(s) without your permission.この行為へdeterrantをフィードとしてstealers (最初に、ここという言葉を聞いたこと) who無節操と露骨にして完全なフィードの内容が表示されます(多くの場合、独自の広告)を自分のサイト(劇団)があなたの許可なくします。 [...]
March 3rd, 2006 at 6:15 am 2006年3月3日は午前6時15
So is this still not released!?!?まだこれは、このリリース!ですか? !ですか?
With the invention of autobloggerpro (ARGH) and it being coupled with wordpress in its installation - we’re all in dire need of something like this to protect us.発明したのautobloggerpro (なんてこった)を提供しては、 WordPressのインストールが結合-私たちはすべてこのように悲惨な何かを保護する必要があります問い合わせください。
copyscape.com is great, but who can afford to pay that amount of money and do all that checking up on things? copyscape.comは素晴らしいが、 whoは、その額の金を払えないと、そのすべてをチェック事情に精通してですか?
September 14th, 2006 at 7:55 pm 2006年9月14日7:55 pmの
Is there a similar plugin for Blogger users?差込式があるため、同様のBloggerユーザーですか? I’ve unfortunately been plagiarized by a rather unscrupulous website and appending accusatory messages/posts have not been able to put a stop to it all.私は残念ながらplagiarizedされたウェブサイトと付け加えるという不謹慎なメッセージを起訴/投稿できるようにされていないすべてのをやめさせてやる。
September 27th, 2006 at 12:58 pm 2006年9月27日12:58 pmの
[...] I’ve found a Wordpress plugin that does this very thing. [...] WordPressの差込式を見つけた私はそれはこの非常ことです。 (Note: I haven’t actually used this plugin myself, but in theory it sounds like it should work). (注:実際に使われていないこの差込式私自身、しかし、理論的にすれば動作するように思われる) 。 The publisher of the feed copyright plugin, also has a great article on protecting your RSS feeds.差込式の発行元のフィードの著作権は、素晴らしい記事を保護するには、あなたのRSSフィードを使用できます。 Check it out.チェックしましょう。 [...]
November 9th, 2006 at 1:21 pm 2006年11月9日は1:21 pmの
Well, stumbled over this ideas over here.ええと、こっちへ来てstumbledこのアイデアです。 To prevent filtering out the appended copyright text one could include for example the timestamp or any formatted date with time into the copyright notice.フィルタリングを防止する著作権のテキストを付加して1つの例では、タイムスタンプが含まれるため、または任意のフォーマットの日付と時間を、著作権表示します。 That would make it virtually impossible to filter it out with a script since everytime the feed is getting called, the copyright-notice would be different.それは事実上不可能なことをするには、スクリプトにフィルタを適用して以来、フィードが就学許可証と呼ばれるたびに、著作権の通知が異なっています。 Just an idea…ただのアイデア…