{"id":28967600,"url":"https://github.com/su-sws/stanford_image_styles","last_synced_at":"2025-06-24T08:09:39.426Z","repository":{"id":3879698,"uuid":"4966328","full_name":"SU-SWS/stanford_image_styles","owner":"SU-SWS","description":"Provides some default image style presets","archived":false,"fork":false,"pushed_at":"2022-07-08T20:29:14.000Z","size":403,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":31,"default_branch":"8.x","last_synced_at":"2025-06-24T08:09:37.448Z","etag":null,"topics":["d7","d8","media","module"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SU-SWS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-09T23:25:23.000Z","updated_at":"2022-03-09T22:01:28.000Z","dependencies_parsed_at":"2022-08-24T07:30:41.866Z","dependency_job_id":null,"html_url":"https://github.com/SU-SWS/stanford_image_styles","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/SU-SWS/stanford_image_styles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fstanford_image_styles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fstanford_image_styles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fstanford_image_styles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fstanford_image_styles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SU-SWS","download_url":"https://codeload.github.com/SU-SWS/stanford_image_styles/tar.gz/refs/heads/8.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SU-SWS%2Fstanford_image_styles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261632137,"owners_count":23187273,"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":["d7","d8","media","module"],"created_at":"2025-06-24T08:09:38.662Z","updated_at":"2025-06-24T08:09:39.388Z","avatar_url":"https://github.com/SU-SWS.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Stanford Image Styles](https://github.com/SU-SWS/stanford_image_styles)\n##### Version: 8.x\n\n[![CircleCI](https://circleci.com/gh/SU-SWS/stanford_image_styles.svg?style=svg)](https://circleci.com/gh/SU-SWS/stanford_image_styles)\n[![Maintainability](https://api.codeclimate.com/v1/badges/51adad6b2a3d5097cfb1/maintainability)](https://codeclimate.com/github/SU-SWS/stanford_image_styles/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/51adad6b2a3d5097cfb1/test_coverage)](https://codeclimate.com/github/SU-SWS/stanford_image_styles/test_coverage)\n\nMaintainers: [jbickar](https://github.com/jbickar), [sherakama](https://github.com/sherakama)  \n\nChangelog: [Changelog.txt](CHANGELOG.txt)\n\nDescription\n---\n\nThe Stanford Image Styles module contains a number of shared or common image styles.\n\nAccessibility\n---\n[![WCAG Conformance 2.0 AA Badge](https://www.w3.org/WAI/wcag2AA-blue.png)](https://www.w3.org/TR/WCAG20/)\nThis module conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: [https://ucomm.stanford.edu/policies/accessibility-policy.html](https://ucomm.stanford.edu/policies/accessibility-policy.html).\n\nInstallation\n---\n\nInstall this module like any other module. [See Drupal Documentation](https://drupal.org/documentation/install/modules-themes/modules-7)\n\nConfiguration\n---\n\nNothing special needed.\n\n\nTroubleshooting\n---\n\nIf you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.\n\nContribution / Collaboration\n---\n\nYou are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see [GitHub's article on fork, branch, and pull requests](https://help.github.com/articles/using-pull-requests)\n\n\nReleases\r\n---\r\n\r\nSteps to build a new release:\r\n- Checkout the latest commit from the `8.x-1.x` branch.\r\n- Create a new branch for the release.\r\n- Commit any necessary changes to the release branch.\r\n  -  These may include, but are not necessarily limited to:\r\n    - Update the version in any `info.yml` files, including in any submodules.\r\n    - Update the CHANGELOG to reflect the changes made in the new release.\r\n- Make a PR to merge your release branch into `master`\r\n- Give the PR a semver-compliant label, e.g., (`patch`, `minor`, `major`).  This may happen automatically via Github actions (if a labeler action is configured).\r\n- When the PR is merged to `master`, a new tag will be created automatically, bumping the version by the semver label.\r\n- The github action is built from: [semver-release-action](https://github.com/K-Phoen/semver-release-action), and further documentation is available there.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-sws%2Fstanford_image_styles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsu-sws%2Fstanford_image_styles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-sws%2Fstanford_image_styles/lists"}