94 lines
4.0 KiB
HTML
94 lines
4.0 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link href="favicon.ico" rel="shortcut icon">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<script src="lightbox/js/jquery-1.11.0.min.js"></script>
|
|
<script src="lightbox/js/lightbox.min.js"></script>
|
|
<link href="lightbox/css/lightbox.css" rel="stylesheet" />
|
|
|
|
<title></title>
|
|
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
|
</head>
|
|
|
|
<body>
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-3270008-6', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
<div class="container">
|
|
|
|
<header class="header clearfix">
|
|
<div class="logo">Litt application</div>
|
|
</header>
|
|
|
|
|
|
<div class="info">
|
|
<article class="hero clearfix">
|
|
<div class="col_100">
|
|
<h1>Litt - idea & time tracker.</h1>
|
|
<p>Litt is little idea & time tracker. It combines functionality of outliner & time tracker in single application.</p>
|
|
<p>Features: </p>
|
|
<p>
|
|
<ul>
|
|
<li>Access to Litt database is protected with user defined password. Security implementation is based on open source standards. Litt uses <a href="https://www.zetetic.net/sqlcipher/open-source/">sqlcipher project</a> as storage backend.</li>
|
|
<li>Crossplatform - implemented with <a href="http://qt-project.org/">Qt framework</a>, runs on most modern platforms.</li>
|
|
<li>Time tracking - every your stored note has own time tracker - you can see how much time was spent for work. Great for creating invoices also. </li>
|
|
<li>Smart start / stop of time tracking depending on activity on computer. Of course it can be enabled or disabled from preferences. </li>
|
|
<li>Attachments - you can add any file to your notes.</li>
|
|
<li>No bloatware - just plain text / attachments / time tracking.</li>
|
|
<li>There is NO any GTD theory behind of this - you can use application as you wish.</li>
|
|
</ul>
|
|
</p>
|
|
<p>
|
|
Contact mail: info (at) satorilight.com
|
|
</p>
|
|
|
|
</div>
|
|
</article>
|
|
|
|
|
|
<article class="article clearfix">
|
|
<div class="col_100">
|
|
<h2>Availability</h2>
|
|
<p><a href="http://satorilight.com/downloads/Litt-osx-0.9.2.dmg">DMG package for OS X 10.6+</a></p>
|
|
<p><a href="releasenotes.html">Changelog</a> |
|
|
<!-- <p><a href="http://satorilight.com/downloads/littapp-win32.zip">Version for Windows</a></p> -->
|
|
</div>
|
|
</article>
|
|
|
|
<p></p>
|
|
<article class="article clearfix">
|
|
<div class="col_100">
|
|
<h2>Screenshots</h2>
|
|
<a href="img/new_password.png" data-lightbox="screenshot">Password for new database</a> |
|
|
<a href="img/ask_password.png" data-lightbox="screenshot">Ask password on open</a> |
|
|
<a href="img/taskcontent.png" data-lightbox="screenshot">Task content</a> |
|
|
<a href="img/workstarted.png" data-lightbox="screenshot">Work started</a> |
|
|
<a href="img/workstopped.png" data-lightbox="screenshot">Work stopped</a> |
|
|
<a href="img/traymenu.png" data-lightbox="screenshot">Tray menu</a> |
|
|
<a href="img/preferences.png" data-lightbox="screenshot">Preferences</a> |
|
|
<a href="img/timereport_1.png" data-lightbox="screenshot">Time report</a></p>
|
|
</div>
|
|
</article>
|
|
</div>
|
|
|
|
<footer class="footer clearfix">
|
|
<div class="copyright">(C) com.satorilight 2012 - 2018</div>
|
|
</footer>
|
|
|
|
</div>
|
|
<script src="//static.getclicky.com/js" type="text/javascript"></script>
|
|
<script type="text/javascript">try{ clicky.init(100689225); }catch(e){}</script>
|
|
</body>
|
|
</html>
|