{"id":30031194,"url":"https://github.com/professionalwiki/rules","last_synced_at":"2025-10-25T16:02:41.488Z","repository":{"id":305730828,"uuid":"1015503333","full_name":"ProfessionalWiki/Rules","owner":"ProfessionalWiki","description":"Automatically categorize MediaWiki pages","archived":false,"fork":false,"pushed_at":"2025-08-04T22:29:25.000Z","size":204,"stargazers_count":1,"open_issues_count":10,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-05T00:40:59.434Z","etag":null,"topics":["automation","mediawiki","mediawiki-extension","quality-control"],"latest_commit_sha":null,"homepage":"https://professional.wiki/en/extension/rules","language":"JavaScript","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/ProfessionalWiki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-07-07T15:45:43.000Z","updated_at":"2025-08-04T22:29:28.000Z","dependencies_parsed_at":"2025-07-21T19:26:46.427Z","dependency_job_id":"bffc1d4b-7278-433f-ae5f-d3211c228cce","html_url":"https://github.com/ProfessionalWiki/Rules","commit_stats":null,"previous_names":["professionalwiki/rules"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProfessionalWiki/Rules","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FRules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FRules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FRules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FRules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProfessionalWiki","download_url":"https://codeload.github.com/ProfessionalWiki/Rules/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FRules/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269146110,"owners_count":24368065,"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-08-06T02:00:09.910Z","response_time":99,"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":["automation","mediawiki","mediawiki-extension","quality-control"],"created_at":"2025-08-06T20:00:40.657Z","updated_at":"2025-10-13T20:05:06.957Z","avatar_url":"https://github.com/ProfessionalWiki.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rules\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ProfessionalWiki/Rules/ci.yml?branch=master)](https://github.com/ProfessionalWiki/Rules/actions?query=workflow%3ACI)\n[![codecov](https://codecov.io/gh/ProfessionalWiki/Rules/branch/master/graph/badge.svg)](https://codecov.io/gh/ProfessionalWiki/Rules)\n[![Latest Stable Version](https://poser.pugx.org/professional-wiki/rules/v/stable)](https://packagist.org/packages/professional-wiki/rules)\n[![Download count](https://poser.pugx.org/professional-wiki/rules/downloads)](https://packagist.org/packages/professional-wiki/rules)\n[![License](https://poser.pugx.org/professional-wiki/rules/license)](LICENSE)\n\nAutomate MediaWiki page categorization based on rules defined via a user-friendly configuration interface.\n\n- [Introduction to the extension](https://professional.wiki/en/extension/rules)\n- [Usage documentation](https://professional.wiki/en/extension/rules#Usage)\n- [Installation](https://professional.wiki/en/extension/rules#Installation)\n- [Configuration](https://professional.wiki/en/extension/rules#Configuration)\n- [Development](#development)\n- [Release notes](#release-notes)\n\nGet professional support for this extension via [Professional Wiki], its creators and maintainers.\nWe provide [MediaWiki Development], [MediaWiki Hosting], and [MediaWiki Consulting] services.\n\n[![Image](https://github.com/user-attachments/assets/a8f6129a-f2e3-4af4-a2cb-a7d2806b2b8a)](https://professional.wiki/en/extension/rules)\n\n## Development\n\nRun `composer install` in `extensions/Rules/` to make the code quality tools available.\n\n### Running Tests and CI Checks\n\nYou can use the `Makefile` by running make commands in the `Rules` directory.\n\nCommands to run in a MediaWiki environment/container:\n\n* `make` or `make ci`: Run everything\n* `make test`: Run all PHP tests\n* `make phpunit --filter FooBar`: run only PHPUnit tests with FooBar in their name\n* `make cs`: Run PHP style checks and static analysis\n* `make phpcs`: Run PHP style checks\n* `make stan`: Run PHP static analysis\n* `make stan-baseline`: Update the PHPStan baseline file (which contains errors we wish to ignore)\n\nCommands that use Docker:\n\n* `make lint` Lint JS, CSS, and i18n files\n* `make js` Run all JS checks\n\n## Release Notes\n\n### Version 1.0.0\n\nReleased on 2025-08-28\n\n* Initial version with support for MediaWiki 1.43 and 1.44\n* Automatic categorization based on existing categories\n* Configuration UI for rules at `MediaWiki:Rules`\n\n[Professional Wiki]: https://professional.wiki\n[MediaWiki Hosting]: https://pro.wiki\n[MediaWiki Development]: https://professional.wiki/en/mediawiki-development\n[MediaWiki Consulting]: https://professional.wiki/en/mediawiki-consulting-services\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessionalwiki%2Frules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofessionalwiki%2Frules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessionalwiki%2Frules/lists"}