{"id":31730011,"url":"https://github.com/linqlover/squeak-appframework","last_synced_at":"2026-02-16T03:32:09.805Z","repository":{"id":317785463,"uuid":"1068833463","full_name":"LinqLover/squeak-appframework","owner":"LinqLover","description":"Tiny framework for Squeak apps that can be updated via Metacello and receive feedback on GitHub","archived":false,"fork":false,"pushed_at":"2025-10-03T19:25:53.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-13T09:06:39.256Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinqLover.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-03T01:27:53.000Z","updated_at":"2025-10-03T19:25:56.000Z","dependencies_parsed_at":"2025-10-03T03:38:06.050Z","dependency_job_id":"c38d6916-d2a3-427d-a57c-3926715b30a6","html_url":"https://github.com/LinqLover/squeak-appframework","commit_stats":null,"previous_names":["linqlover/squeak-appframework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinqLover/squeak-appframework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2Fsqueak-appframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2Fsqueak-appframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2Fsqueak-appframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2Fsqueak-appframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinqLover","download_url":"https://codeload.github.com/LinqLover/squeak-appframework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2Fsqueak-appframework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29499615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T02:07:14.481Z","status":"online","status_checked_at":"2026-02-16T02:03:22.852Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":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-10-09T07:23:48.865Z","updated_at":"2026-02-16T03:32:09.801Z","avatar_url":"https://github.com/LinqLover.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# squeak-appframework\n\nTiny framework for Squeak apps that can be updated via Metacello and receive feedback on GitHub\n\n[![Number of framework apps on GitHub](https://img.shields.io/github/search?query=%22baseline%3A%20'CtAppFramework'%20with%22\u0026label=Framework%20apps%20on%20GitHub)](https://github.com/search?q=%2Fbaseline%3A+%27CtAppFramework%27%5Cs*with%3A%2F+path%3ABaselineOf\u0026ref=opensearch\u0026type=code)\n\n## Installation\n\n### Standalone\n\n```smalltalk\nMetacello new\n\tbaseline: 'CtAppFramework';\n\trepository: 'github://LinqLover/squeak-appframework:main';\n\tget; \"for updates\"\n\tload.\n```\n\n### As a Metacello Dependency\n\n```smalltalk\nspec\n\tbaseline: 'CtAppFramework' with:\n\t\t[spec repository: 'github://LinqLover/squeak-appframework:main'].\n\n\"...\"\n\nspec group: #recommended with: #('CtAppFramework').\nspec group: #withRecommended with: #(default recommended).\n```\n\n---\n\nAfter installation, you need to hide and show the world main docking bar again (via yellow-click into the world \u003e `show main docking bar`) to include the new update item into the main menu.\n\n## Update Apps\n\nIn the world main docking bar, open the main menu (Squeak icon) and click on `Update apps...`.\n\n![Update apps menu](./img/updateAppsMenu.png) ![Update apps dialog](./img/updateAppsDialog.png)\n\n## Framework\n\nTo participate in the framework, override at least `#selfUpdate` or `#githubRepositoryParams` in the main class in your project. To use the provided app menu, send `#appMenu:` to your app class. See the comment in [`CtAppFramework`](./packages/CtAppFramework/CtAppFramework.class.st) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinqlover%2Fsqueak-appframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinqlover%2Fsqueak-appframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinqlover%2Fsqueak-appframework/lists"}