Relativized paths

This commit is contained in:
U-STARBUCK\gina
2009-03-08 14:55:23 -07:00
parent 86277ec66d
commit f91d9d87b6
4 changed files with 18 additions and 57 deletions

BIN
favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -8,17 +8,17 @@
<meta name="keywords" content="Todo.txt, To do list" />
<meta name="robots" content="all,follow" />
<meta name="author" content="Gina Trapani" />
<link rel="shortcut icon" href="http://todotxt.com/favicon.ico" />
<script type="text/javascript" src="http://todotxt.com/js/prototype.js"></script>
<link rel="shortcut icon" href="favicon.ico" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<link type="text/css" rel="stylesheet" href="css/basic.css" title="Basic style" />
<script type="text/javascript" src="http://todotxt.com/js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="http://todotxt.com/js/lightbox.js"></script>
<link rel="stylesheet" href="http://todotxt.com/css/lightbox.css" type="text/css" media="screen" />
<title>Todo.txt Command Line Interface - Task tracking for CLI lovers</title>
<link type="text/css" rel="stylesheet" href="http://todotxt.com/css/basic.css" title="Basic style" />
<link rel="alternate" type="http://todotxt.com/application/rss+xml" title="RSS" href="/feed.xml" />
</head>
<body>
@@ -26,30 +26,8 @@
<div id="page">
<div id="menu">
<a href="/" class="logo"><img src="http://todotxt.com/imgs/todotxt_logo.png" alt="" alt="Todo.txt" /></a>
<h1><a href="/" title="Task tracking for command line lovers">Todo.txt CLI</a></h1>
<br /><br /><br /><br />
<script type="text/javascript"><!--
google_ad_client = "pub-3840844777251287";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "CCCCCC";
google_color_bg = "FFFFFF";
google_color_link = "00008B";
google_color_text = "000000";
google_color_url = "00008B";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<a href="/" class="logo"><img src="images/todotxt_logo.png" alt="" alt="Todo.txt" /></a>
<h1><a href="http://ginatrapani.github.com/todo.txt-cli/" title="Task tracking for command line lovers">Todo.txt CLI</a></h1>
</div>
@@ -82,20 +60,13 @@ Replace "/Users/gina/Documents/todo" to wherever your <code>todo.txt</code> file
<pre>mv todo.cfg ~/.</pre>
</li>
<li>Type <code>./todo.sh</code> to see the <a href="/library/todo.sh/todotxt-cli-latest-usage.txt">usage message</a>.</li>
<li>Type <code>./todo.sh</code> to see the usage message.</li>
</ol>
<!--
<li><strong><a href="/library/todo_completer.sh/">Todo.sh Tab Completion</a></strong> <br />
A bash completion script that completes todo.sh actions, projects and contexts at the press of the Tab key.</li>
<li><strong><a href="/library/birdseye.py/">Bird's Eye todo.txt Reporter</a></strong><br />
A Python script reports your current progress broken down by project and context with ASCII graphs. <a href="http://todotxt.com/library/birdseye.py/#htmlsummarizer">HTML version</a> now available, too.</li>
A Python script reports your current progress broken down by project and context with ASCII graphs. <a href="/library/birdseye.py/#htmlsummarizer">HTML version</a> now available, too.</li>
<li><strong><a href="/library/todobot.pl/">Todo.txt AIM bot</a></strong> (latest version: 0.4)<br />
A Perl-based AIM bot which accesses your todo.txt via todo.sh. (Requires OSCAR.pm.)</li>
<li><strong><a href="/library/todo_jabber_bot/">Todo.txt Jabber Bot</a></strong> (latest version: 0.4)<br />
A Python-based Jabber bot which accesses your todo.txt via todo.sh. (Requires xmpppy.) Created and maintained by <a href="http://groups.yahoo.com/group/todotxt/message/82">Shiva KM</a>.</li>
<li><strong><a href="http://code.google.com/p/todotxt/">Todo.txt on Google Code</a></strong><br />
Download all the todo.txt scripts in one giant package from Google Code.</li>
-->
</ul>
@@ -106,7 +77,7 @@ Download all the todo.txt scripts in one giant package from Google Code.</li>
<p>Here's a screencast of <code>todo.sh</code> in action.</p>
<p> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="498" id="csSWF">
<param name="movie" value="http://todotxt.com/library/todo.sh/screencast/todotxt20_controller.swf" />
<param name="movie" value="media/todotxt20_controller.swf" />
<param name="quality" value="best" />
<param name="bgcolor" value="#1a1a1a" />
@@ -116,7 +87,7 @@ Download all the todo.txt scripts in one giant package from Google Code.</li>
<param name="flashvars" value="autostart=false&thumb=FirstFrame.png&thumbscale=45&color=0x000000,0x000000" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="http://todotxt.com/library/todo.sh/screencast/todotxt20_controller.swf" width="640" height="498">
<object type="application/x-shockwave-flash" data="media/todotxt20_controller.swf" width="640" height="498">
<param name="quality" value="best" />
<param name="bgcolor" value="#1a1a1a" />
@@ -137,16 +108,6 @@ Download all the todo.txt scripts in one giant package from Google Code.</li>
</object></p>
<!--
<h2>Mailing List contributions</h2>
<p>Members of the mailing list often post code snippets to work with todo.txt. A list:</p>
<ul>
<li><strong><a href="http://groups.yahoo.com/group/todotxt/message/108">Todo.txt Export to iPod Notes</a></strong> Download <a href="http://groups.yahoo.com/group/todotxt/files/todo_ipod.rb">todo_ipod.rb</a> and <a href="http://groups.yahoo.com/group/todotxt/files/cfg.yml">cfg.yml</a>.</li>
<li><strong><a href="http://groups.yahoo.com/group/todotxt/message/513">Todo.txt AppleScript for Mail.app</a></strong></li>
<li><strong><a href="http://groups.yahoo.com/group/todotxt/message/509">AppleScript to start Todo.txt AIM bot</a></strong></li>
</ul>
-->
<h2>Get Help</h2>
@@ -166,12 +127,12 @@ PATH=$PATH:"/path/to/your/todo/scripts"
alias t='todo.sh -d /path/to/your/todo.cfg'
</pre></blockquote><br />
Then you simply type <code>t add laundry</code> from anywhere in your file tree to add a task.</li>
<li><strong>Display your todo list on your desktop.</strong> Windows users, <a href="http://lifehacker.com/software/plain-text/download-of-the-day-samurize-189273.php">Samurize gets the job done.</a> Mac users will want <a href="http://www.lifehacker.com/software/top/download-of-the-day--geektool-185802.php">GeekTool</a>.<br /><br />
<li><strong>Display your todo list on your desktop.</strong> Windows users, <a href="http://lifehacker.com/software/plain-text/download-of-the-day-samurize-189273.php">Samurize gets the job done.</a> Mac users will want <a href="http://lifehacker.com/software/top/download-of-the-day--geektool-185802.php">GeekTool</a>.<br /><br />
<table><tr><td>
<a href="/images/samurize-todotxt-full.jpg" rel="lightbox" title="Displaying todo.txt on the Windows desktop with Samurize"><img src="/images/samurize-todotxt-thumb.jpg" alt="Displaying todo.txt on the Windows desktop with Samurize" /></a>
<a href="images/samurize-todotxt-full.jpg" rel="lightbox" title="Displaying todo.txt on the Windows desktop with Samurize"><img src="images/samurize-todotxt-thumb.jpg" alt="Displaying todo.txt on the Windows desktop with Samurize" /></a>
</td><td>
<a href="/images/geektool-fulldesktop1.jpg" rel="lightbox" title="Displaying a system log, the output of todo.sh listpri and a remind calendar on the Mac OS X Desktop using GeekTool"><img src="/images/geektool-fulldesktop1-thumb.jpg" alt="Displaying a system log, the output of todo.sh listpri and a remind calendar on the Mac OS X Desktop using GeekTool" /></a>
<a href="images/geektool-fulldesktop1.jpg" rel="lightbox" title="Displaying a system log, the output of todo.sh listpri and a remind calendar on the Mac OS X Desktop using GeekTool"><img src="images/geektool-fulldesktop1-thumb.jpg" alt="Displaying a system log, the output of todo.sh listpri and a remind calendar on the Mac OS X Desktop using GeekTool" /></a>
</td></tr></table><br />
</li>
<li><strong>Hide the configuration file</strong> by renaming it <code>.todo.cfg</code>.</li>
@@ -183,7 +144,7 @@ Then you simply type <code>t add laundry</code> from anywhere in your file tree
Which displays the remote todo list.</li>
<li><strong>Set up a tickler system to work with todo.txt.</strong> Mailing list member Tannie wrote an <a href="http://www.tanniespace.com/2006/07/tickler_files_and_todosh.html">tickler.sh script</a> which moves items you have to do in the future to todo.txt.</li>
<li><strong>Integrate todo.txt with a calendar</strong> using the Unix program <a href="http://www.lifehacker.com/software/top/geek-to-live--keep-your-calendar-in-plain-text-with-remind-186661.php">remind</a>.</li>
<li><strong>Integrate todo.txt with a calendar</strong> using the Unix program <a href="http://lifehacker.com/software/top/geek-to-live--keep-your-calendar-in-plain-text-with-remind-186661.php">remind</a>.</li>
<li><strong>Get your todo's via email</strong> using <a href="http://www.tanniespace.com/2006/06/using_postfix_to_get_my_shoppi.html">postfix</a>.</li>
</ul>

Binary file not shown.

BIN
media/todotxt20_controller.swf Executable file

Binary file not shown.