{"id":20961821,"url":"https://github.com/heimrichhannot/contao-news-bundle","last_synced_at":"2025-05-14T07:31:06.346Z","repository":{"id":23006772,"uuid":"97930120","full_name":"heimrichhannot/contao-news-bundle","owner":"heimrichhannot","description":"Contao news bundle with additional functionaliy like tags support.","archived":false,"fork":false,"pushed_at":"2024-05-29T15:50:40.000Z","size":572,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-19T10:24:47.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/heimrichhannot.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2017-07-21T09:21:59.000Z","updated_at":"2024-02-18T22:24:04.000Z","dependencies_parsed_at":"2024-04-19T11:41:21.096Z","dependency_job_id":"52907cdd-c4a2-4bbb-8918-843bce4aca83","html_url":"https://github.com/heimrichhannot/contao-news-bundle","commit_stats":{"total_commits":233,"total_committers":8,"mean_commits":29.125,"dds":0.6266094420600858,"last_synced_commit":"39d985104188aee476aacfe6a6df633a5e187708"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimrichhannot%2Fcontao-news-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimrichhannot%2Fcontao-news-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimrichhannot%2Fcontao-news-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heimrichhannot%2Fcontao-news-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heimrichhannot","download_url":"https://codeload.github.com/heimrichhannot/contao-news-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254094858,"owners_count":22013649,"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-19T02:17:42.855Z","updated_at":"2025-05-14T07:31:03.918Z","avatar_url":"https://github.com/heimrichhannot.png","language":"PHP","readme":" # Contao News Bundle\n \n\u003e This bundle is deprecated! Don't use is anymore. Version 4 is intended to removed feature one by one.\n\u003e New minor versions will remove features, so stick to bugfix versions if you need to use version 4.\n\u003e \n\u003e - Version 4.1: Removed social stats ([#3])\n\u003e - Version 4.0: Removed codefog/tags-bundle support\n\nThis module contains enhancements for the contao news entity. It works with Contao 4 (and higher).\n\n## Replacements:\n- List-/Readersupport: [Contao News List Reader Bundle](https://github.com/heimrichhannot/contao-news-list-reader-bundle)\n- Social stats: [Social Stats Bundle](https://github.com/heimrichhannot/contao-social-stats-bundle)\n\n\n## Features\n* [List Bundle](https://github.com/heimrichhannot/contao-list-bundle) and [Reader Bundle](https://github.com/heimrichhannot/contao-reader-bundle) support through [Contao News List Reader Bundle](https://github.com/heimrichhannot/contao-news-list-reader-bundle)\n* news navigation\n* custom palettes for news archives\n\n### News lists\n\n- prevent duplicate content for news lists with multiple pages by setting `\u003cmeta name=\"robots\" content=\"noindex/follow\"\u003e` an all pages except first and adding `\u003clink rel=\"prev\" href=\"URL\"\u003e` and/or `\u003clink rel=\"next\" href=\"URL\"\u003e` of next or prev page exists (See: [Indicate paginated content\n](https://support.google.com/webmasters/answer/1663744?hl=en))\n- define \"news lists\" for filtering the news to be displayed in the ordinary NewsList module (new back end entity)\n\n### Info box\n\nAn info box is a widget that can be rendered within a news article. \nThe default info box comes with headline, text (wysiwyg), hyperlink and hyperlink text fields.\nUse `##news_info_box##` within your news content elements / details (tl_content) to render the box content.\n\n### News navigation\n\nNavigate between news articles. You can go to the next (newer) or the previous (older) article direct from a news article. Respect filters set by the user.\n\n## Technical instructions\n\n### News navigation\n\nTo activate news navigation, you need to create a `newsnavigation` module and configure it with a `newslist` module. And you need to add set the `newsnavigation` module in the `newsreader` module. Don't add the module to an article, as this won't work, instead a template variable with the navigation is added to the news article template.\n\n### Modules\n\nName           | Description\n-------------- | -----------\nnewsnavigation | Create the news navigation. Respect filters set by the `newslist_filter` module. To be used in combination with `newslist` module and `newsreader` module.\n\n### Insert Tags\n\nName | Description | Arguments | Example\n---- | ----------- | --------- | -------\nnews_list | prints the link to a certain news list | id or alias of a news list | {{news_list::1}}\nnews_list_url | prints the url to a certain news list | id or alias of a news list | {{news_list_url::1}}\nnews_list_title | prints the title of a certain news list | id or alias of a news list | {{news_list_title::1}}\n\n## More\n\n### Extension\n[Contao News Leisure Bundle](https://github.com/heimrichhannot/contao-news-leisure-bundle) - Add Leisure tipps to news\n\n\n\n[#3]: https://github.com/heimrichhannot/contao-news-bundle/pull/3","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheimrichhannot%2Fcontao-news-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheimrichhannot%2Fcontao-news-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheimrichhannot%2Fcontao-news-bundle/lists"}