Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
/ workaholic Public archive

iPhone web app experiment, for learning how to use sencha touch

Notifications You must be signed in to change notification settings

jone/workaholic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 10, 2011
9b36abb · May 10, 2011

History

58 Commits
Feb 22, 2011
Feb 21, 2011
Feb 21, 2011
Feb 23, 2011
Feb 23, 2011
Feb 21, 2011
Feb 20, 2011
Feb 20, 2011
Feb 21, 2011
May 10, 2011
Feb 21, 2011

Repository files navigation

Workaholic

Work in progress

Workaholic is an experiment for learning how to build iPhone web apps based on sencha touch.

What it does:

  • Track your work time
  • Track the tasks you're working

Features:

  • Based on sencha touch
  • Completly offline capable
  • Stores data in local storage

Demo:

Dependencies:

Install:

  • checkout somewhere in a running apache htdocs
  • run rake install for automatically downloading and installing sencha touch library
  • run rake build for building CSS
  • add AddType text/cache-manifest .manifest to your httpd.conf
  • run rake cacheon for enabling caching (creates a .htaccess, mention AllowOverride)