{"id":19933981,"url":"https://github.com/libimobiledevice/libimobiledevice.org","last_synced_at":"2025-03-01T11:44:31.588Z","repository":{"id":41125282,"uuid":"259462980","full_name":"libimobiledevice/libimobiledevice.org","owner":"libimobiledevice","description":"Official Website of libimobiledevice","archived":false,"fork":false,"pushed_at":"2023-11-14T15:56:57.000Z","size":3153,"stargazers_count":53,"open_issues_count":3,"forks_count":181,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-01-12T01:58:03.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://libimobiledevice.org","language":"Twig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libimobiledevice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-27T21:41:23.000Z","updated_at":"2025-01-07T17:42:43.000Z","dependencies_parsed_at":"2023-02-06T07:46:50.395Z","dependency_job_id":null,"html_url":"https://github.com/libimobiledevice/libimobiledevice.org","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/libimobiledevice%2Flibimobiledevice.org","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libimobiledevice%2Flibimobiledevice.org/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libimobiledevice%2Flibimobiledevice.org/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libimobiledevice%2Flibimobiledevice.org/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libimobiledevice","download_url":"https://codeload.github.com/libimobiledevice/libimobiledevice.org/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241361398,"owners_count":19950379,"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":[],"created_at":"2024-11-12T23:15:31.598Z","updated_at":"2025-03-01T11:44:31.561Z","avatar_url":"https://github.com/libimobiledevice.png","language":"Twig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Official Website of libimobiledevice\n\n*Contains the sources to generate the official website of libimobiledevice.*\n\n## About\n\nThis repository contains the content, assets and logic to generate the official\nwebsite for the libimobiledevice project. It is automatically build and deployed\non changes pushed to the `master` branch or new releases related to the project.\n\nThe main purpose is to provide a central hub to learn about and to download\nlibimobiledevice and related components.\n\nBrief technology outline:\n\n* Static website generated using [Cecil](https://cecil.app/)\n* [Twig](https://twig.symfony.com/) HTML templates using [Bootstrap](https://getbootstrap.com/)\n* Responsive design optimized for mobile, tablet and desktop\n* SASS based styles and optimized assets pipeline\n* Icons by [Font Awesome](https://fontawesome.com/)\n* Syntax highlighting by [Prism](https://github.com/PrismJS/prism/)\n* Dynamic content based on GitHub API data\n* Automatically deployed using a [GitHub Actions](https://github.com/features/actions) workflow for [GitHub Pages](https://pages.github.com)\n* Hero animation using CSS and SVG image\n* Various CSS animations by [animate-sass](https://github.com/tgdev/animate-sass/)\n\n## Getting Started\n\nClone the actual project repository:\n```shell\ngit clone https://github.com/libimobiledevice/libimobiledevice.org.git\ncd libimobiledevice.org\n```\n\nBuild the development version:\n```shell\nmake development\n```\n\nThis should install the dependencies and finally build the website into a\n`public/` directory. Use your favourite browser to open `public/index.html`.\n\nLive-rebuild run of development version:\n```shell\nmake watch\n```\n\nThis should install the dependencies, build the website and run a local\nwebserver at [`http://localhost:8000`](http://localhost:8000) to view the result.\n\nAny changes to the content, assets and other files should trigger a rebuild and\na refresh of the website.\n\n## Contributing\n\nWe welcome contributions from anyone and are grateful for every pull request!\n\nIf you'd like to contribute, please fork the `master` branch, change, commit and\nsend a pull request for review. Once approved it can be merged into the main\ncode base.\n\nIf you plan to contribute larger changes or a major refactoring, please create a\nticket first to discuss the idea upfront to ensure less effort for everyone.\n\nPlease make sure your contribution adheres to:\n* Try to follow the code style of the project\n* Commit messages should describe the change well without being to short\n* Try to split larger changes into individual commits of a common domain\n* Use your real name and a valid email address for your commits\n\nWe are still working on the guidelines so bear with us!\n\n## Links\n\n* Homepage: https://libimobiledevice.org/\n* Repository: https://github.com/libimobiledevice/libimobiledevice.org.git\n* Issue Tracker: https://github.com/libimobiledevice/libimobiledevice.org/issues\n* Mailing List: https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel\n* Twitter: https://twitter.com/libimobiledev\n\n## License\n\nThis website and assets are licensed under the [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.html),\nalso included in the repository in the `LICENSE` file.\n\n## Credits\n\nApple, iPhone, iPad, iPod, iPod Touch, Apple TV, Apple Watch, Mac, iOS,\niPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.\n\nLogo, Artwork \u0026 UI by [Martin Szulecki](https://github.com/FunkyM/).\n\nThis project is an independent software and has not been authorized, sponsored,\nor otherwise approved by Apple Inc.\n\nREADME Updated on: 2020-09-27\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibimobiledevice%2Flibimobiledevice.org","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibimobiledevice%2Flibimobiledevice.org","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibimobiledevice%2Flibimobiledevice.org/lists"}