{"id":25209882,"url":"https://github.com/backdrop-contrib/url_unpublish","last_synced_at":"2025-04-05T05:24:16.727Z","repository":{"id":185369329,"uuid":"623892932","full_name":"backdrop-contrib/url_unpublish","owner":"backdrop-contrib","description":"Publish and Unpublish nodes through URL parameters on your Backdrop CMS website","archived":false,"fork":false,"pushed_at":"2024-07-27T18:53:31.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"1.x-1.x","last_synced_at":"2025-02-10T13:18:45.820Z","etag":null,"topics":["backdrop","backdropcms","cms","content-management","php","publish","unpublish","views"],"latest_commit_sha":null,"homepage":"https://backdropcms.org/project/url_unpublish","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/backdrop-contrib.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":"2023-04-05T10:07:30.000Z","updated_at":"2024-07-27T18:53:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"4bfbbd97-bc52-4252-84ce-cd58c2f539f7","html_url":"https://github.com/backdrop-contrib/url_unpublish","commit_stats":null,"previous_names":["backdrop-contrib/url_unpublish"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Furl_unpublish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Furl_unpublish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Furl_unpublish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backdrop-contrib%2Furl_unpublish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backdrop-contrib","download_url":"https://codeload.github.com/backdrop-contrib/url_unpublish/tar.gz/refs/heads/1.x-1.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247290694,"owners_count":20914724,"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":["backdrop","backdropcms","cms","content-management","php","publish","unpublish","views"],"created_at":"2025-02-10T13:18:48.536Z","updated_at":"2025-04-05T05:24:16.701Z","avatar_url":"https://github.com/backdrop-contrib.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"URL Publish and Unpublish\n========\n\u003c!--\nThe first paragraph of this file should be kept short as it will be used as the\nproject summary on BackdropCMS.org. Aim for about 240 characters (three lines at\n80 characters each).\n\nAll lines in this file should be no more than 80 characters long for legibility,\nunless including a URL or example that requires the line to not wrap.\n|\u003c- - - - - - - This line is exactly 80 characters for reference - - - - - - -\u003e|\n\nDetail in READMEs should be limited to the minimum required for installation and\ngetting started. More detailed documentation should be moved to a GitHub wiki\npage; for example: https://github.com/backdrop-contrib/setup/wiki/Documentation.\n--\u003e\n\nURL Publish and Unpublish enables you to publish and unpublish nodes via a URL.\nThe URL can either be used in a view or added to a template or block. A \npermission is added to use this link and a confirmation form is provided.\n\nComparison to Publish Content\n-----------------------------\n\n- This module has a similar function to [Publish Content](https://backdropcms.org/project/publishcontent) in that it can provide links to Views.\n- This module does not offer the granular permission of Publish Content.\n- This module does offer a URL that can be used in other places such as blocks or\ntemplates.\n\nInstallation\n------------\n\u003c!--\nList the steps needed to install and configure the module. Add/remove steps as\nnecessary.\n--\u003e\n\n- Install this module using the official Backdrop CMS instructions at\n  https://docs.backdropcms.org/documentation/extend-with-modules.\n\n\nUsage\n-------------\n\u003c!--\nLink to the repository's wiki if more documentation can be found there. Remove\nthis section if not needed (and consider disabling the wiki in the repo settings\nif not used).\n--\u003e\n\nLink in template or block:\n- Simple link to unpublish node 15\n```html\n   \u003ca href=\"/url_unpublish/15\"\u003eUnpublish Node\u003c/a\u003e\n```\n- Use more advanced dynamic functions to dynamically include the node ID.\n\nLink in view:\n- Click to add a new field\n- Search for publish or unpublish and select either:\n  - Content: Publish link\n  - Content: Unpublish link\n- You can optionally add this to the Global Dropbutton; just rearrange so the\nlink(s) are before the dropbutton.\n- You can optionally use Views Conditional to hide and show these links\ndepending on the status of the node.\n\n\nIssues\n------\n\u003c!--\nLink to the repo's issue queue.\n--\u003e\n\nBugs and Feature Requests should be reported in the Issue Queue:  \nhttps://github.com/backdrop-contrib/url_unpublish/issues.\n\nCurrent Maintainers\n-------------------\n\u003c!--\nList the current maintainer(s) of the module, and note if this module needs\nnew/additional maintainers.\n--\u003e\n\n- [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons](https://www.systemhorizons.co.uk)\n- Collaboration and co-maintainers welcome!\n\nCredits\n-------\n\u003c!--\nGive credit where credit's due.\nIf this is a Drupal port, state who ported it, and who wrote the original Drupal\nmodule. If this module is based on another project, or uses third-party\nlibraries, list them here. You can also mention any organisations/companies who\nsponsored the module's development.\n--\u003e\n\n- Ported to Backdrop CMS by - [Martin Price](https://github.com/yorkshire-pudding) - [System Horizons](https://www.systemhorizons.co.uk).\n- Port sponsored by [System Horizons](https://www.systemhorizons.co.uk).\n- Originally written for Drupal by [John Youssef](https://www.drupal.org/u/compujohnny)\n- Original development sponsored by [JesoX](https://www.drupal.org/jesox)\n\nLicense\n-------\n\u003c!--\nMention what license this module is released under, and where people can find\nit.\n--\u003e\n\nThis project is GPL v2 software.\nSee the LICENSE.txt file in this directory for complete text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackdrop-contrib%2Furl_unpublish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackdrop-contrib%2Furl_unpublish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackdrop-contrib%2Furl_unpublish/lists"}