<?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>Blog &#187; Project Wikify</title>
	<atom:link href="http://antimatter15.com/wp/category/other/project-wikify/feed/" rel="self" type="application/rss+xml" />
	<link>http://antimatter15.com/wp</link>
	<description>this title probably isn&#039;t very original</description>
	<lastBuildDate>Fri, 23 Jul 2010 21:21:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Project Wikify Updated</title>
		<link>http://antimatter15.com/wp/2009/12/project-wikify-updated/</link>
		<comments>http://antimatter15.com/wp/2009/12/project-wikify-updated/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 01:22:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project Wikify]]></category>
		<category><![CDATA[finally]]></category>
		<category><![CDATA[old]]></category>
		<category><![CDATA[revive]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wikify]]></category>

		<guid isPermaLink="false">http://antimatter15.com/wp/?p=903</guid>
		<description><![CDATA[In 2008 (That long ago, I know!), I started something called Project Wikify. Basically, it was a bookmarklet which let people edit stuff on web pages and save it onto a server. A lot of people may be aware of the simple thing where pasting javascript:document.designMode=&#8221;on&#8221;; into the URL bar makes the internet explode into [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_904" class="wp-caption alignright" style="width: 310px"><a href="http://antimatter15.com/wp/wp-content/uploads/2009/12/screenshot_056.png"><img class="size-medium wp-image-904 " title="Wikify Updated" src="http://antimatter15.com/wp/wp-content/uploads/2009/12/screenshot_056-300x220.png" alt="" width="300" height="220" /></a><p class="wp-caption-text">Yes, it&#39;s true. I finally updated Wikify</p></div>
<p>In 2008 (That long ago, I know!), I started something called <a href="http://wikify.antimatter15.com/">Project Wikify</a>. Basically, it was a bookmarklet which let people edit stuff on web pages and <em>save it onto a server</em>. A lot of people may be aware of the simple thing where pasting javascript:document.designMode=&#8221;on&#8221;; into the URL bar makes the internet explode into awesomeness such as replacing every other word in this blog with the name of a certain genitalia. Of course, the absolutely huge issue with this is that you really can&#8217;t <em>share</em> your <em>awesome</em> creation.</p>
<p>So here comes Wikify to fix that, the age-old problem of sharing your vandalized sites has been finally resolved&#8230;.  a year ago. And since then, nobody really has ever cared.</p>
<p>So, I looked back at it last week, and realized how painfully crappy the website for it was. To fix it, I decided to test out iWeb, yes, a totally non-leet WYSIWYG editor. But yes, that&#8217;s how crappy my web-design skills are, so the result is quite an improvement. Anyway, I used the Blank-Page template, so at least you can spare your eyes from yet another generic theme (*cough this blog cough*).</p>
<p>While designing the site, I tried out Wikify and discovered that it didn&#8217;t work on Wikipedia articles and the News button didn&#8217;t work. So I quickly got those features working, so now i&#8217;m writing this blog post about my tiny edits and the new site.</p>
<p><a href="http://wikify.antimatter15.com/">http://wikify.antimatter15.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://antimatter15.com/wp/2009/12/project-wikify-updated/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Wikify Format 2.0</title>
		<link>http://antimatter15.com/wp/2008/12/wikify-format-20/</link>
		<comments>http://antimatter15.com/wp/2008/12/wikify-format-20/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 22:45:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Project Wikify]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[wikify]]></category>

		<guid isPermaLink="false">http://antimatter15.110mb.com/wp/?p=344</guid>
		<description><![CDATA[2.0 isn&#8217;t an actual version number, but i&#8217;ve added the new one. it&#8217;s basically Parent ID (or _body) &#62; Element tag name : Parent Index &#62; format type = patch/innerhtml data or _body&#62;div:0&#62;span:1&#62;d=hello! the formats are p, d, and o, or Patch, HTML, and Legacy, respectively. Patch uses diff-match-patch, unidiff style data. Patch is the [...]]]></description>
			<content:encoded><![CDATA[<p>2.0 isn&#8217;t an actual version number, but i&#8217;ve added the new one.</p>
<p>it&#8217;s basically</p>
<p>Parent ID (or _body) &gt; Element tag name : Parent Index &gt; format type = patch/innerhtml data</p>
<p>or</p>
<p>_body&gt;div:0&gt;span:1&gt;d=hello!</p>
<p>the formats are p, d, and o, or Patch, HTML, and Legacy, respectively. Patch uses <a href="http://code.google.com/p/google-diff-match-patch/">diff-match-patch</a>, unidiff style data. Patch is the same, and Legacy is an intermediate format of sorts, which is easily converted to from the old formats, but still follows the general pattern of location&gt;type=data. The only difference between Legacy and HTML is that legacy uses a different location scheme.</p>
<p>The pluses of this new system, is that it&#8217;s more accurate, and your edits are more resistant to page changes. The data is more human readable, the system is more reliable, and stores less data on the server. The cons, are that there is a 20kb overhead in wikify core, and saving may take some more time.</p>
]]></content:encoded>
			<wfw:commentRss>http://antimatter15.com/wp/2008/12/wikify-format-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crashing IE</title>
		<link>http://antimatter15.com/wp/2008/12/crashing-ie/</link>
		<comments>http://antimatter15.com/wp/2008/12/crashing-ie/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 21:39:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Project Wikify]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[internet exploder]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[microsuck]]></category>

		<guid isPermaLink="false">http://antimatter15.110mb.com/wp/?p=342</guid>
		<description><![CDATA[Well, I was trying to iron out a IE bug for project wikify. Interestingly, that bug I encountered, crashes every IE since 5.5 (not sure if it crashes  5.0 yet, browsershots are still loading) http://wikify.googlecode.com/svn/trunk/v2/crashie.htm really, this just is just *another* IE issue&#8230;.]]></description>
			<content:encoded><![CDATA[<p>Well, I was trying to iron out a IE bug for project wikify. Interestingly, that bug I encountered, crashes every IE since 5.5 (not sure if it crashes  5.0 yet, browsershots are still loading)</p>
<p>http://wikify.googlecode.com/svn/trunk/v2/crashie.htm</p>
<p>really, this just is just *another* IE issue&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://antimatter15.com/wp/2008/12/crashing-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wikify Diff Engine</title>
		<link>http://antimatter15.com/wp/2008/12/wikify-diff-engine/</link>
		<comments>http://antimatter15.com/wp/2008/12/wikify-diff-engine/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 03:40:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Project Wikify]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tree]]></category>
		<category><![CDATA[wikify]]></category>

		<guid isPermaLink="false">http://antimatter15.110mb.com/wp/?p=340</guid>
		<description><![CDATA[So i built a pretty crappy tree-diff system for Wikify. It completely ignores the creation of new nodes, or the deletion of the nodes, but it works most of the time. It&#8217;s tree based, so the data is fine-grained to the level of however small the nodes are made to be. But many pages with [...]]]></description>
			<content:encoded><![CDATA[<p>So i built a pretty crappy tree-diff system for Wikify. It completely ignores the creation of new nodes, or the deletion of the nodes, but it works most of the time. It&#8217;s tree based, so the data is fine-grained to the level of however small the nodes are made to be. But many pages with huge paragraphs or such, have huge nodes, and editing a single word would mean saving a huge amount of data.</p>
<p>So Wikify will now use both the tree-based diff (which is great for HTML/XML docs, as they are trees) and divide the changes into text and do text diff for that. Right now, the only thing sutable is the google-diff-match-patch project, which is absolutely amazing, except for how huge it is. But I figure its okay, because I&#8217;m already including the (relative) bloatness of jQuery&#8230; (especially compared to vX)</p>
]]></content:encoded>
			<wfw:commentRss>http://antimatter15.com/wp/2008/12/wikify-diff-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wikify Update</title>
		<link>http://antimatter15.com/wp/2008/12/wikify-update/</link>
		<comments>http://antimatter15.com/wp/2008/12/wikify-update/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 23:07:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Project Wikify]]></category>
		<category><![CDATA[toolbar]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[wikify]]></category>

		<guid isPermaLink="false">http://antimatter15.110mb.com/wp/?p=320</guid>
		<description><![CDATA[I updated Wikify with the new Toolbar UI. http://wikify.antimatter15.com/]]></description>
			<content:encoded><![CDATA[<p>I updated Wikify with the new Toolbar UI.</p>
<p>http://wikify.antimatter15.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://antimatter15.com/wp/2008/12/wikify-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Wikify Prototype 5 Released</title>
		<link>http://antimatter15.com/wp/2008/09/project-wikify-prototype-5-released/</link>
		<comments>http://antimatter15.com/wp/2008/09/project-wikify-prototype-5-released/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 20:27:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project Wikify]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wikify]]></category>

		<guid isPermaLink="false">http://antimatter15.110mb.com/wp/?p=294</guid>
		<description><![CDATA[I just released Project Wikify prototype 5 revision 9. The highlights are support for &#8216;Channels&#8221; which let you have your own private &#8220;fork&#8221; of the internet. Also, Full IE support, and a completely redesigned website. On the backend, there&#8217;s a new communication protocol. Saving is only done through POST, no more JSONP/GET stuff. Loading is [...]]]></description>
			<content:encoded><![CDATA[<p>I just released Project Wikify prototype 5 revision 9. The highlights are support for &#8216;Channels&#8221; which let you have your own private &#8220;fork&#8221; of the internet. Also, Full IE support, and a completely redesigned website. On the backend, there&#8217;s a new communication protocol. Saving is only done through POST, no more JSONP/GET stuff. Loading is done differently too.</p>
<p>Again, you can get it from <a href="http://wikify.antimatter15.com">http://wikify.antimatter15.com </a></p>
<p>As with all the major updates before, the database was trashed in the process.</p>
]]></content:encoded>
			<wfw:commentRss>http://antimatter15.com/wp/2008/09/project-wikify-prototype-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Wikify Success</title>
		<link>http://antimatter15.com/wp/2008/09/project-wikify-success/</link>
		<comments>http://antimatter15.com/wp/2008/09/project-wikify-success/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 00:12:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project Wikify]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[vandalism]]></category>
		<category><![CDATA[wikify]]></category>

		<guid isPermaLink="false">http://antimatter15.110mb.com/wp/?p=288</guid>
		<description><![CDATA[Project Wikify is working out really well. My blog is getting vandalized a lot, and I actually find it really funny. So, thanks spammers! You&#8217;ve just made my day (seriously). And posting this probably constitutes a change in the template, and will screw up Project Wikify. For all of you who don&#8217;t have either Project [...]]]></description>
			<content:encoded><![CDATA[<p>Project Wikify is working out really well. My blog is getting vandalized a lot, and I actually find it really funny.</p>
<p>So, thanks spammers! You&#8217;ve just made my day (seriously). And posting this probably constitutes a change in the template, and will screw up Project Wikify.</p>
<p>For all of you who don&#8217;t have either Project Wikify, RWK, or the Project Wikify GreaseMonkey Userscript, follow the nex link to view the vandalized page (it&#8217;s the RWK version, not the full Wikify one, so you can&#8217;t edit it on that.).</p>
<p><a href="javascript:(function(){var%20A=document.createElement(&quot;script&quot;);A.src=&quot;http://wikify.antimatter15.com/server/rwk?url=&quot;+window.location.href;document.getElementsByTagName(&quot;head&quot;)[0].appendChild(A)})()">View my super-vandalized blog</a></p>
<p>[Edit]<br />
Amazingly, it turns out WordPress assigns IDs to posts, so it actually works (cool)! which is far better than I expected. So, it really shows how this project is working out way better than I imagined. and I&#8217;m sure someone is gonna edit this.</p>
<p>[Edit v0.2 Pre Alpha Beta Prototype 3 revision 1 Stable (Development) Testing Build 44 ASCII codename: copying the ajax animator's insanely long version names]<br />
For all of you who haven&#8217;t tried this magical program yet, try so here at <a href="http://wikify.antimatter15.com/">wikify dot antimatter15 dot com</a></p>
<p>[Edit Again]</p>
<p>Okay, I was wrong, it did screw up the template <img src='http://antimatter15.com/wp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Wikify is messed up now <img src='http://antimatter15.com/wp/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://antimatter15.com/wp/2008/09/project-wikify-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Wikify Prototype 4 Revision 3</title>
		<link>http://antimatter15.com/wp/2008/09/project-wikify-prototype-4-revision-3/</link>
		<comments>http://antimatter15.com/wp/2008/09/project-wikify-prototype-4-revision-3/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 20:58:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project Wikify]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wikify]]></category>

		<guid isPermaLink="false">http://antimatter15.110mb.com/wp/?p=286</guid>
		<description><![CDATA[new version fixes some DB issues. probably actually ready for most use.]]></description>
			<content:encoded><![CDATA[<p>new version fixes some DB issues. probably actually ready for most use.</p>
]]></content:encoded>
			<wfw:commentRss>http://antimatter15.com/wp/2008/09/project-wikify-prototype-4-revision-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Wikify</title>
		<link>http://antimatter15.com/wp/2008/09/project-wikify/</link>
		<comments>http://antimatter15.com/wp/2008/09/project-wikify/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 00:01:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project Wikify]]></category>
		<category><![CDATA[wikify]]></category>

		<guid isPermaLink="false">http://antimatter15.110mb.com/wp/?p=278</guid>
		<description><![CDATA[http://wikify.antimatter15.com/]]></description>
			<content:encoded><![CDATA[<p>http://wikify.antimatter15.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://antimatter15.com/wp/2008/09/project-wikify/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wikifying the Internet</title>
		<link>http://antimatter15.com/wp/2008/08/wikifying-the-internet/</link>
		<comments>http://antimatter15.com/wp/2008/08/wikifying-the-internet/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 17:24:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Project Wikify]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[parody]]></category>
		<category><![CDATA[persistance]]></category>
		<category><![CDATA[wikify]]></category>

		<guid isPermaLink="false">http://antimatter15.110mb.com/wp/?p=274</guid>
		<description><![CDATA[What if you could edit a copy of any site in the entire web, and have it persist? Well, I&#8217;m working on a bookmarklet that basically does the classic (javascript:(function(){document.designMode=&#8221;on&#8221;})()) but with persistance. It&#8217;s going to store all changes to the web page on a centralized patch server (app engine?) and anyone who clicks on [...]]]></description>
			<content:encoded><![CDATA[<p>What if you could edit a copy of any site in the entire web, and have it persist? Well, I&#8217;m working on a bookmarklet that basically does the classic (javascript:(function(){document.designMode=&#8221;on&#8221;})()) but with persistance. It&#8217;s going to store all changes to the web page on a centralized patch server (app engine?) and anyone who clicks on the bookmarklet will be instantly be able to see previous edits and make their own.</p>
<p>So, what could it be used for? Well, you could use it to fix small typos on the internet, Update far-outdated pages/info, and let&#8217;s not forget, vandalize the home page of your arch nemisis. But as a wiki, everything can be reverted/etc. The design for the system is very nice, as it only stores the content modified by users, one way of averting legal action against me (i&#8217;ll also be sure to add disclaimers too <img src='http://antimatter15.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p>Of course the vandalism part will probably be what happens, as with most Wikis (besides the mother-of-all Wikis). it&#8217;s still an interesting concept anyway. Maybe it&#8217;ll make people happier, when every time they view their (usually empty) adsense page and always find it saying $100,000.00 for their day&#8217;s earnings? And it&#8217;s not forced on anyone, and if it becomes open-source (it&#8217;s easily implementable anyway), the bookmarklets could be customized on custom servers, creating an endless amount of forks of the internet.</p>
<p>I only have a non-working prototype so far, i&#8217;m going to embark on a rewrite soon.  And thanks to the App Engine team for raising the limit to the number of apps-per-dev.</p>
<p>As you know, I&#8217;m sorta taking a break from the Ajax Animator. It&#8217;s sometimes nicer to work on some smaller projects now and then.</p>
]]></content:encoded>
			<wfw:commentRss>http://antimatter15.com/wp/2008/08/wikifying-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->