<?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>尤拉 &#187; iwork</title>
	<atom:link href="http://yola.us/tag/iwork/feed/" rel="self" type="application/rss+xml" />
	<link>http://yola.us</link>
	<description>室内设计工作笔记和资料收集</description>
	<lastBuildDate>Fri, 08 Oct 2010 01:15:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>用applescript实现Pages自动保存（不知道什么是pages的直接略过）</title>
		<link>http://yola.us/2009/pages_autosave/</link>
		<comments>http://yola.us/2009/pages_autosave/#comments</comments>
		<pubDate>Wed, 20 May 2009 16:56:42 +0000</pubDate>
		<dc:creator>&#23588;&#25289;</dc:creator>
				<category><![CDATA[Mac应用]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[iwork]]></category>
		<category><![CDATA[pages]]></category>

		<guid isPermaLink="false">http://yola.us/2009/%e7%94%a8applescript%e5%ae%9e%e7%8e%b0pages%e8%87%aa%e5%8a%a8%e4%bf%9d%e5%ad%98%ef%bc%88%e4%b8%8d%e7%9f%a5%e9%81%93%e4%bb%80%e4%b9%88%e6%98%afpages%e7%9a%84%e7%9b%b4%e6%8e%a5%e7%95%a5%e8%bf%87/</guid>
		<description><![CDATA[其实我不知道pages是没有自动保存的，因为自己编程带来的习惯，每打一行就会不自觉地按一次“苹果+S”。偶然看到苹果Fans的博主在求这个东西。就翻了翻，google了一把，并且自己测试了下面的方案。英文的方案相关讨论点这里 本方案使用applescript脚本实现，不知道什么是applescript的也没关系，可以自己google，或者按我说的操作就行了。 首先在你的应用程序文件夹里找到一个叫做applescript的文件夹，里面有个叫做“脚本编辑程序”，运行，然后把下面的程序粘贴到里面，然后保存这个程序。 保存时选择位置放在桌面上面（其他任何你觉得方便的位置都可以，日后它将替代你原来dock上的Pages。），保存类型选择“应用程序”，并且选中“保持打开”选项，然后保存。 property minutesBetweenSaves : 10 on run launch application &#8220;Pages&#8221; end run on idle tell application &#8220;Pages&#8221; to save (every document whose name is not &#8220;untitled&#8221;) return minutesBetweenSaves * 60 end idle on quit quit application &#8220;Pages&#8221; continue quit end quit 然后你试试，是不是可以了：） 关于AppleScript我也没什么研究，上面的具体脚本也是国外某论坛看到的。对于没保存过的文件是不会自动保存的，这点请注意了。]]></description>
		<wfw:commentRss>http://yola.us/2009/pages_autosave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

