{"id":16086694,"url":"https://github.com/astares/seaside-semanticui","last_synced_at":"2025-04-05T14:43:25.190Z","repository":{"id":78114109,"uuid":"162605186","full_name":"astares/Seaside-SemanticUI","owner":"astares","description":"Seaside wrapper for https://semantic-ui.com/","archived":false,"fork":false,"pushed_at":"2019-01-12T15:44:38.000Z","size":6032,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T11:40:34.504Z","etag":null,"topics":["pharo","seaside"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/astares.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-20T16:33:46.000Z","updated_at":"2020-05-23T14:14:10.000Z","dependencies_parsed_at":"2023-02-25T08:45:20.134Z","dependency_job_id":null,"html_url":"https://github.com/astares/Seaside-SemanticUI","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/astares%2FSeaside-SemanticUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astares%2FSeaside-SemanticUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astares%2FSeaside-SemanticUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astares%2FSeaside-SemanticUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astares","download_url":"https://codeload.github.com/astares/Seaside-SemanticUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353676,"owners_count":20925325,"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","seaside"],"created_at":"2024-10-09T13:24:56.056Z","updated_at":"2025-04-05T14:43:25.173Z","avatar_url":"https://github.com/astares.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seaside-SemanticUI\nSeaside wrapper for https://semantic-ui.com/\n\n## Installation\nFirst install [Pharo](http://www.pharo.org) on your machine. Pharo 7 onwards is recommended. Either using [PharoLauncher](https://github.com/pharo-project/pharo-launcher) or [Pharo ZeroConf](http://get.pharo.org/):\n\n\n### Script installation\n\n## download.sh\n\n```bash\ngit clone https://github.com/astares/Seaside-SemanticUI.git\ncd Seaside-SemanticUI\n./download.sh\n```\n\nThe file download.sh could be used to download the full package and run it.\n\n## start.sh\n\nThis file starts the environment\n\n## clean.sh\n\nThis file cleans the environment afterwards so a fresh download could be done\n\n\n### Loading independent\n\n#### Load Pharo using ZeroConf \n\n```\nwget -O- get.pharo.org/64/70+vm | bash\n./pharo-ui Pharo.image\n```\n\n#### Load all in one\n\n```Smalltalk\n  Metacello new\n      baseline:'SemanticUI';\n      repository: 'github://astares/Seaside-SemanticUI:master/src';\n      load\n```\n\n#### Load Seaside and then manually\n\n```Smalltalk\nMetacello new\n  baseline:'Seaside3';\n  repository: 'github://SeasideSt/Seaside:develop/repository';\n  load.\n```\n\nand then load the packages you need using Iceberg\n\n#### Run\n\nStart the web server for [Seaside](http://www.seaside.st) - for instance with Zinc evaluate\n```Smalltalk\nZnZincServerAdaptor startOn: 8080.\nWebBrowser openOn: 'http://localhost:8080/semanticui/'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastares%2Fseaside-semanticui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastares%2Fseaside-semanticui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastares%2Fseaside-semanticui/lists"}