[BACK]Return to todo1.html CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo / t / dudelicious / l

Diff for /todotxt/Text-Todo/t/dudelicious/l/todo1.html between version 1.2 and 1.4

version 1.2, 2010/05/01 21:00:14 version 1.4, 2010/05/05 03:01:08
Line 1 
Line 1 
 <!doctype html><html>  <body><h1>todo1</h1>
     <head>  project:
         <title>Funky!</title>  <select>
         <link rel="stylesheet" href="/todotxt.css">      <option>GarageSale</option>
     </head>      <option>report_bug</option>
     <body><h1>todo1</h1>  </select>
   <br />
   context:
   <select>
       <option>home</option>
       <option>phone</option>
       <option>shopping</option>
       <option>wherever</option>
   </select>
   <br />
 <ol>  <ol>
     <li>      <li>
 (B) +GarageSale @phone schedule Goodwill pickup  (B) +GarageSale @phone schedule Goodwill pickup
Line 30 
Line 39 
 x 2009-01-01 completed with a date  x 2009-01-01 completed with a date
     </li>      </li>
 </ol>  </ol>
 </body>  
 </html>  

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>