<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>おいぬま日報 &#187; AutoPagerize</title>
	<atom:link href="http://tech.lampetty.net/tech/index.php/archives/category/greasemonkey/autopagerize/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.lampetty.net/tech</link>
	<description>Apache, MySQL, Perl, WordPressあたり</description>
	<lastBuildDate>Sun, 18 Jul 2010 19:00:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.lampetty.net/tech/index.php/archives/category/greasemonkey/autopagerize/feed" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>このブログにAutoPagerizeを設定</title>
		<link>http://tech.lampetty.net/tech/index.php/archives/202</link>
		<comments>http://tech.lampetty.net/tech/index.php/archives/202#comments</comments>
		<pubDate>Wed, 21 Jan 2009 16:49:39 +0000</pubDate>
		<dc:creator>oinume</dc:creator>
				<category><![CDATA[AutoPagerize]]></category>

		<guid isPermaLink="false">http://tech.lampetty.net/tech/?p=202</guid>
		<description><![CDATA[タイトル通り、このブログにAutoPagerizeを設定しました。これでGreasemonkeyでAutoPagerizeを入れている人はちょっと幸せになれるはず。今回もwedataを使っているのですが、ここに書き込む前 [...]]]></description>
			<content:encoded><![CDATA[<p>タイトル通り、このブログに<a href="http://userscripts.org/scripts/show/8551">AutoPagerize</a>を設定しました。これでGreasemonkeyでAutoPagerizeを入れている人はちょっと幸せになれるはず。今回も<a href="http://wedata.net/databases/AutoPagerize/items">wedata</a>を使っているのですが、ここに書き込む前にローカルで動作確認をしました。具体的には</p>
<ul>
<li>Greasemonkeyのアイコンを右クリック</li>
<li>ユーザスクリプトの管理</li>
<li>AutoPagerizeを選択</li>
<li>&#8220;編集&#8221;ボタンをクリック</li>
</ul>
<p>してスクリプトを開き、var SITEINFO に以下を追加して下書きをします。</p>
<pre>
  {
    url: '^http://tech\.lampetty\.net/tech/',
    nextLink: '//span[contains(@class,"older") or contains(@class,"next")]/a',
    pageElement: '//div[contains(@class,"post")]',
    insertBefore: '//div[@id="postnavi"]',
    exampleUrl: 'http://tech.lampetty.net/tech/',
  },
</pre>
<p>これでコメント欄の直後に次のページの内容が挿入されるので、あとはブラウザをリロードして正しく動くかどうかを確認。問題なかったらこっちはコメントあうとして、wedataに反映させます。</p>
<p>コンテンツを作っているのは自分なので、本来であればHTMLにmicroformatsで入れても良いのですが、あんまりテーマのファイルをいじりたくないのでwedataに書き込みました。さて、次はLDRizeをやらないと&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.lampetty.net/tech/index.php/archives/202/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://tech.lampetty.net/tech/index.php/archives/202" />
	</item>
	</channel>
</rss>
