<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Plagiarism Todayplugins | Plagiarism Today</title>
	<atom:link href="http://www.plagiarismtoday.com/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plagiarismtoday.com</link>
	<description>Content Theft, Plagiarism, Copyright Infringement</description>
	<lastBuildDate>Mon, 13 Feb 2012 06:51:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>4 WordPress Plugins I Would Love</title>
		<link>http://www.plagiarismtoday.com/2009/07/31/4-wordpress-plugins-i-would-love/</link>
		<comments>http://www.plagiarismtoday.com/2009/07/31/4-wordpress-plugins-i-would-love/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 18:45:36 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Punditry]]></category>
		<category><![CDATA[Content-Theft]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Copyright-Infringement]]></category>
		<category><![CDATA[Plagiarism]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[RSS scraping]]></category>
		<category><![CDATA[Spam-Blogs]]></category>
		<category><![CDATA[Splogs]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.plagiarismtoday.com/?p=4218</guid>
		<description><![CDATA[As an avid WordPress user, there are a few plugins I'd like to see developed to help people protect their content.]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://files.plagiarismtoday.com/wp-content/uploads/2009/07/plugin-logo.png" alt="plugin-logo" title="plugin-logo" width="284" height="56" class="alignleft size-full wp-image-4222" /></p>
<p>I&#8217;m a big fan of WordPress and one of the key reasons has been the <a href="http://wordpress.org/extend/plugins/">plugins</a>. There&#8217;s a great community of WordPress developers out there that create very powerful plugins that do everything from make your site run faster to keeping the comment spammers at bay.</p>
<p>However, one area that has been a bit of a disappointment has been when it comes to tracking and content protection. Though <a href="http://wordpress.org/extend/plugins/copyfeed/">Copyfeed</a> was a <a href="http://www.plagiarismtoday.com/2007/05/24/copyfeed-plugin-now-available-in-english/">veritable Swiss army knife for RSS tracking and protection</a>, it hasn&#8217;t been updated in over a year and doesn&#8217;t work with current versions. </p>
<p><a href="http://www.plagiarismtoday.com/2006/10/05/update-digital-fingerprint-plugin-beta-2/">Likewise, the Digital Fingerprint plugin</a> has fallen on hard times as well.</p>
<p>WordPress plugins are in a great position to help bloggers track and protect their content. Not only do they have direct access to the server and its files, including the feed, but they operate largely in the administration area, where most WordPress users go for all of their blogging information.</p>
<p>With that in mind, here are four WordPress plugins I have not been able to find but would like to see created. If there are any developers looking for a weekend project, maybe they&#8217;ll consider one. Likewise, if I&#8217;ve overlooked a plugin, please let me know so I can update this post.<span id="more-4218"></span></p>
<h4>4. Proper Licensing</h4>
<p>There seems to be about a thousand WordPress plugins that let you add a Creative Commons License to your site. This seems odd to me as it is pretty trivial to just add the CC license yourself via your themes editor, but if you prefer to use a plugin, that is perfectly fine.</p>
<p>However, there seems to be no plugins that help people license the content correctly, including completing the license. <a href="http://www.plagiarismtoday.com/2008/04/09/photodropper-creative-commons-made-easy/">PhotoDropper</a> is an excellent example of correctly licensing content as it goes into the blog, but I want something to help others as they license the content from my site.</p>
<p>Specifically, I&#8217;d like a &#8220;reuse this article&#8221; link to appear on my site and provide the visitor with HTML code that they can use to paste the work into their site. That will include proper attribution and, if appropriate, a link to the CC license. Ideally, I&#8217;d like to have this plugin remove images (or at least the option to) so to avoid hotlinking issues.</p>
<p>This could be used with CC licenses, which would be ideal, but could also be used for those who want specific &#8220;author boxes&#8221; on their reused articles. Either way, the end result would be that, with a click, a copy and a paste, a visitor would be able to republish my articles and complete my license terms.</p>
<p>Note: There is already a plugin for licensing RSS feeds called <a href="http://sourcedfrom.com/">SourcedFrom</a> that I will be talking about more next week.</p>
<h4>3. Non-Repudiation Integration</h4>
<p>One of the more difficult problems on the Web is knowing who published something first. Though not likely useful in a court of law, it can be VERY useful in the court of public opinion. To help with that, non-repudiation services such MyFreeCopyright, Numly and Registered Commons have formed to record when a post is saved.</p>
<p>It would be nice if the process of submitting to these services would be automatic so that, when I hit &#8220;Publish&#8221; the work is automatically uploaded, timestamped and stored. Technically both <a href="http://numly.com">Numly</a> and Registered Commons have WordPress plugins but both are out of date and <a href="http://registeredcommons.org">Registered Commons</a> was too difficult to ever be practical.</p>
<p>However, the limitation here is likely due to the lack of robust APIs. <a href="http://myfreecopyright.com">MyFreeCopyright</a> and <a href="http://www.safecreative.org/">SafeCreative</a>, the two leading free services, both lack publicly available APIs at this time (though both say they are working on it).</p>
<p>This may be a situation where someone has to create the service first and the plugin second&#8230;</p>
<h4>2. FairShare Integration</h4>
<p><a href="https://fairshare.attributor.com/fairshare/">FairShare</a> is a free service by <a href="http://attributor.com">Attributor</a> that follows your feed and produces a second feed for you to subscribe to that locates copies of your works on the Web. It works very well for bloggers and uses the same matching technology as the main Attributor service, which is used by many major publishers.</p>
<p>Integrating this into WordPress makes a lot of sense. A simple version might just subscribe to the FairShare feed in the admin panel where more advanced ones could look at the content of the entries and prioritize them in some way. </p>
<p>This might be tricky as the FairShare feed is just a regular RSS feed with the content laid out in a table. Also, the feed structure could change at any time as changes are made to the service. Still, given how frequent content reuse is and how much of the potential audience is on other sites, it seems like it could be a worthwhile addition.</p>
<h4>1. CopyFeed Replacement</h4>
<p>CopyFeed, when it worked, was a powerhouse against RSS feed scraping let you track where your feed was being used and then block the spammers from accessing it. No need to send cease and desist letters or takedown notices unless you wanted the old content removed or the spammer constantly worked to circumvent your blocks. </p>
<p>It required careful use, especially since you could block legitimate visitors as well, but it was a powerful plugin that was great for those who did not use FeedBurner. However, it doesn&#8217;t appear to work with current WordPress versions and seems to be dead in its development</p>
<p>That being said, the plugin is GPL, so there may be an opportunity for another developer to revive and fix it.</p>
<h4>Bottom Line</h4>
<p>Though I don&#8217;t expect all or even any of the plugins above to materialize, I hope that by tossing these ideas out a conversation will start about the role such plugins could play in licensing, tracking and protecting content. Maybe then one of these ideas, or an offshoot of them, will catch the eye of a developer who will take it up.</p>
<p>Even just one of these plugins could be a huge asset for bloggers. I&#8217;m hoping that someone else will see that and consider at least one to be a worthwhile venture&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plagiarismtoday.com/2009/07/31/4-wordpress-plugins-i-would-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classic Articles: Personal Favorites</title>
		<link>http://www.plagiarismtoday.com/2008/06/24/classic-articles-personal-favorites/</link>
		<comments>http://www.plagiarismtoday.com/2008/06/24/classic-articles-personal-favorites/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 15:00:22 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Housekeeping]]></category>
		<category><![CDATA[blog herald]]></category>
		<category><![CDATA[Content-Theft]]></category>
		<category><![CDATA[Copyright-Infringement]]></category>
		<category><![CDATA[DMCA]]></category>
		<category><![CDATA[plagiarim]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordcamp dallas]]></category>
		<category><![CDATA[wordcamp dallas 2008]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress-Plugins]]></category>

		<guid isPermaLink="false">http://www.plagiarismtoday.com/?p=1281</guid>
		<description><![CDATA[Today, as part of the ongoing series of classic articles, I'm highlighting 9 articles from three different sites that, though I personally enjoyed, didn't quite get the attention I thought they would. ]]></description>
			<content:encoded><![CDATA[<p><IMG SRC="http://www.plagiarismtoday.com/images/European_Journalism_Centre_-_Homepage-20080619-233538.png" alt="Digg Icon" align="left" class="picleft"><em>Note: Since I will be gone most of this week to the <a href="http://www.plagiarismconference.co.uk/" title="International Plagiarism Conference">International Plagiarism Conference</a> and unable to post new material, I&#8217;m doing a short series highlight past posts from the various sites I write for. This post is the second in that series.</em></p>
<p>One thing I have learned while writing for Plagiarism Today is that my own feelings provide absolutely no indication of how well it will be received. Some articles I&#8217;ve liked have done really well, others fell flat.</p>
<p>Here are some of my personal favorite entries and articles at the three sites I currently write for.<br />
<span id="more-1281"></span></p>
<h4>Plagiarism Today</h4>
<p><a href="http://www.plagiarismtoday.com/2008/04/10/video-wordcamp-dallas-presentation/" title="WordCamp Dallas Presentation">Video: WordCamp Dallas Presentation</a> &#8211; The recorded footage from my presentation at WordCamp Dallas. Almost makes me look good.<br />
<a href="http://www.plagiarismtoday.com/2006/10/09/five-essential-wordpress-content-protection-plugins/" title="Content Theft Protection">Five Essential WordPress Content Protection Plugins</a> &#8211; A great article for the WordPress crowd. Still mostly holds true nearly two years later.<br />
<a href="http://www.plagiarismtoday.com/2006/02/22/instant-article-ghostwriter-nickle-dime-plagiarism/" title="Instant Article Ghostwriter">Instant Article Ghostwriter: Nickle &#038; Dime Plagiarism</a> &#8211; A scraping product still not known by many bloggers. </p>
<h4>Blog Herald</h4>
<p><a href="http://www.blogherald.com/2007/12/26/the-five-worst-ideas-in-content-theft/" title="The Five Worst Ideas in Content Theft">The Five Worst Ideas in Content Theft</a> &#8211; For those who want to know what NOT to do when it comes to protecting your content.<br />
<a href="http://www.blogherald.com/2007/09/17/how-to-avoid-spambots-by-using-pinging-services/" title="Avoiding Spammers by Pinging Smart">How To Avoid Spambots By Using Pinging Services</a> &#8211; How to avoid some spammers by changing your pinging servers.<br />
<a href="http://www.blogherald.com/2007/06/25/the-20-best-free-anti-plagiarism-tools/" title="Best Anti-Plagiarism Tools">The 20 Best Free Anti-Plagiarism Tools</a> &#8211; One of my favorite lists of the best tools for fighting content theft.</p>
<h4>European Journalism Centre</h4>
<p><a href="http://www.ejc.net/magazine/article/avoiding_copyright_catastrophe/" title="Avoiding Copyright Catastrophe">Avoiding copyright catastrophe</a> &#8211; How not to end up defending a bad copyright move.<br />
<a href="http://www.ejc.net/magazine/article/how_much_is_a_link_worth/" title="How Much is a Link Worth">How much is a link worth?</a> &#8211; About putting a price in incoming links.<br />
<a href="http://www.ejc.net/magazine/article/part_one_surviving_the_me_era/" title="Surviving the Me Era">Part One: Surviving the &#8220;Me&#8221; Era</a> &#8211; A new series about the new age of media consumption and how to thrive in it. </p>
<h4>Conclusions</h4>
<p>Not all of these articles were big hits when they came out though some have found second and third lives in certain communities. However, these are all articles that I was at least modestly proud of when they were released and hope that, by giving them a little extra attention, they can help people who might either be new to the sites or missed them the first time.</p>
<p>Please let me know if any of these articles strike a chord with you or if there is something else I should focus on in the future. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.plagiarismtoday.com/2008/06/24/classic-articles-personal-favorites/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CopyFeed Plugin Now Available in English</title>
		<link>http://www.plagiarismtoday.com/2007/05/24/copyfeed-plugin-now-available-in-english/</link>
		<comments>http://www.plagiarismtoday.com/2007/05/24/copyfeed-plugin-now-available-in-english/#comments</comments>
		<pubDate>Thu, 24 May 2007 18:29:49 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Prevention]]></category>
		<category><![CDATA[Content-Theft]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Copyright-Infringement]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[Plagiarism]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Scraping]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.plagiarismtoday.com/2007/05/24/copyfeed-plugin-now-available-in-english/</guid>
		<description><![CDATA[With my recent move this story fell through the cracks a bit, but I wanted to let everyone know that the CopyFeed WordPress Plugin, previously reported on here, has now been translated into English. I took the time today and installed the plugin here on my feed and am, so far, loving it. It is...]]></description>
			<content:encoded><![CDATA[<p>With my recent move this story fell through the cracks a bit, but I wanted to let everyone know that the <a href="http://wordpress.org/extend/plugins/copyfeed/">CopyFeed WordPress Plugin</a>, previously reported on <a href="http://www.plagiarismtoday.com/2007/05/04/wordpress-plugin-copyright-feed/">here</a>, has now been translated into English.</p>
<p>I took the time today and installed the plugin here on <a href="http://feeds.feedburner.com/PlagiarismToday">my feed</a> and am, so far, loving it. It is a very powerful plugin and seems to do everything that it advertises. Though I am not using the IP identification tool due to my use of <a href="http://www.feedburner.com">FeedBurner</a>, I am using it to place a small copyright notice and the digital fingerprint.</p>
<p>It also corrects other feed-related issues, such as WordPress artificially truncating entries that use the &#8220;MORE&#8221; tag, and adds the ability to insert comments and related posts into the feed.</p>
<p>The only frustration I&#8217;ve had is that you need to be careful to save your options before you update the preview, otherwise, you will likely lose all of your work.</p>
<p>Beyond that, if it works correctly with this post, it is a powerful plugin that combines functionality that was once spread across nearly a half dozen plugins.</p>
<p>I would encourage every WordPress using that is running their own installation to look at getting it.</p>
<p><strong>Update:</strong> I checked the output from this feed after I published the post and it caused an error with the feed, removing all paragraph breaks in the post itself. I&#8217;m going to contact the creator of the plugin and see if this is a problem he is aware of.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plagiarismtoday.com/2007/05/24/copyfeed-plugin-now-available-in-english/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.plagiarismtoday.com @ 2012-02-13 05:02:29 -->
