{"id":35096986,"url":"https://github.com/zfogg/turtlemap","last_synced_at":"2026-05-23T14:33:29.648Z","repository":{"id":11159410,"uuid":"13531080","full_name":"zfogg/turtlemap","owner":"zfogg","description":"A better navigation webapp for my university.","archived":false,"fork":false,"pushed_at":"2020-08-12T10:44:58.000Z","size":37,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T08:06:06.890Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zfogg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-12T23:49:22.000Z","updated_at":"2021-04-21T17:14:45.000Z","dependencies_parsed_at":"2022-09-03T08:32:13.352Z","dependency_job_id":null,"html_url":"https://github.com/zfogg/turtlemap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zfogg/turtlemap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfogg%2Fturtlemap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfogg%2Fturtlemap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfogg%2Fturtlemap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfogg%2Fturtlemap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zfogg","download_url":"https://codeload.github.com/zfogg/turtlemap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zfogg%2Fturtlemap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33400247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12-27T15:38:20.015Z","updated_at":"2026-05-23T14:33:29.635Z","avatar_url":"https://github.com/zfogg.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brunch with Chaplin\n![](https://a248.e.akamai.net/camo.github.com/b7ebb8bbcec7938940cf8e9c441124c3bddafd3a/687474703a2f2f662e636c2e6c792f6974656d732f34373039326b30423141334a317a3166306b34362f6277632e706e67)\n\nThis is HTML5 application, built with\n[Brunch](http://brunch.io) and\n[Chaplin](http://chaplinjs.org).\n\n## Installation\nClone this repo manually with Git or use `brunch new gh:paulmillr/brunch-with-chaplin`.\n\n## Getting started\n* Install [Brunch](http://brunch.io): `npm install -g brunch`.\n* Install Brunch plugins and Bower components: `npm install \u0026 bower install`.\n* Watch the project with continuous rebuild by\n`brunch watch --server`. This will also launch HTTP server.\n* `public/` dir is fully auto-generated and served by HTTP server.\n* Write your code in `app` dir.\n* Optionally, you can scaffold things, see readme in `generators` directory.\n* For production, build minified project with `brunch build --optimize`.\n\nSee [Chaplin site](http://chaplinjs.org) for docs and more info.\n\n---------------\n\n# For newcomers\n\nBrunch with Chaplin is a skeleton (boilerplate) for [Brunch](http://brunch.io)\nbased on [Chaplin](http://chaplinjs.org) architecture. Requires Brunch 1.7+.\n\nExample application built with the skeleton:\n[Ost.io](https://github.com/paulmillr/ostio).\n\nThis branch does not contain ready-to-use test environment.\nIf you want take a look how tests can be used, see `with-tests` git branch.\n\n## Difference from Chaplin Boilerplate\n[Chaplin Boilerplate](https://github.com/chaplinjs/chaplin-boilerplate)\nis a official boilerplate all for chaplin. This skeleton is almost the same,\nexcept a few changes:\n\n* Added Header.\n* CommonJS is used instead of AMD, because it's easier to use \u0026 debug.\n\n## Features\n* HTML5Boilerplate html \u0026 css are included.\n* CoffeeScript + Stylus + Handlebars as app languages\n(you can change this to anything you want)\n* Backbone as main MVC/MVP library, Chaplin as meta-framework.\n* Support of IE8 and up.\n* Cross-module communication using the Mediator and Publish/Subscribe patterns\n* Controllers for managing individual UI views\n* Rails-style routes which map URLs to controller actions\n* An application view as dispatcher and view manager\n* Extended model, view and collection classes to avoid repetition and\nenforce conventions\n* Strict memory management and object disposal\n* A collection with additional manipulation methods for smarter change events\n* A collection view for easy and intelligent list rendering\n\n## Authentication\nIf you build an application with authentication, there are some useful abstractions for it out there: https://github.com/chaplinjs/chaplin-auth.\n\n## License\nThe MIT license.\n\nCopyright (c) 2012 Paul Miller (http://paulmillr.com/)\n\nCopyright (c) 2012 Moviepilot GmbH, 9elements GmbH et al.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfogg%2Fturtlemap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzfogg%2Fturtlemap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzfogg%2Fturtlemap/lists"}