{"id":15971610,"url":"https://github.com/seandenigris/pharo-web-browser","last_synced_at":"2025-10-16T08:43:24.280Z","repository":{"id":136810855,"uuid":"80492269","full_name":"seandenigris/Pharo-Web-Browser","owner":"seandenigris","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-02T18:51:42.000Z","size":20,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T04:11:58.008Z","etag":null,"topics":["pharo","smalltalk","web-browsing"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/seandenigris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"seandenigris"}},"created_at":"2017-01-31T04:52:29.000Z","updated_at":"2024-09-02T18:51:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"62ac112b-73c8-4922-863f-b778ed9a0eec","html_url":"https://github.com/seandenigris/Pharo-Web-Browser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seandenigris%2FPharo-Web-Browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seandenigris%2FPharo-Web-Browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seandenigris%2FPharo-Web-Browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seandenigris%2FPharo-Web-Browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seandenigris","download_url":"https://codeload.github.com/seandenigris/Pharo-Web-Browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252810274,"owners_count":21807759,"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":["pharo","smalltalk","web-browsing"],"created_at":"2024-10-07T20:22:39.474Z","updated_at":"2025-10-16T08:43:24.215Z","avatar_url":"https://github.com/seandenigris.png","language":"Smalltalk","funding_links":["https://github.com/sponsors/seandenigris"],"categories":[],"sub_categories":[],"readme":"# Pharo-Web-Browser\n\nA port of the [\"External Web Browser\" project from SqueakSource](http://www.squeaksource.com/ExternalWebBrowser.html) to Pharo 5+. Previous attempts [forked due to lack of write-access](http://www.smalltalkhub.com/#!/~SeanDeNigris/ExternalWebBrowser/) and then [ported for NativeBoost](http://www.smalltalkhub.com/#!/~SeanDeNigris/ExternalWebBrowser2).\n\n# Installation\n\n```smalltalk\nMetacello new\n\tbaseline: 'ExternalWebBrowser';\n\trepository: 'github://seandenigris/Pharo-Web-Browser:master/repository';\n\tonConflict: [ :ex | ex allow ];\n\tload.\n```\n  \n# Usage\n\n## Via Pharo Tools\n```smalltalk\nSmalltalk tools webBrowser open: 'http://google.com'\n```\n\n## Directly\n```smalltalk\nExternalWebBrowser new open: 'http://google.com'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseandenigris%2Fpharo-web-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseandenigris%2Fpharo-web-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseandenigris%2Fpharo-web-browser/lists"}