{"id":17142984,"url":"https://github.com/adamfrey/ring-html5-handler","last_synced_at":"2025-03-24T09:14:21.296Z","repository":{"id":57713053,"uuid":"43164968","full_name":"AdamFrey/ring-html5-handler","owner":"AdamFrey","description":"A simple ring handler for serving a site using HTML5 History routes","archived":false,"fork":false,"pushed_at":"2017-04-18T20:14:50.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T03:44:51.907Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdamFrey.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":"2015-09-25T17:36:49.000Z","updated_at":"2017-04-18T20:14:39.000Z","dependencies_parsed_at":"2022-09-05T22:50:10.571Z","dependency_job_id":null,"html_url":"https://github.com/AdamFrey/ring-html5-handler","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamFrey%2Fring-html5-handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamFrey%2Fring-html5-handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamFrey%2Fring-html5-handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdamFrey%2Fring-html5-handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdamFrey","download_url":"https://codeload.github.com/AdamFrey/ring-html5-handler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245240924,"owners_count":20583102,"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-14T20:33:22.134Z","updated_at":"2025-03-24T09:14:21.278Z","avatar_url":"https://github.com/AdamFrey.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ring-html5-handler\n\n[![Clojars Project](https://clojars.org/afrey/ring-html5-handler/latest-version.svg)](https://clojars.org/afrey/ring-html5-handler)\n\nA simple ring handler for serving a site using HTML5 History\nroutes. The handler serves assets from the resource paths, and serves\nthe `index.html` resource for any unmatched route, to be handled by\nthe JS/CLJS router.\n\n## Usage\n\nWith [boot-http](https://github.com/pandeiro/boot-http):\n\n```\n(require '[pandeiro.boot-http :refer [serve]])\n\n(serve :handler 'afrey.ring-html5-handler/handler)\n```\n\nWith [lein-ring](https://github.com/weavejester/lein-ring):\n\n```\n:ring {:handler afrey.ring-html5-handler/handler}\n```\n\nOr use it with any other `ring` compatible server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamfrey%2Fring-html5-handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamfrey%2Fring-html5-handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamfrey%2Fring-html5-handler/lists"}