{"id":21840234,"url":"https://github.com/gocom/rah_wrach","last_synced_at":"2025-07-27T01:04:54.130Z","repository":{"id":4091946,"uuid":"5199350","full_name":"gocom/rah_wrach","owner":"gocom","description":"Two step article publishing for Textpattern CMS","archived":false,"fork":false,"pushed_at":"2025-07-16T06:33:07.000Z","size":193,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-17T08:10:58.783Z","etag":null,"topics":["php","textpattern","textpattern-plugin"],"latest_commit_sha":null,"homepage":"","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/gocom.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":"CONTRIBUTING.textile","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["https://www.paypal.me/jukkasvahn"]}},"created_at":"2012-07-27T01:29:13.000Z","updated_at":"2025-07-16T06:33:10.000Z","dependencies_parsed_at":"2022-08-06T15:00:22.793Z","dependency_job_id":null,"html_url":"https://github.com/gocom/rah_wrach","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/gocom/rah_wrach","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_wrach","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_wrach/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_wrach/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_wrach/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gocom","download_url":"https://codeload.github.com/gocom/rah_wrach/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_wrach/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267278631,"owners_count":24063252,"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-07-26T02:00:08.937Z","response_time":62,"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":["php","textpattern","textpattern-plugin"],"created_at":"2024-11-27T21:25:20.280Z","updated_at":"2025-07-27T01:04:54.094Z","avatar_url":"https://github.com/gocom.png","language":"PHP","funding_links":["https://www.paypal.me/jukkasvahn"],"categories":[],"sub_categories":[],"readme":"h1. rah_wrach\n\n\"Download\":https://github.com/gocom/rah_wrach/releases | \"Packagist\":https://packagist.org/packages/rah/rah_wrach\n\n\"!https://raw.githubusercontent.com/gocom/rah_wrach/screenshots/images/select-section.png!\":https://raw.githubusercontent.com/gocom/rah_wrach/screenshots/images/select-section.png\n\nRah_wrach adds an extra step to the \"Textpattern CMS\":https://textpattern.com article publishing process. The plugin presents a prompt and makes site authors pick the \"section\":https://docs.textpattern.com/administration/sections-panel before going to the actual editor present on the \"Write panel\":https://docs.textpattern.com/administration/write-panel. The extra step will hopefully increase the change of articles actually going to correct sections.\n\nh2. Install\n\nUsing \"Composer\":https://getcomposer.org:\n\nbc. $ composer require rah/rah_wrach\n\nOr \"download\":https://github.com/gocom/rah_wrach/releases an installer.\n\nh2. Preferences\n\nRah_wrach introduces few settings. All the available settings can be found from Textpattern's \"preferences panel\":https://docs.textpattern.com/administration/preferences-panel, organized under a *Wrach* section. The following settings will be present.\n\nh3. Display the following sections (comma-separated)\n\nSets which sections are listed in the section prompt. The field takes a comma-separated list of section names. Sections will be listed in the prompt in the order they are specified in the field.\n\nbc. news, articles, design\n\nThe above would bring News section to the top of the prompt and list Design the last. If the field is left empty, all sections are present in the prompt, sorted in an alphabetical order.\n\nh3. Hide the section input?\n\nIf set to _Yes_, the _Sections_ selection field on the \"article\":https://docs.textpattern.com/administration/write-panel editor is permanently hidden. Once a section is chosen from the prompt, the editor won't offer an option to change the section. You will still be able to change the section for an existing article with the multi-editing tool residing on the \"article\":http://textpattern.net/wiki/index.php?title=Articles list.\n\nh2. Changelog\n\nh3. Version 0.4.1 - 2022/04/15\n\n* Textpattern 4.8.x compatibility.\n* Use preference API instead of direct queries in uninstaller.\n* Fix preference link on the plug-in panel.\n\nh3. Version 0.4.0 - 2019/03/31\n\n* Optimized peak memory usage.\n* Registered @prefs.rah_wrach@ privilege.\n* Published as a Composer package.\n* Now requires Textpattern CMS 4.7.0 and PHP 7.2.0.\n\nh3. Version 0.3 - 2012/08/31\n\n* Changed: New look and feel for the prompt. Uses a native grid layout, and displays extra information in the prompt.\n* Added: Settings to the Preferences panel.\n* Added: Finnish translation.\n* Added: French translation by \"Patrick Lefevre\":https://twitter.com/lowel.\n* Textpattern v4.5.0 compatibility.\n* Now requires Textpattern 4.5.0 or newer.\n\nh3. Version 0.2 - 2010/12/22\n\n* Now compatible with TXP 4.3.0. Thank you, \"Phil Wareham\":http://forum.textpattern.com/viewtopic.php?pid=238736#p238736, for reporting.\n* Moved JavaScript and inline styles to the @\u003chead\u003e@.\n* Now requires TXP 4.0.7 or newer.\n\nh3. Version 0.1 - 2008/07/13\n\n* Initial release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Frah_wrach","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgocom%2Frah_wrach","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Frah_wrach/lists"}