{"id":16996292,"url":"https://github.com/protomorph/appcheck","last_synced_at":"2025-03-22T06:43:30.340Z","repository":{"id":23643625,"uuid":"27013778","full_name":"protomorph/appcheck","owner":"protomorph","description":"ApplicationCache updater","archived":false,"fork":false,"pushed_at":"2016-04-06T04:09:54.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T07:13:38.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/protomorph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-22T21:53:28.000Z","updated_at":"2016-04-06T04:09:55.000Z","dependencies_parsed_at":"2022-07-10T09:46:07.048Z","dependency_job_id":null,"html_url":"https://github.com/protomorph/appcheck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protomorph%2Fappcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protomorph%2Fappcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protomorph%2Fappcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protomorph%2Fappcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/protomorph","download_url":"https://codeload.github.com/protomorph/appcheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244918590,"owners_count":20531686,"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","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":"2024-10-14T03:52:02.975Z","updated_at":"2025-03-22T06:43:30.323Z","avatar_url":"https://github.com/protomorph.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"AppCheck\n======================\n\nApplicationCache updater based on the idea found at [html5rocks][2]\n\n#### Usage\n\nTo enable the application cache for an app, include the manifest attribute on the document's html tag.\n\n``````\n\u003chtml manifest=\"example.appcache\"\u003e\n  ...\n\u003c/html\u003e\n``````\n\nA manifest file must be served with the mime-type text/cache-manifest.\nYou may need to add a custom file type to your web server or .htaccess configuration.\n\n``````\nAddType text/cache-manifest .appcache\n``````\n\nThe manifest is a separate file you link to via the manifest attribute on the html element.\n\n``````\nCACHE MANIFEST\n# 2010-06-18:v2\n\n# Explicitly cached 'master entries'.\nCACHE:\n/favicon.ico\nindex.html\nstylesheet.css\nimages/logo.png\nscripts/main.js\n\n# Resources that require the user to be online.\nNETWORK:\n*\n\n# static.html will be served if main.py is inaccessible\n# offline.jpg will be served in place of all images in images/large/\n# offline.html will be served in place of all other .html files\nFALLBACK:\n/main.py /static.html\nimages/large/ images/offline.jpg\n``````\n\nThen include the appcheck javascript in your document to update the ApplicationCache.\n\n``````\n\u003cscript src=\"path/to/appcheck.js\"\u003e\u003c/script\u003e\n``````\n\nFor more information about ApplicationCache visit: [html5rocks][2]\n\n#### License\n\n[GNU General Public License v2][3]\n\n© 2014 - [ProtoMorph][1]\n\n[1]: http://protomorph.cf/\n[2]: http://www.html5rocks.com/en/tutorials/appcache/beginner/\n[3]: http://opensource.org/licenses/GPL-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotomorph%2Fappcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotomorph%2Fappcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotomorph%2Fappcheck/lists"}