{"id":30290801,"url":"https://github.com/patrickjaja/otak","last_synced_at":"2025-08-16T23:55:34.244Z","repository":{"id":24827239,"uuid":"28241809","full_name":"patrickjaja/OTAK","owner":"patrickjaja","description":"Open Time Accounting Kit","archived":false,"fork":false,"pushed_at":"2014-12-25T11:59:21.000Z","size":952,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-18T21:10:26.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patrickjaja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-19T18:47:52.000Z","updated_at":"2014-12-25T11:59:21.000Z","dependencies_parsed_at":"2022-08-06T05:00:45.394Z","dependency_job_id":null,"html_url":"https://github.com/patrickjaja/OTAK","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/patrickjaja/OTAK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjaja%2FOTAK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjaja%2FOTAK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjaja%2FOTAK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjaja%2FOTAK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrickjaja","download_url":"https://codeload.github.com/patrickjaja/OTAK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjaja%2FOTAK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270786441,"owners_count":24644563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-16T23:55:28.790Z","updated_at":"2025-08-16T23:55:34.236Z","avatar_url":"https://github.com/patrickjaja.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n\nFast time accounting webapp. (OTAK - Open Time Accounting Kit)\n(State: In development - Not released yet)\n\n## Quickstart\n\nClone this repository and build on what is included in the `app` directory.\n\n# Install\n\n**tl;dr**: [Download OTAK](https://github.com/patrickjaja/OTAK/releases) - or clone repo! and run `$ npm install --global gulp \u0026\u0026 npm install` in that directory to get started.\n\n-\n\nTo take advantage of Open Time Accounting Kit you need to:\n\n1. Get a copy of the code.\n2. Install the dependencies if you don't already have them.\n3. Modify the application to your liking.\n4. Deploy your production code.\n\n## Getting the code\n\n[Download](https://github.com/patrickjaja/OTAK/releases) and extract OTAK to where you want to work.\n\n## Prerequisites\n\n### [Node.js](https://nodejs.org)\n\nBring up a terminal and type `node --version`.\nNode should respond with a version at or above 0.10.x.\nIf you require Node, go to [nodejs.org](https://nodejs.org) and click on the big green Install button.\n\n### [Gulp](http://gulpjs.com)\n\nBring up a terminal and type `gulp --version`.\nIf Gulp is installed it should return a version number at or above 3.8.x.\nIf you need to install/upgrade Gulp, open up a terminal and type in the following:\n\n```sh\n$ npm install --global gulp\n```\n\n*This will install Gulp globally. Depending on your user account, you may need to gain elevated permissions using `sudo` (i.e `sudo npm install --global gulp`).*\n\n\n### Local dependencies\n\nNext, install the local dependencies Open Time Accounting Kit requires:\n\n```sh\n$ npm install\n```\n\nThat's it! You should now have everything needed to use the Open Time Accounting Kit.\n\n-\n\nYou may also want to get used to some of the [commands](commands.md) available.\n\n\n## Web Performance\n\nThis gives you a high performance starting point out of the box and we actively work on delivering the best [PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/) score and frame-rate possible.\n\nIn terms of CSS, opting to just use the minimal layout (main.css, h5bp.css) weighs in at ~7KB before modifications are made. Opting to use the Style Guide styles (the default) will take this up to ~39KB. It is your choice which path makes the most sense for your project, however notes on excluding Style Guide styles are in our gulpfile.\n\n## Browser Support\n\nAt present, we officially aim to support the following browsers:\n\n* IE9, IE10, IE11, IE Mobile 10\n* FF 30, 31\n* Chrome 34, 35\n* Safari 7, 8\n* Opera 23, 24\n* iOS Safari 7, 8\n* Opera Coast\n* Android / Chrome 4.4, 4.4.3\n* BlackBerry 10\n\nThis is not to say that [OTAK] cannot be used in browsers older than those reflected, but merely that our focus will be on ensuring our layouts work great in the above.\n\n## Troubleshooting\n\nWe would be happy to discuss how they can be solved.\n\n## A Boilerplate-only Option\n\nIf you would prefer not to use any of our tooling, delete the following files from the project: `package.json`, `gulpfile.js`, `.jshintrc` and `.travis.yml`. You can now safely use the boilerplate with an alternative build-system or no build-system at all if you choose.\n\n## Extras\n\n-\n\n## Inspiration\n\nTAK is inspired by [Mobile HTML5 Boilerplate](http://html5boilerplate.com/mobile/) and Yeoman's [generator-gulp-webapp](https://github.com/yeoman/generator-gulp-webapp), having taken input from contributors to both projects during development.\n\n## Contributing\n\nContributions, questions and comments are all welcome and encouraged.\n\n## License\n\nApache 2.0  \nCopyright 2014 PSO Inc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickjaja%2Fotak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrickjaja%2Fotak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickjaja%2Fotak/lists"}