<?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>live@haliluya &#187; GTD</title>
	<atom:link href="http://live.haliluya.org/weblog/tag/gtd/feed/" rel="self" type="application/rss+xml" />
	<link>http://live.haliluya.org/weblog</link>
	<description>Yang Jing's Weblog</description>
	<lastBuildDate>Sat, 19 Mar 2011 07:25:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>让Thunderbird成为GTD工具</title>
		<link>http://live.haliluya.org/weblog/2008/04/10/thunderbird-gmail-gtd/</link>
		<comments>http://live.haliluya.org/weblog/2008/04/10/thunderbird-gmail-gtd/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 02:14:33 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[OS & Software]]></category>
		<category><![CDATA[Web n.0]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[教程]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/?p=352</guid>
		<description><![CDATA[很多人用Outlook来通盘管理邮件、日历、任务列表，如果加上Exchange，的确很强大。不过使用Outlook就意味着你必须使用 Windows系统，必须交钱。有没有跨平台、免费的选项？不用我说，你肯定已... ]]></description>
			<content:encoded><![CDATA[<p>很多人用Outlook来通盘管理邮件、日历、任务列表，如果加上Exchange，的确很强大。不过使用Outlook就意味着你必须使用 Windows系统，必须交钱。有没有跨平台、免费的选项？不用我说，你肯定已经想到了Thunderbird。本文将讲一讲如何用 Thunderbird来作为GTD工具，通盘管理日历、任务列表和计划。</p>
<p>文中的方法大都来自网络，我只是汇总在一起。而且假定你已经了解<a href="http://en.wikipedia.org/wiki/GTD" target="_blank">GTD（Getting Things Done）</a>指的是什么了。</p>
<p>首先，我们<strong>需要Thunderbird安装程序和几个附加软件，再加上一个Google帐号</strong>。选择Google帐号是因为其电子邮件服务<a href="http://mail.google.coom" target="_blank">Gmail</a>免费提供了<a href="http://en.wikipedia.org/wiki/IMAP">IMAP</a>接入，并且其在线日历服务<a href="http://calendar.google.com" target="_blank">Google Calendar</a>能与Thunderbird同步更新。（这里就不讲如何申请Google帐号了）</p>
<h3>下载Thunderbird及附加软件</h3>
<ul>
<li>Thunderbird在<a href="http://www.mozilla.com/en-US/thunderbird/" target="_blank">这里下载</a>。（我安装的是2.0.0.12简体中文版）</li>
<li>Thunderbird附加软件<strong>Lighting</strong><a href="http://www.mozilla.org/projects/calendar/lightning/" target="_blank">下载</a>。Lighting为Thunderbird提供日历功能，目前<a href="http://www.mozilla.org/projects/calendar/releases/lightning0.8.html" target="_blank">最新版本为0.8</a>，这个版本加入了“任务”功能。</li>
<li>Thunderbird附加软件<strong>Provider for Google Calendar</strong><a href="https://addons.mozilla.org/en-US/sunbird/addon/4631">下载</a>。这个附加软件使Thunderbird能读写Google Calendar。</li>
</ul>
<p>安装Thunderbird附加软件的方法是：下载附加软件到本地。打开Thunderbird的附加软件窗口（工具&#8211;附加软件），把下载的附加软件拖曳到窗口中就可以安装了。</p>
<h3>在Thunderbird中设置Gmail IMAP帐号</h3>
<p>具体如何在Thunderbird中设置使用Gmail IMAP，请参考Google的<a href="https://mail.google.com/support/bin/answer.py?answer=77662" target="_blank">官方说明</a>。</p>
<p>接下来让Thunderbird中的“草稿”、“已发送邮件”和“废件箱”均保存在Gmail中，也就是对应保存在Gmail的“Draft”、“Sent”和“Trash”标签下，而不是多出3个“[Gmail]/Draft”、“[Gmail]/Sent”、“[Gmail]/Trash”标签。</p>
<p><strong>草稿-Draft, 已发送邮件-Sent：</strong></p>
<p>在相应的帐号设置中，按下图设置。</p>
<p><img src="http://haliluya.org/gallery/d/3505-1/tbgtd-5.png" alt="" width="500" height="380" /></p>
<p><span id="more-352"></span></p>
<p><strong>废件箱-Trash：</strong></p>
<p>这个复杂一些。进入工具&#8211;首选项&#8211;高级&#8211;配置编辑器，在过滤器中输入<strong>mail.server.server</strong>，在下面显示的字符串中找到Gmail帐号的相关项，比如我的是<strong>mail.server.server3.name</strong>。（见图3）点鼠标右键，新建一个字符串，输入名称<strong>mail.server.server3.trash_folder_name</strong>，值为<strong>[Gmail]/Trash</strong>。重启Thunderbird一下就完了。（见图4）</p>
<p>图1</p>
<p><img src="http://haliluya.org/gallery/d/3501-1/tbgtd-3.png" alt="" width="500" height="214" /></p>
<p>图2</p>
<p><img src="http://haliluya.org/gallery/d/3503-1/tbgtd-4.png" alt="" width="500" height="214" /></p>
<p><strong>注意</strong>：</p>
<p>1. mail.server.server3.name中的数字3对每个用户是不同的，也许是2，也许是1，关键是对应到Gmail帐号就行。</p>
<p>2. 这样设置后，“废件箱”和Gmail里的“Trash”是同步的，其下的邮件30天后会被自动删除。</p>
<p><strong>垃圾邮件-Spam：</strong></p>
<p>垃圾邮件按下图设置</p>
<p><img src="http://haliluya.org/gallery/d/3507-1/tbgtd-6.png" alt="" width="500" height="189" /></p>
<p>via [ <a href="http://lifehacker.com/software/geek-to-live/turn-thunderbird-into-the-ultimate-gmail-imap-client-314574.php" target="_blank">LifeHack</a> ]</p>
<h3>设置Lighting以访问Google Calendar</h3>
<p>Provider for Google Calendar安装好后，通过下面对Lighting的设置，Thunderbird就可以读写Google Calendar了。</p>
<p>登录到Google Calendar，点击右上角的“Setting”（设置），选中“Calendars”（日历），点击你想同步的日历名称。如图。</p>
<p><img src="http://haliluya.org/gallery/d/3509-1/tbgtd-7.png" alt="" width="500" height="251" /></p>
<p>在当前页面的最下方，点击、复制Pirvate Address条目的下XML Feed地址。</p>
<p><img src="http://haliluya.org/gallery/d/3511-1/tbgtd-8.png" alt="" width="332" height="140" /></p>
<p>回到Thunderbird，点击日历&#8211;新建日历，选中“位于网络”，下一步，选中Google日历，在框内贴上刚才复制的XML Feed地址，然后按提示完成操作。如图。</p>
<p><img src="http://haliluya.org/gallery/d/3515-1/tbgtd-9.png" alt="" width="422" height="177" /></p>
<p>via [ <a href="http://bfish.xaedalus.net/?p=239" target="_blank">bfish.xaedalus.net</a> ]</p>
<h3>让Thunderbird成为GTD工具</h3>
<p>该设置的都OK了，接下来怎么让Thunderbird作为一个GTD工具呢？其实我也没有太完备的方法，就目前而言，下面的使用方法已经能够满足我的要求了。</p>
<p>现在Thunderbird的主界面已经可以同时显示邮件，日程和任务列表了，算是一目了然吧。</p>
<p>图3</p>
<p><img src="http://haliluya.org/gallery/d/3497-1/tbgtd-2.png" alt="" width="500" height="339" /></p>
<p>日历和任务界面就借用一下官方截图，清楚明了。（点击放大）</p>
<p><a href="http://live.haliluya.org/weblog/wp-content/uploads/2008/04/lightning_calendar_mode_month_view1.png"><img class="alignnone size-medium wp-image-355" title="lightning_calendar_mode_month_view1" src="http://live.haliluya.org/weblog/wp-content/uploads/2008/04/lightning_calendar_mode_month_view1-300x225.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://live.haliluya.org/weblog/wp-content/uploads/2008/04/lightning_task_mode.png"><img class="alignnone size-medium wp-image-353" title="lightning_task_mode" src="http://live.haliluya.org/weblog/wp-content/uploads/2008/04/lightning_task_mode-300x225.png" alt="" width="300" height="225" /></a></p>
<p>计划（Project）、备忘录、撰写中的文档（Blog文章）等我都是分别逐一新建为草稿，用邮件标题作为提示。通过前面的设置，草稿箱=Gmail里的Draft，只要有网络（我们还有手机接入），就可以随时访问，又能即时修改。至于Inbox（指GTD系统中的Inbox），我同样是单独建立了一份草稿以记录。但有一点很遗憾，“任务”只能保存在本地，无法“随时随地”访问。想“随时随地”访问，就只能放在草稿中了。</p>
<p>上面就是我目前的方法。</p>
<p>Google最近推出了<a href="http://www.google.com/support/calendar/bin/answer.py?answer=89955" target="_blank">Google Calendar Sync</a>软件，可以让Outlook和Google Calendar双向同步，这样用Outlook+Gmail IMAP也同样能实现上述的功能。</p>
<p>希望本文为你找到自己的GTD工具提供了一些帮助。</p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2008/04/10/thunderbird-gmail-gtd/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Todosit and Joesgoals</title>
		<link>http://live.haliluya.org/weblog/2007/08/24/todosit-and-joesgoals/</link>
		<comments>http://live.haliluya.org/weblog/2007/08/24/todosit-and-joesgoals/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 04:50:12 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[Web n.0]]></category>
		<category><![CDATA[GTD]]></category>
		<category><![CDATA[joesgoals]]></category>
		<category><![CDATA[todosit]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/2007/08/24/todosit-and-joesgoals/</guid>
		<description><![CDATA[最近新使用了两项在线服务，觉得很实用，应该会长期使用吧。一个是Todoist，顾名思义是todo list，另一个是Joesgoals，记录每天是否完成了这种那种的目标。 要想有条理地组织、记录日常任务，... ]]></description>
			<content:encoded><![CDATA[<p>最近新使用了两项在线服务，觉得很实用，应该会长期使用吧。一个是<a href="http://todoist.com">Todoist</a>，顾名思义是todo list，另一个是<a href="http://joesgoals.com">Joesgoals</a>，记录每天是否完成了这种那种的目标。</p>
<p>要想有条理地组织、记录日常任务，就得有个任务清单（todo list），Get Things Done爱好者就更少不了它了。之前我用过Palm，用过纯纸媒系统，都觉得不满意。GTD要的是简单，工具越少越好，并且随手可得。我个人倾向于在线及手机，因为它们我每天都会用到。<br />
Todoist操作简单，界面明晰，提供打印版，并且最重要的是其<a href="http://todoist.com/m/">mobile版</a>也同样令人愉快。<br />
下图是一周总览。（没有设定时限的todo不会在此显示）<br />
<a href="http://www.yupoo.com/photos/view?id=ff8080811491499e011491f4ef2445c0" title="来YUPOO看我的照片"><img src="http://photo8.yupoo.com/20070823/170201_1588932066.jpg" alt="070823_todoist_1" width="500" height="365" border="0" /></a></p>
<p>在Todoist可以使用一系列的语法，使日期、优先级、标签等操作简化。当然键盘快捷键是少不了的。添加标签的语法是在标签前加入@，比如@Shopping，呵呵，这个对GTDer是很熟悉的。不过标签总览和彩色标签功能是付费用户才能使用的。需要付费的还有提醒功能。付费标准是每月3刀。我觉得付费最重要的是能让Todoist继续下去，因为它是<a href="http://todoist.com/Help/viewAbout">个人开发维护</a>的。<br />
<span id="more-301"></span><br />
下图是多步骤任务（这个操作是简单的缩进排版），不需要多建一个Project。也可以建立Sub-Project（具体方法是在编辑模式下按住Ctrl使用左右方向键；上下键是编辑上一个、下一个）。note的实现是在任务下建一个子任务（sub-task）并在之前加一个*，这样就不会有check box，接着输入任务描述就可以了。<br />
<a href="http://www.yupoo.com/photos/view?id=ff8080811491499e011491f531a345cc" title="来YUPOO看我的照片"><img src="http://photo8.yupoo.com/20070823/170218_972147259.jpg" alt="070823_todoist_2 002" width="500" height="285" border="0" /></a></p>
<p>其它特性还有<a href="http://todoist.com/Help/viewGmail">Gmail integration</a>（这个很cool）、API、QuickSilver plugin、Internet widgets、Dashboard widget。<br />
总之，我对Todoist相当满意，好像是为我度身定制的一样。^_____^</p>
<p>Joesgoals基本可以理解为习惯养成计划，有些事希望天天做（积极的），有些是希望少做（消极的），或者干脆不做，但不是忘记了，就是难于坚持。Joesgoals给你一个分数表，考评自己每天是否完善了一些。<br />
<a href="http://www.yupoo.com/photos/view?id=ff80808114914b89011491f5433b40f3" title="来YUPOO看我的照片"><img src="http://photo8.yupoo.com/20070823/170222_268302228.jpg" alt="070823_joesgoals" width="500" height="334" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2007/08/24/todosit-and-joesgoals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GTD: 在GNoteBook中应用GTD</title>
		<link>http://live.haliluya.org/weblog/2006/05/17/gtd-%e5%9c%a8gnotebook%e4%b8%ad%e5%ba%94%e7%94%a8gtd/</link>
		<comments>http://live.haliluya.org/weblog/2006/05/17/gtd-%e5%9c%a8gnotebook%e4%b8%ad%e5%ba%94%e7%94%a8gtd/#comments</comments>
		<pubDate>Wed, 17 May 2006 16:17:00 +0000</pubDate>
		<dc:creator>Yang Jing</dc:creator>
				<category><![CDATA[Web n.0]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[GTD]]></category>

		<guid isPermaLink="false">http://live.haliluya.org/weblog/?p=85</guid>
		<description><![CDATA[Google NoteBook有三级目录，支持拖曳，于是想到可以拿来当GTD(Getting Things Done)软件用。 附上截图一张。（应该能说明了... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://live.haliluya.org/2006/05/google-notebook-launched.html">Google NoteBook</a>有三级目录，支持拖曳，于是想到可以拿来当<a href="http://www.davidco.com/what_is_gtd.php">GTD(Getting Things Done)</a>软件用。</p>
<p>附上截图一张。（应该能说明了）</p>
<p><img src="http://www.haliluya.org/gallery/d/186-1/060516_googlenote2.png" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://live.haliluya.org/weblog/2006/05/17/gtd-%e5%9c%a8gnotebook%e4%b8%ad%e5%ba%94%e7%94%a8gtd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

