Improved layout, updated Todo.txt Touch sections
This commit is contained in:
@@ -37,12 +37,12 @@ h1 a { display:none; }
|
||||
|
||||
h2 {
|
||||
text-align: left;
|
||||
font-size: 20px;
|
||||
font-size: 30px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
margin: 0;
|
||||
font-family:Courier;
|
||||
padding-bottom:2px;
|
||||
padding-top:7px;
|
||||
padding-bottom:6px;
|
||||
padding-top:100px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@@ -120,3 +120,40 @@ li {
|
||||
margin: 0 0 0 0px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#download, #download h3 {
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-size:150%;
|
||||
text-decoration:none;
|
||||
padding-top:30px;
|
||||
}
|
||||
|
||||
#download h3 {
|
||||
padding-top: 0px;
|
||||
margin-top: 6px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
a#download, a#download:link, a#download:visited {
|
||||
display:block;
|
||||
margin: 20px 0px 10px 20px;
|
||||
height: 50px;
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid #3B9877;
|
||||
color:#fff;
|
||||
overflow:visible;
|
||||
background:#6ECBAB;
|
||||
background: -moz-linear-gradient(top, #6ECBAB 0%, #3B9877 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ECBAB), color-stop(100%,#3B9877));
|
||||
background: linear-gradient(top, #6ECBAB 0%, #3B9877 100%);
|
||||
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ECBAB', endColorstr='#3B9877',GradientType=0 );
|
||||
}
|
||||
|
||||
a#download:hover {
|
||||
background:#3B9877;
|
||||
text-decoration: none;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
|
||||
BIN
images/todo.txt_touch_ios_simulator.jpg
Normal file
BIN
images/todo.txt_touch_ios_simulator.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
BIN
images/todotouch1.jpeg
Normal file
BIN
images/todotouch1.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
BIN
images/todotouch2.jpeg
Normal file
BIN
images/todotouch2.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
BIN
images/todotouch3.jpeg
Normal file
BIN
images/todotouch3.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
images/todotouch4.jpeg
Normal file
BIN
images/todotouch4.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
82
index.html
82
index.html
@@ -18,8 +18,6 @@
|
||||
|
||||
<title>Todo.txt: Future-proof task tracking in a file you control</title>
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -27,50 +25,78 @@
|
||||
|
||||
<div id="content">
|
||||
|
||||
<h2 id="intro">Todo.txt Text-based Task Manager</h2>
|
||||
<h2 id="intro" style="padding-top:50px">Todo.txt Apps</h2>
|
||||
|
||||
<a href="/" class="logo"><img src="images/todotxt_logo_2011.png" alt="" alt="Todo.txt" align="left" style="margin-right:15px;margin-bottom:15px;margin-top:15px"/></a>
|
||||
<p>Future-proof your todo list and store it in a text file YOU control. Countless apps and sites store your tasks in their own proprietary database and file format. But you can open a todo.txt file with every text editor under the sun, regardless of operating system or vendor. That's why a todo.txt file is the discerning nerd's task manager of choice.</p>
|
||||
<p>If you've got a file called <code>todo.txt</code> on your computer right now, you're in the right place. You don't have to launch a full-blown text editor every single time you add or update an item on your to-do list. Use the Todo.txt CLI and the Todo.txt Touch mobile app listed here instead.</p>
|
||||
<p>These Todo.txt helper tools make it easy to add, update and prioritize tasks, tag them with project names and contexts, search, filter, and most importantly, mark your todo's done. </p>
|
||||
<p style="padding-top:10px">If you've got a file called <code>todo.txt</code> on your computer right now, you're in the right place.</p>
|
||||
|
||||
<p>So many power users try dozens of complicated todo list software applications, only to go right back to their trusty <code>todo.txt</code>. It's simple, straighforward, and readable by every text editor ever made.</p>
|
||||
|
||||
<p>But it's not as easy as it should be to open <code>todo.txt</code>, make a change, and save it—especially on your touchscreen device and at the command line. Todo.txt apps solve that problem.</p>
|
||||
|
||||
<p>You're not going to find many checkboxes, dropdowns, reminders, or date pickers here. Todo.txt apps are minimal <code>todo.txt</code>-focused editors which help you manage your plain text todo list with as few keystrokes and taps possible.</p>
|
||||
|
||||
|
||||
<br clear="all"/>
|
||||
<h2 id="screencast">Todo.txt CLI (Command Line Interface)</h2>
|
||||
<h2 id="screencast"><a name="cli"></a>Todo.txt Command Line Interface</h2>
|
||||
<p>With a simple but powerful shell script called <code>todo.sh</code>, you can interact with <code>todo.txt</code> at the command line for quick and easy, Unix-y access.</p>
|
||||
<p>Here's a screencast of <code>todo.sh</code> in action.</p>
|
||||
|
||||
<p><iframe src="http://player.vimeo.com/video/3263629?byline=0&portrait=0&color=ff9933" width="750" height="565" frameborder="0"></iframe></p>
|
||||
|
||||
|
||||
<p>To get productive with Todo.txt CLI, use these links:</p>
|
||||
|
||||
<div style="float:right"><iframe src="http://player.vimeo.com/video/3263629?byline=0&portrait=0" width="400" height="302" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></div>
|
||||
<div style="float:left;width:300px">
|
||||
<a href="http://github.com/ginatrapani/todo.txt-cli/downloads" id="download">Download Todo.txt CLI</a>
|
||||
<br><br>Find out more:
|
||||
<ul>
|
||||
<li><b><a href="http://github.com/ginatrapani/todo.txt-cli/downloads">Downloads</a></b>—download the latest stable version of Todo.txt CLI</li>
|
||||
<li><b><a href="http://wiki.github.com/ginatrapani/todo.txt-cli">Documentation</a></b>—find out how to use Todo.txt CLI</li>
|
||||
<li><b><a href="http://groups.yahoo.com/group/todotxt/" title="Mailing List">Mailing List</a></b>—get support or make feature requests</li>
|
||||
<li><b><a href="http://wiki.github.com/ginatrapani/todo.txt-cli">Documentation</a></b>—everything you need to know about how to use Todo.txt CLI</li>
|
||||
<li><b><a href="http://groups.yahoo.com/group/todotxt/" title="Mailing List">Mailing List</a></b>—ask the Todo.txt community</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="support">Todo.txt Touch for Android</h2>
|
||||
|
||||
<img src="http://chart.apis.google.com/chart?cht=qr&chs=135x135&chl=market://details?id=com.todotxt.todotxttouch" align="right"><p>Typing commands on your mobile phone isn't easy or fun, and neither is syncing files from your phone back to your computer. Currently coupled with <a href="http://dropbox.com">Dropbox</a> (and eventually, other cloud sources) Todo.txt Touch helps you manage your todo.txt on the go and automatically syncs the file to all your devices.</p>
|
||||
<p>To use Todo.txt Touch, you'll need a free <a href="http://dropbox.com">Dropbox</a> account. Search for Todo.txt in the Android Market, or scan the barcode on the right to install Todo.txt Touch on your Android device.</p>
|
||||
<p>See some screenshots of Todo.txt Touch in action:</p>
|
||||
</div>
|
||||
<br clear="all"/>
|
||||
<img src="images/todotxttouch_splash.png" style="border:solid black 1px;margin:5px"> <img src="images/todotxttouch-tasklistwithmenu.png" style="border:solid black 1px;margin:5px"><br />
|
||||
<img src="images/todotxttouch-addtask.png" style="border:solid black 1px;margin:5px"><img src="images/todotxttouch-filterbyproject.png" style="border:solid black 1px;margin:5px">
|
||||
|
||||
<p>Like Todo.txt CLI, Todo.txt Touch is open source. Browse and submit a patch to the app's <a href="https://github.com/ginatrapani/todo.txt-touch">source code on GitHub</a>. See a list of <a href="https://github.com/ginatrapani/todo.txt-touch/issues">upcoming features</a> in the project issue tracker. <a href="http://groups.yahoo.com/group/todotxt/">Get in touch with the Todo.txt community</a> if you're interested in helping to port Todo.txt Touch to iOS or another mobile platform.</p>
|
||||
<h2 id="support"><a name="android"></a>Todo.txt Touch for Android</h2>
|
||||
|
||||
<h2 id="author">Authors</h2>
|
||||
<div style="float:right"><img src="images/todotouch1.jpeg" style="border:solid black 1px;margin:5px"></div>
|
||||
<div style="float:left;width:350px">
|
||||
<p>Typing commands on your touchscreen device isn't easy or fun, and neither is syncing files from your phone back to your computer.</p>
|
||||
<p>Currently coupled with <a href="http://dropbox.com">Dropbox</a>, Todo.txt Touch helps you manage your <code>todo.txt</code> on the go and automatically syncs the file to all your devices.</p>
|
||||
<br><br><br>
|
||||
<a href="https://market.android.com/details?id=com.todotxt.todotxttouch&hl=en" id="download">Install Todo.txt Touch</a>
|
||||
<br><br><br>
|
||||
<p>Like Todo.txt CLI, Todo.txt Touch is open source. Browse and submit a patch to the app's <a href="https://github.com/ginatrapani/todo.txt-touch">source code on GitHub</a>. See a list of <a href="https://github.com/ginatrapani/todo.txt-touch/issues">upcoming features</a> in the project issue tracker. <a href="http://groups.yahoo.com/group/todotxt/">Get in touch with the Todo.txt community</a> if you're interested in helping enhance Todo.txt Touch for Android.</p>
|
||||
</div>
|
||||
<br clear="all"/>
|
||||
<h2 id="support"><a name="ios"></a>Todo.txt Touch for iOS</h2>
|
||||
|
||||
<p>Unless otherwise noted, all the todo.txt tools published herein are authored by <a href="http://ginatrapani.org/" title="Gina Trapani: The Official Site">Gina Trapani</a> and Todo.txt <a href="https://github.com/ginatrapani/todo.txt-cli/contributors">community</a> <a href="https://github.com/ginatrapani/todo.txt-touch/contributors">members</a> and licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.</p>
|
||||
<div style="float:right"><img src="images/todo.txt_touch_ios_simulator.jpg" style="border:solid black 1px;margin:5px"></div>
|
||||
<div style="float:left;width:350px">
|
||||
<br><br><p style="font-size:200%;color:red;"><i><strong>Coming Soon!</strong></i></p><br><br>
|
||||
<p>The Todo.txt community is currently working on a port of Todo.txt Touch to iOS.</p>
|
||||
<p>Please join us to <a href="http://groups.yahoo.com/group/todotxt/">discuss</a> and <a href="https://github.com/ginatrapani/todo.txt-touch-ios">contribute</a> to the project.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<br clear="all">
|
||||
<h2><a name="why"></a>Why Todo.txt</h2>
|
||||
|
||||
<p>Countless apps and sites store your tasks in their own proprietary database and file format. But you can open a <code>todo.txt</code> file with every text editor under the sun, regardless of operating system or vendor. A <code>todo.txt</code> file future-proofs your task list and stores it in a text file YOU control. That's why a <code>todo.txt</code> file is the discerning nerd's task manager of choice.</p>
|
||||
|
||||
<p>Todo.txt apps are for power users who spend a lot of time at the command line and on their touchscreen phone or tablet. The apps make it easy to add, update and prioritize tasks, tag them with project names and contexts, search, filter, and most importantly, mark your them done.</p>
|
||||
|
||||
<p>You want to focus on getting stuff done instead of rearranging your todo list. That's why Todo.txt apps' features are purposefully limited. Todo.txt apps aren't for users who want tons of complicated task manager features, like due dates, reminders, sub-lists, and auto-updating next actions. Do only as much work as you need to to keep yourself on track. That's this project's goal.</p>
|
||||
|
||||
|
||||
<h2 id="author"><a name="authors"></a>Authors</h2>
|
||||
|
||||
<p>Unless otherwise noted, Todo.txt apps published herein are authored by <a href="http://ginatrapani.org/" title="Gina Trapani: The Official Site">Gina Trapani</a> and Todo.txt <a href="https://github.com/ginatrapani/todo.txt-cli/contributors">community</a> <a href="https://github.com/ginatrapani/todo.txt-touch/contributors">members</a> and licensed under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.</p>
|
||||
<p>The Todo.txt project icon design is by <a href="http://twitter.com/eJohnR">John Rowley</a>.</p>
|
||||
<p>The Todo.txt CLI scripts were originally published as an ongoing series at <a href="http://lifehacker.com/tag/todo.txt/">Lifehacker.com</a>. Special thanks to all the Lifehacker readers who <a href="http://lifehacker.com/software/top/geek-to-live--readerwritten-todotxt-manager-173018.php">contributed to Todo.sh</a> by fixing code, adding features, reporting bugs and making suggestions.</p>
|
||||
|
||||
<p>All software comes as is with no warranty. Do back up your todo.txt before you read another word. Questions, support and help is available in the <a href="http://groups.yahoo.com/group/todotxt/">Todo.txt Mailing list</a>.</p>
|
||||
|
||||
<div id="footer"><p>Copyright © 2009-2011
|
||||
<a href="http://ginatrapani.org/" title="Gina Trapani: The Official Site">Gina Trapani</a>.<br /><br />
|
||||
<a href="http://ginatrapani.org/" title="Gina Trapani: The Official Site">Gina Trapani</a>. Follow <a href="http://twitter.com/todotxtapps">@todotxtapps on Twitter</a>.<br /><br />
|
||||
</p></div>
|
||||
|
||||
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
|
||||
|
||||
Reference in New Issue
Block a user