{"id":31721360,"url":"https://github.com/ecodev/natural-gallery-typo3","last_synced_at":"2025-10-09T03:48:20.047Z","repository":{"id":3667553,"uuid":"4736496","full_name":"Ecodev/natural-gallery-typo3","owner":"Ecodev","description":"TYPO3 extension to display photos as you scroll and more","archived":false,"fork":false,"pushed_at":"2025-10-01T17:06:53.000Z","size":3319,"stargazers_count":2,"open_issues_count":3,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-01T19:09:12.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"motianhuo/VCameraDemo","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ecodev.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2012-06-21T08:12:46.000Z","updated_at":"2025-08-11T07:29:28.000Z","dependencies_parsed_at":"2025-05-16T18:36:20.236Z","dependency_job_id":"a38ecdb9-78e5-436c-ae0b-07620237de0c","html_url":"https://github.com/Ecodev/natural-gallery-typo3","commit_stats":{"total_commits":161,"total_committers":9,"mean_commits":17.88888888888889,"dds":0.6149068322981366,"last_synced_commit":"2326e4803405af7cd483159e77ebca80dd1f354c"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/Ecodev/natural-gallery-typo3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ecodev%2Fnatural-gallery-typo3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ecodev%2Fnatural-gallery-typo3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ecodev%2Fnatural-gallery-typo3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ecodev%2Fnatural-gallery-typo3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ecodev","download_url":"https://codeload.github.com/Ecodev/natural-gallery-typo3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ecodev%2Fnatural-gallery-typo3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000703,"owners_count":26082911,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"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-09T03:48:17.345Z","updated_at":"2025-10-09T03:48:20.041Z","avatar_url":"https://github.com/Ecodev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"===============\nNatural Gallery\n===============\n\nDisplay images as you scroll. Images are displayed within a slideshow when enlarged.\nUnder the hood it uses the Media API and relies on categories to filter images on the FE.\n\n.. image:: https://raw.github.com/Ecodev/natural_gallery/master/Documentation/Introduction-01.png\n\n\nProject info and releases\n=========================\n\nThe home page of the project is on https://github.com/Ecodev/natural_gallery.git\n\nStable version:\nhttp://typo3.org/extensions/repository/view/natural_gallery\n\nDevelopment version:\nhttps://github.com/Ecodev/natural_gallery.git\n\n::\n\n\tgit clone https://github.com/Ecodev/natural_gallery.git\n\nUsers manual\n============\n\nTo install a gallery on a page, click on the page where the gallery should be displayed and create a new content element.\n\n.. image:: https://raw.github.com/Ecodev/natural_gallery/master/Documentation/UserManual-01.png\n\nChoose the plugin \"Natural Gallery\"\n\n.. image:: https://raw.github.com/Ecodev/natural_gallery/master/Documentation/UserManual-02.png\n\nGive a Header if necessary and choose the \"Plugin\" tab.\n\n.. image:: https://raw.github.com/Ecodev/natural_gallery/master/Documentation/UserManual-03.png\n\nChoose \"Natural Gallery\" plugin\n\n.. image:: https://raw.github.com/Ecodev/natural_gallery/master/Documentation/UserManual-04.png\n\nOnce the plugin \"Natural Gallery\" is selected, configuration is self explanatory.\n\nConfiguration\n=============\n\n.. .....................................................................................\n.. container:: table-row\n\nKey\n\tview.templateRootPath\n\nDatatype\n\tstring\n\nDescription\n\tPath to template root\n\nDefault\n\tEXT:natural_gallery/Resources/Private/Templates/\n\n.. .....................................................................................\n.. container:: table-row\n\nKey\n\tview.partialRootPath\n\nDatatype\n\tstring\n\nDescription\n\tPath to template partials\n\nDefault\n\tEXT:natural_gallery/Resources/Private/Partials/\n\n\n.. .....................................................................................\n.. container:: table-row\n\nKey\n\tview.layoutRootPath\n\nDatatype\n\tstring\n\nDescription\n\tPath to template layouts\n\nDefault\n\tEXT:natural_gallery/Resources/Private/Layouts/\n\n.. .....................................................................................\n.. container:: table-row\n\nKey\n\tpersistence.storagePid\n\nDatatype\n\tint\n\nDescription\n\tPath to template layouts\n\nDefault\n\tEXT:natural_gallery/Resources/Private/Layouts/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecodev%2Fnatural-gallery-typo3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecodev%2Fnatural-gallery-typo3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecodev%2Fnatural-gallery-typo3/lists"}