{"id":19640607,"url":"https://github.com/daniel-km/omeka-s-module-feed","last_synced_at":"2026-05-15T09:32:34.268Z","repository":{"id":63256457,"uuid":"237932251","full_name":"Daniel-KM/Omeka-S-module-Feed","owner":"Daniel-KM","description":"Module for Omeka S that adds a rss feed with selected pages or resources.","archived":false,"fork":false,"pushed_at":"2024-07-10T19:41:31.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-09T18:57:56.435Z","etag":null,"topics":["atom-feed","omeka-s","omeka-s-module","rss","rss-feed","rss-generator"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Daniel-KM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2020-02-03T09:47:32.000Z","updated_at":"2024-07-10T19:41:35.000Z","dependencies_parsed_at":"2024-07-22T19:10:01.010Z","dependency_job_id":"b2d08337-418a-4565-aaba-57e6bfdfc713","html_url":"https://github.com/Daniel-KM/Omeka-S-module-Feed","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-KM%2FOmeka-S-module-Feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-KM%2FOmeka-S-module-Feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-KM%2FOmeka-S-module-Feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Daniel-KM%2FOmeka-S-module-Feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Daniel-KM","download_url":"https://codeload.github.com/Daniel-KM/Omeka-S-module-Feed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240947648,"owners_count":19883030,"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":["atom-feed","omeka-s","omeka-s-module","rss","rss-feed","rss-generator"],"created_at":"2024-11-11T14:06:15.099Z","updated_at":"2026-05-15T09:32:34.261Z","avatar_url":"https://github.com/Daniel-KM.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Feed (module for Omeka S)\n=========================\n\n\u003e __New versions of this module and support for Omeka S version 3.0 and above\n\u003e are available on [GitLab], which seems to respect users and privacy better\n\u003e than the previous repository.__\n\n[Feed] is a module for [Omeka S] that provides RSS and Atom feeds to users from\nselected pages and resources, from search results, and from [Advanced Search]\nsearch pages.\n\n\nInstallation\n------------\n\nSee general end user documentation for [installing a module].\n\nThis module requires the module [Common], that should be installed first.\n\nThe module uses an external library, so use the release zip to install it, or\nuse and init the source.\n\nSince version 3.4.7, php 8.1 is required. For older version, use version 3.4.6.\n\n* From the zip\n\nDownload the last release [Feed.zip] from the list of releases (the master does\nnot contain the dependency), and uncompress it in the `modules` directory.\n\n* From the source and for development\n\nIf the module was installed from the source, rename the name of the folder of\nthe module to `Feed`, go to the root of the module, and run:\n\n```sh\ncomposer install --no-dev\n```\n\nIf an issue appears after upgrade of Omeka, don’t forget to update the packages\nof Omeka: `rm -rf vendor \u0026\u0026 composer install --no-dev`.\n\n* For test\n\nThe module includes a comprehensive test suite with functional tests. Run them\nfrom the root of Omeka:\n\n```sh\nvendor/bin/phpunit -c modules/Feed/phpunit.xml --testdox\n```\n\n* Server with php 8.2 or greater on an old server\n\nTo support php 8.2 or greater on a server with an old php version, run this\ncommand first:\n\n```sh\ncomposer update\n```\n\n\nUsage\n-----\n\nSimply fill the form to list the selected pages and resources in site settings,\nand they will be available as a rss feed at \"https://example.org/s/my-site/feed\"\n(or \"https://example.org/feed\" if you skip the main site).\n\nYou can add \"rss\" or \"atom\" at the end of the url to force one type: \"https://example.org/s/my-site/feed/atom\".\nNote: atom is currently not working with diacritics and other html entities.\n\nDynamic feeds for resource browse are available at \"https://example.org/s/my-site/rss\"\nand \"https://example.org/s/my-site/atom\".\n\nWhen the module [Advanced Search] is installed and active, RSS and Atom feeds are\nalso available on each search page at \"https://example.org/s/my-site/my-search/rss\"\nand \"https://example.org/s/my-site/my-search/atom\".\n\nOptions available in the site settings are:\n- Media type, that can be the standard one or the generic xml one.\n- Content disposition, that can be Attachment, Inline, or Undefined.\n\n\nTODO\n----\n\n- [ ] Implement inline link to feed inside html, like coins.\n\n\nWarning\n-------\n\nUse it at your own risk.\n\nIt’s always recommended to backup your files and your databases and to check\nyour archives regularly so you can roll back if needed.\n\n\nTroubleshooting\n---------------\n\nSee online issues on the [module issues] page on GitLab.\n\n\nLicense\n-------\n\nThis module is published under the [CeCILL v2.1] license, compatible with\n[GNU/GPL] and approved by [FSF] and [OSI].\n\nIn consideration of access to the source code and the rights to copy, modify and\nredistribute granted by the license, users are provided only with a limited\nwarranty and the software’s author, the holder of the economic rights, and the\nsuccessive licensors only have limited liability.\n\nIn this respect, the risks associated with loading, using, modifying and/or\ndeveloping or reproducing the software by the user are brought to the user’s\nattention, given its Free Software status, which may make it complicated to use,\nwith the result that its use is reserved for developers and experienced\nprofessionals having in-depth computer knowledge. Users are therefore encouraged\nto load and test the suitability of the software as regards their requirements\nin conditions enabling the security of their systems and/or data to be ensured\nand, more generally, to use and operate it in the same conditions of security.\nThis Agreement may be freely reproduced and published, provided it is not\naltered, and that no provisions are either added or removed herefrom.\n\n\nCopyright\n---------\n\n* Copyright Daniel Berthereau, 2019-2026 (see [Daniel-KM] on GitLab)\n\nFirst version of this module was built by Daniel Berthereau for [Fondation Maison de Salins].\n\n\n[Omeka S]: https://omeka.org/s\n[Feed]: https://gitlab.com/Daniel-KM/Omeka-S-module-Feed\n[Advanced Search]: https://gitlab.com/Daniel-KM/Omeka-S-module-AdvancedSearch\n[Common]: https://gitlab.com/Daniel-KM/Omeka-S-module-Common\n[Feed.zip]: https://gitlab.com/Daniel-KM/Omeka-S-module-Feed/-/releases\n[installing a module]: https://omeka.org/s/docs/user-manual/modules/#installing-modules\n[module issues]: https://gitlab.com/Daniel-KM/Omeka-S-module-Feed/-/issues\n[CeCILL v2.1]: https://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html\n[GNU/GPL]: https://www.gnu.org/licenses/gpl-3.0.html\n[FSF]: https://www.fsf.org\n[OSI]: http://opensource.org\n[Fondation Maison de Salins]: https://www.collections.maison-salins.fr\n[GitLab]: https://gitlab.com/Daniel-KM\n[Daniel-KM]: https://gitlab.com/Daniel-KM \"Daniel Berthereau\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-km%2Fomeka-s-module-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaniel-km%2Fomeka-s-module-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaniel-km%2Fomeka-s-module-feed/lists"}